diff --git a/01_fetch.R b/01_fetch.R index 21b1428..21d2713 100644 --- a/01_fetch.R +++ b/01_fetch.R @@ -1,29 +1,39 @@ -# This file includes the target recipes for targets that download data +# This file includes the target recipes for targets that load local data # Load all `src` files for this phase -source('01_fetch/src/download_wqp_physchem_data.R') +source('01_fetch/src/load_wqp_file.R') p1 <- list( - # Fetch data from the portal using a function defined in the pipeline + # Declare an input file as a target tar_target( - p1_dataset, - download_wqp_physchem_data(state = state, - county = county, - start_date = start_date, - end_date = end_date) - ), + p1_dataset_csv, + "01_fetch/in/wqp_brown_county_wi_data.csv", + # Adding this argument tracks the file *contents* not the name + format = "file" + ), - # Save raw data as a csv to be able to share outside of the pipeline. - # Note that target name is the same as the data *except* for the + # Load the raw data from the csv file. + # Note that target name is the same as the file *except* for the # suffix `_csv`, denoting the file type. - tar_target(p1_dataset_csv, { - out_file <- "01_fetch/out/p1_data_file.csv" - write_csv(p1_dataset, out_file) - return(out_file) # File targets *must* return the filepath at the end - }, - format = "file" + tar_target( + p1_dataset, + load_wqp_file(p1_dataset_csv) + ), + + # Now do the same but for the site information CSV file + tar_target( + p1_metadata_csv, + "01_fetch/in/wqp_brown_county_wi_siteInfo.csv", + # Adding this argument tracks the file *contents* not the name + format = "file" + ), + + # Load the site info data from the csv file. + tar_target( + p1_metadata, + read_csv(p1_metadata_csv, col_types = cols()) ) ) diff --git a/01_fetch/in/wqp_brown_county_wi_data.csv b/01_fetch/in/wqp_brown_county_wi_data.csv new file mode 100644 index 0000000..ec54277 --- /dev/null +++ b/01_fetch/in/wqp_brown_county_wi_data.csv @@ -0,0 +1,4713 @@ +OrganizationIdentifier,OrganizationFormalName,ActivityIdentifier,ActivityTypeCode,ActivityMediaName,ActivityMediaSubdivisionName,ActivityStartDate,ActivityStartTime.Time,ActivityStartTime.TimeZoneCode,ActivityEndDate,ActivityEndTime.Time,ActivityEndTime.TimeZoneCode,ActivityDepthHeightMeasure.MeasureValue,ActivityDepthHeightMeasure.MeasureUnitCode,ActivityDepthAltitudeReferencePointText,ActivityTopDepthHeightMeasure.MeasureValue,ActivityTopDepthHeightMeasure.MeasureUnitCode,ActivityBottomDepthHeightMeasure.MeasureValue,ActivityBottomDepthHeightMeasure.MeasureUnitCode,ProjectIdentifier,ActivityConductingOrganizationText,MonitoringLocationIdentifier,ActivityCommentText,SampleAquifer,HydrologicCondition,HydrologicEvent,SampleCollectionMethod.MethodIdentifier,SampleCollectionMethod.MethodIdentifierContext,SampleCollectionMethod.MethodName,SampleCollectionEquipmentName,ResultDetectionConditionText,CharacteristicName,ResultSampleFractionText,ResultMeasureValue,ResultMeasure.MeasureUnitCode,MeasureQualifierCode,ResultStatusIdentifier,StatisticalBaseCode,ResultValueTypeName,ResultWeightBasisText,ResultTimeBasisText,ResultTemperatureBasisText,ResultParticleSizeBasisText,PrecisionValue,ResultCommentText,USGSPCode,ResultDepthHeightMeasure.MeasureValue,ResultDepthHeightMeasure.MeasureUnitCode,ResultDepthAltitudeReferencePointText,SubjectTaxonomicName,SampleTissueAnatomyName,ResultAnalyticalMethod.MethodIdentifier,ResultAnalyticalMethod.MethodIdentifierContext,ResultAnalyticalMethod.MethodName,MethodDescriptionText,LaboratoryName,AnalysisStartDate,ResultLaboratoryCommentText,DetectionQuantitationLimitTypeName,DetectionQuantitationLimitMeasure.MeasureValue,DetectionQuantitationLimitMeasure.MeasureUnitCode,PreparationStartDate,ProviderName,ActivityStartTime.TimeZoneCode_offset,ActivityStartDateTime,ActivityEndTime.TimeZoneCode_offset,ActivityEndDateTime +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104922,Sample-Routine,Water,Surface Water,2020-10-01,00:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.211,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-01T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105097,Sample-Routine,Water,Surface Water,2020-10-01,00:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.084,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-01T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100423,Sample-Routine,Water,Surface Water,2020-10-06,07:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.028,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,N4 Reported result is greater than the LOQ and less than the LOD for this method.,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T12:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100423,Sample-Routine,Water,Surface Water,2020-10-06,07:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.050,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,N4 Reported result is greater than the LOQ and less than the LOD for this method.,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T12:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100492,Sample-Routine,Water,Surface Water,2020-10-06,08:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Detected Not Quantified,Nitrate,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Lower Quantitation Limit,0.01,mg/l as N,NA,NWIS,5,2020-10-06T13:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100492,Sample-Routine,Water,Surface Water,2020-10-06,08:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,31.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T13:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100492,Sample-Routine,Water,Surface Water,2020-10-06,08:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.154,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T13:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100492,Sample-Routine,Water,Surface Water,2020-10-06,08:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T13:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100462,Sample-Routine,Water,Surface Water,2020-10-06,09:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T14:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100462,Sample-Routine,Water,Surface Water,2020-10-06,09:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.09,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T14:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100462,Sample-Routine,Water,Surface Water,2020-10-06,09:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.161,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T14:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100462,Sample-Routine,Water,Surface Water,2020-10-06,09:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,187,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T14:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100465,Sample-Routine,Water,Surface Water,2020-10-06,09:36:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.43,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T14:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100465,Sample-Routine,Water,Surface Water,2020-10-06,09:36:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T14:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100465,Sample-Routine,Water,Surface Water,2020-10-06,09:36:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,134,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T14:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100465,Sample-Routine,Water,Surface Water,2020-10-06,09:36:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.071,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T14:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100515,Sample-Routine,Water,Surface Water,2020-10-06,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.36,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100515,Sample-Routine,Water,Surface Water,2020-10-06,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.052,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100515,Sample-Routine,Water,Surface Water,2020-10-06,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,91.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100515,Sample-Routine,Water,Surface Water,2020-10-06,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100003,Sample-Routine,Water,Surface Water,2020-10-06,15:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,2.68,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T20:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100003,Sample-Routine,Water,Surface Water,2020-10-06,15:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,20.3,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2020-11-17,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2020-10-06T20:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100003,Sample-Routine,Water,Surface Water,2020-10-06,15:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.604,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-06T20:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100003,Sample-Routine,Water,Surface Water,2020-10-06,15:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.176,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2020-10-28,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2020-10-06T20:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100495,Sample-Routine,Water,Surface Water,2020-10-12,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.072,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-12T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100495,Sample-Routine,Water,Surface Water,2020-10-12,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-12T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100468,Sample-Routine,Water,Surface Water,2020-10-12,20:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-13T01:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100468,Sample-Routine,Water,Surface Water,2020-10-12,20:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.098,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-13T01:30:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-252572345,Sample-Routine,Water,NA,2020-10-13,12:40:00,CDT,2020-10-13,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0753,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-10-23,NA,NA,NA,NA,NA,STORET,5,2020-10-13T17:40:00Z,5,2020-10-13T18:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-253416976,Sample-Routine,Water,NA,2020-10-16,11:30:00,CDT,2020-10-16,11:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,3.30,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-11-02,NA,NA,NA,NA,NA,STORET,5,2020-10-16T16:30:00Z,5,2020-10-16T16:40:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100424,Sample-Routine,Water,Surface Water,2020-10-16,15:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.192,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-16T20:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100424,Sample-Routine,Water,Surface Water,2020-10-16,15:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.215,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-16T20:30:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-253417568,Sample-Routine,Water,NA,2020-10-18,12:30:00,CDT,2020-10-18,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0692,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-11-02,NA,NA,NA,NA,NA,STORET,5,2020-10-18T17:30:00Z,5,2020-10-18T17:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104646,Sample-Routine,Water,Surface Water,2020-10-19,09:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.024,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T14:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104646,Sample-Routine,Water,Surface Water,2020-10-19,09:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.039,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T14:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100493,Sample-Routine,Water,Surface Water,2020-10-19,09:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.317,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T14:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100493,Sample-Routine,Water,Surface Water,2020-10-19,09:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T14:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100463,Sample-Routine,Water,Surface Water,2020-10-19,10:22:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,215,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T15:22:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100463,Sample-Routine,Water,Surface Water,2020-10-19,10:22:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.214,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T15:22:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100463,Sample-Routine,Water,Surface Water,2020-10-19,10:22:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T15:22:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100463,Sample-Routine,Water,Surface Water,2020-10-19,10:22:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.79,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T15:22:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100466,Sample-Routine,Water,Surface Water,2020-10-19,10:51:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T15:51:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100466,Sample-Routine,Water,Surface Water,2020-10-19,10:51:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.109,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T15:51:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100466,Sample-Routine,Water,Surface Water,2020-10-19,10:51:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,134,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T15:51:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100466,Sample-Routine,Water,Surface Water,2020-10-19,10:51:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.24,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T15:51:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100516,Sample-Routine,Water,Surface Water,2020-10-19,11:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.073,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T16:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100516,Sample-Routine,Water,Surface Water,2020-10-19,11:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T16:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100516,Sample-Routine,Water,Surface Water,2020-10-19,11:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,84.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T16:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100516,Sample-Routine,Water,Surface Water,2020-10-19,11:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.13,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-19T16:13:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-253418255,Sample-Routine,Water,NA,2020-10-20,16:30:00,CDT,2020-10-20,16:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.119,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-11-02,NA,NA,NA,NA,NA,STORET,5,2020-10-20T21:30:00Z,5,2020-10-20T21:45:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104923,Sample-Routine,Water,Surface Water,2020-10-22,10:44:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.215,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-22T16:44:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105098,Sample-Routine,Water,Surface Water,2020-10-22,10:59:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.039,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-22T16:59:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105099,Sample-Routine,Water,Surface Water,2020-10-22,11:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.039,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-22T17:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100496,Sample-Routine,Water,Surface Water,2020-10-22,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-22T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100496,Sample-Routine,Water,Surface Water,2020-10-22,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.048,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-22T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100469,Sample-Routine,Water,Surface Water,2020-10-22,14:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.062,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-22T19:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100469,Sample-Routine,Water,Surface Water,2020-10-22,14:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-22T19:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105100,Sample-Routine,Water,Surface Water,2020-10-22,14:32:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.413,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-22T20:32:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100154,Sample-Routine,Water,Surface Water,2020-10-22,16:15:00,CDT,2020-10-24,23:35:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.880,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-11-12,sample was diluted,NA,NA,NA,2020-11-10,NWIS,5,2020-10-22T21:15:00Z,5,2020-10-25T04:35:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100154,Sample-Routine,Water,Surface Water,2020-10-22,16:15:00,CDT,2020-10-24,23:35:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,47.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-11-11,NA,NA,NA,NA,2020-11-06,NWIS,5,2020-10-22T21:15:00Z,5,2020-10-25T04:35:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100155,Sample-Routine,Water,Surface Water,2020-10-22,17:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,8.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-11-12,sample was diluted,NA,NA,NA,2020-11-10,NWIS,5,2020-10-22T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100155,Sample-Routine,Water,Surface Water,2020-10-22,17:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,36.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-11-11,NA,NA,NA,NA,2020-11-06,NWIS,5,2020-10-22T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105101,Sample-Routine,Water,Surface Water,2020-10-22,16:47:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.327,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-22T22:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100151,Sample-Routine,Water,Surface Water,2020-10-22,20:20:00,CDT,2020-10-23,06:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,13,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-11-12,sample was diluted,NA,NA,NA,2020-11-10,NWIS,5,2020-10-23T01:20:00Z,5,2020-10-23T11:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100151,Sample-Routine,Water,Surface Water,2020-10-22,20:20:00,CDT,2020-10-23,06:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,13,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,2.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-11-11,NA,NA,NA,NA,2020-11-06,NWIS,5,2020-10-23T01:20:00Z,5,2020-10-23T11:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100150,Sample-Routine,Water,Surface Water,2020-10-22,20:24:00,CDT,2020-10-24,02:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-11-12,sample was diluted,NA,NA,NA,2020-11-10,NWIS,5,2020-10-23T01:24:00Z,5,2020-10-24T07:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100150,Sample-Routine,Water,Surface Water,2020-10-22,20:24:00,CDT,2020-10-24,02:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,9.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-11-11,NA,NA,NA,NA,2020-11-06,NWIS,5,2020-10-23T01:24:00Z,5,2020-10-24T07:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100153,Sample-Routine,Water,Surface Water,2020-10-22,20:30:00,CDT,2020-10-23,10:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,7.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-11-11,NA,NA,NA,NA,2020-11-06,NWIS,5,2020-10-23T01:30:00Z,5,2020-10-23T15:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100153,Sample-Routine,Water,Surface Water,2020-10-22,20:30:00,CDT,2020-10-23,10:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-11-12,sample was diluted,NA,NA,NA,2020-11-10,NWIS,5,2020-10-23T01:30:00Z,5,2020-10-23T15:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105102,Sample-Routine,Water,Surface Water,2020-10-22,20:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.279,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-23T02:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104632,Sample-Routine,Water,Surface Water,2020-10-22,21:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.961,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T02:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100497,Sample-Routine,Water,Surface Water,2020-10-22,21:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.032,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T02:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100497,Sample-Routine,Water,Surface Water,2020-10-22,21:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T02:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100152,Sample-Routine,Water,Surface Water,2020-10-22,22:19:00,CDT,2020-10-23,16:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-11-12,sample was diluted,NA,NA,NA,2020-11-10,NWIS,5,2020-10-23T03:19:00Z,5,2020-10-23T21:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100152,Sample-Routine,Water,Surface Water,2020-10-22,22:19:00,CDT,2020-10-23,16:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,11.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-11-11,NA,NA,NA,NA,2020-11-06,NWIS,5,2020-10-23T03:19:00Z,5,2020-10-23T21:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104634,Sample-Routine,Water,Surface Water,2020-10-23,00:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.92,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T05:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100156,Sample-Routine,Water,Surface Water,2020-10-23,00:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.521,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-11-12,sample was diluted,NA,NA,NA,2020-11-10,NWIS,5,2020-10-23T05:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100156,Sample-Routine,Water,Surface Water,2020-10-23,00:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,46.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-11-11,NA,NA,NA,NA,2020-11-06,NWIS,5,2020-10-23T05:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104924,Sample-Routine,Water,Surface Water,2020-10-23,00:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.289,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-23T06:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104647,Sample-Routine,Water,Surface Water,2020-10-23,01:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.330,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T06:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104635,Sample-Routine,Water,Surface Water,2020-10-23,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.286,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104635,Sample-Routine,Water,Surface Water,2020-10-23,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.68,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100498,Sample-Routine,Water,Surface Water,2020-10-23,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100498,Sample-Routine,Water,Surface Water,2020-10-23,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.048,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100470,Sample-Routine,Water,Surface Water,2020-10-23,03:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100470,Sample-Routine,Water,Surface Water,2020-10-23,03:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.079,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104648,Sample-Routine,Water,Surface Water,2020-10-23,03:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.495,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104649,Sample-Routine,Water,Surface Water,2020-10-23,04:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.26,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T09:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100157,Sample-Routine,Water,Surface Water,2020-10-23,04:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.770,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-11-12,sample was diluted,NA,NA,NA,2020-11-10,NWIS,5,2020-10-23T09:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100157,Sample-Routine,Water,Surface Water,2020-10-23,04:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,29.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-11-11,NA,NA,NA,NA,2020-11-06,NWIS,5,2020-10-23T09:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104650,Sample-Routine,Water,Surface Water,2020-10-23,04:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.16,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T09:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100499,Sample-Routine,Water,Surface Water,2020-10-23,06:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.103,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T11:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100499,Sample-Routine,Water,Surface Water,2020-10-23,06:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T11:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104651,Sample-Routine,Water,Surface Water,2020-10-23,07:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.48,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T12:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104636,Sample-Routine,Water,Surface Water,2020-10-23,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.800,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104652,Sample-Routine,Water,Surface Water,2020-10-23,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.11,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100471,Sample-Routine,Water,Surface Water,2020-10-23,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.45,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100471,Sample-Routine,Water,Surface Water,2020-10-23,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.180,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104653,Sample-Routine,Water,Surface Water,2020-10-23,12:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.69,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104653,Sample-Routine,Water,Surface Water,2020-10-23,12:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.594,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100158,Sample-Routine,Water,Surface Water,2020-10-23,14:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.970,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-11-12,sample was diluted,NA,NA,NA,2020-11-10,NWIS,5,2020-10-23T19:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100158,Sample-Routine,Water,Surface Water,2020-10-23,14:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,28.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-11-11,NA,NA,NA,NA,2020-11-06,NWIS,5,2020-10-23T19:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104654,Sample-Routine,Water,Surface Water,2020-10-23,15:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.36,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T20:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100500,Sample-Routine,Water,Surface Water,2020-10-23,16:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.310,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T21:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100500,Sample-Routine,Water,Surface Water,2020-10-23,16:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-23T21:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104655,Sample-Routine,Water,Surface Water,2020-10-24,00:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.04,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-24T05:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100472,Sample-Routine,Water,Surface Water,2020-10-24,01:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.69,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-24T06:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100472,Sample-Routine,Water,Surface Water,2020-10-24,01:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.468,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-24T06:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100159,Sample-Routine,Water,Surface Water,2020-10-24,06:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,28.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-11-11,NA,NA,NA,NA,2020-11-06,NWIS,5,2020-10-24T11:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100159,Sample-Routine,Water,Surface Water,2020-10-24,06:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.977,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-11-12,sample was diluted,NA,NA,NA,2020-11-10,NWIS,5,2020-10-24T11:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104925,Sample-Routine,Water,Surface Water,2020-10-24,09:23:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.747,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-24T15:23:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104637,Sample-Routine,Water,Surface Water,2020-10-24,12:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.463,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-24T17:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100473,Sample-Routine,Water,Surface Water,2020-10-24,13:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.532,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-24T18:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100473,Sample-Routine,Water,Surface Water,2020-10-24,13:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.71,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-24T18:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100160,Sample-Routine,Water,Surface Water,2020-10-24,19:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.953,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-11-12,sample was diluted,NA,NA,NA,2020-11-10,NWIS,5,2020-10-25T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100160,Sample-Routine,Water,Surface Water,2020-10-24,19:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,36.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-11-11,NA,NA,NA,NA,2020-11-06,NWIS,5,2020-10-25T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104926,Sample-Routine,Water,Surface Water,2020-10-24,20:22:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.532,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-25T02:22:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104927,Sample-Routine,Water,Surface Water,2020-10-25,08:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.466,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-25T14:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105103,Sample-Routine,Water,Surface Water,2020-10-25,08:24:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.269,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-25T14:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100474,Sample-Routine,Water,Surface Water,2020-10-25,16:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-25T21:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100474,Sample-Routine,Water,Surface Water,2020-10-25,16:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.394,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-25T21:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100501,Sample-Routine,Water,Surface Water,2020-10-25,17:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.565,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-25T22:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100501,Sample-Routine,Water,Surface Water,2020-10-25,17:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.64,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-25T22:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100161,Sample-Routine,Water,Surface Water,2020-10-25,22:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,39.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-11-11,NA,NA,NA,NA,2020-11-06,NWIS,5,2020-10-26T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100161,Sample-Routine,Water,Surface Water,2020-10-25,22:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.541,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-11-12,sample was diluted,NA,NA,NA,2020-11-10,NWIS,5,2020-10-26T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105104,Sample-Routine,Water,Surface Water,2020-10-26,07:56:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.207,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-26T13:56:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104928,Sample-Routine,Water,Surface Water,2020-10-26,08:04:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.355,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-26T14:04:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-253973578,Sample-Routine,Water,NA,2020-10-26,10:30:00,CDT,2020-10-26,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.253,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-11-04,NA,NA,NA,NA,NA,STORET,5,2020-10-26T15:30:00Z,5,2020-10-26T15:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-253973614,Sample-Routine,Water,NA,2020-10-26,15:45:00,CDT,2020-10-26,16:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0836,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-11-04,NA,NA,NA,NA,NA,STORET,5,2020-10-26T20:45:00Z,5,2020-10-26T21:15:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104929,Sample-Routine,Water,Surface Water,2020-10-27,20:26:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.314,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-10-28T02:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100173,Sample-Routine,Water,Surface Water,2020-10-28,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,42.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-11-11,NA,NA,NA,NA,2020-11-06,NWIS,5,2020-10-28T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100173,Sample-Routine,Water,Surface Water,2020-10-28,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.332,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-11-17,NA,NA,NA,NA,2020-11-16,NWIS,5,2020-10-28T15:30:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-268525034,Sample-Routine,Water,NA,2020-10-28,11:00:00,CDT,2020-10-28,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0443,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-03-26,NA,NA,NA,NA,NA,STORET,5,2020-10-28T16:00:00Z,5,2020-10-28T16:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-265814511,Sample-Routine,Water,NA,2020-10-28,11:00:00,CDT,2020-10-28,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.140,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-11-05,NA,NA,NA,NA,NA,STORET,5,2020-10-28T16:00:00Z,5,2020-10-28T16:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-252572383,Sample-Routine,Water,NA,2020-10-28,11:00:00,CDT,2020-10-28,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.137,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-11-05,NA,NA,NA,NA,NA,STORET,5,2020-10-28T16:00:00Z,5,2020-10-28T16:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-265814523,Sample-Routine,Water,NA,2020-10-28,11:00:00,CDT,2020-10-28,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,ND,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-11-05,NA,NA,NA,NA,NA,STORET,5,2020-10-28T16:00:00Z,5,2020-10-28T16:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-268525034,Sample-Routine,Water,NA,2020-10-28,11:00:00,CDT,2020-10-28,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,21.9,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2021-03-24,NA,NA,NA,NA,NA,STORET,5,2020-10-28T16:00:00Z,5,2020-10-28T16:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-252572383,Sample-Routine,Water,NA,2020-10-28,11:00:00,CDT,2020-10-28,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,16.1,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2020-11-10,NA,NA,NA,NA,NA,STORET,5,2020-10-28T16:00:00Z,5,2020-10-28T16:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-254001147,Sample-Routine,Water,NA,2020-10-28,13:39:00,CDT,2020-10-28,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.200,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-11-05,NA,NA,NA,NA,NA,STORET,5,2020-10-28T18:39:00Z,5,2020-10-28T18:55:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-254001198,Sample-Routine,Water,NA,2020-10-28,16:30:00,CDT,2020-10-28,16:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.122,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-11-05,NA,NA,NA,NA,NA,STORET,5,2020-10-28T21:30:00Z,5,2020-10-28T21:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100174,Sample-Routine,Water,Surface Water,2020-10-28,16:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.033,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-11-17,NA,NA,NA,NA,2020-11-16,NWIS,5,2020-10-28T21:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100174,Sample-Routine,Water,Surface Water,2020-10-28,16:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,62.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-11-11,NA,NA,NA,NA,2020-11-06,NWIS,5,2020-10-28T21:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104656,Sample-Routine,Water,Surface Water,2020-10-29,08:27:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.277,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-29T13:27:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100459,Sample-Routine,Water,Surface Water,2020-10-29,09:27:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.262,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-29T14:27:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100459,Sample-Routine,Water,Surface Water,2020-10-29,09:27:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-29T14:27:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100475,Sample-Routine,Water,Surface Water,2020-10-29,09:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-29T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100475,Sample-Routine,Water,Surface Water,2020-10-29,09:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.196,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-29T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100489,Sample-Routine,Water,Surface Water,2020-10-29,10:12:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.247,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-29T15:12:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100489,Sample-Routine,Water,Surface Water,2020-10-29,10:12:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-29T15:12:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100502,Sample-Routine,Water,Surface Water,2020-10-29,11:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2020-10-29T16:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104930,Sample-Routine,Water,Surface Water,2020-11-01,04:38:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.227,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-01T10:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104645,Sample-Routine,Water,Surface Water,2020-11-02,07:48:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.107,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T13:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104645,Sample-Routine,Water,Surface Water,2020-11-02,07:48:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.078,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T13:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100494,Sample-Routine,Water,Surface Water,2020-11-02,08:13:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T14:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100494,Sample-Routine,Water,Surface Water,2020-11-02,08:13:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,3.06,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T14:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100494,Sample-Routine,Water,Surface Water,2020-11-02,08:13:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,59.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T14:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100494,Sample-Routine,Water,Surface Water,2020-11-02,08:13:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.124,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T14:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100464,Sample-Routine,Water,Surface Water,2020-11-02,09:33:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.149,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T15:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100464,Sample-Routine,Water,Surface Water,2020-11-02,09:33:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,143,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T15:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100464,Sample-Routine,Water,Surface Water,2020-11-02,09:33:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,8.20,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T15:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100464,Sample-Routine,Water,Surface Water,2020-11-02,09:33:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T15:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100467,Sample-Routine,Water,Surface Water,2020-11-02,10:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,5.71,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T16:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100467,Sample-Routine,Water,Surface Water,2020-11-02,10:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T16:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100467,Sample-Routine,Water,Surface Water,2020-11-02,10:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,142,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T16:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100467,Sample-Routine,Water,Surface Water,2020-11-02,10:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.105,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T16:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100517,Sample-Routine,Water,Surface Water,2020-11-02,10:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.46,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T16:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100517,Sample-Routine,Water,Surface Water,2020-11-02,10:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T16:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100517,Sample-Routine,Water,Surface Water,2020-11-02,10:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.085,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T16:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100517,Sample-Routine,Water,Surface Water,2020-11-02,10:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,75.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-02T16:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100114,Sample-Routine,Water,Surface Water,2020-11-04,14:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.376,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-04T20:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100114,Sample-Routine,Water,Surface Water,2020-11-04,14:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.115,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2020-11-19,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,6,2020-11-04T20:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100114,Sample-Routine,Water,Surface Water,2020-11-04,14:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.66,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-04T20:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100114,Sample-Routine,Water,Surface Water,2020-11-04,14:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,17.0,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2021-01-07,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,6,2020-11-04T20:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104931,Sample-Routine,Water,Surface Water,2020-11-05,17:53:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.184,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-05T23:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105105,Sample-Routine,Water,Surface Water,2020-11-10,12:46:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.020,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-10T18:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104932,Sample-Routine,Water,Surface Water,2020-11-10,13:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.176,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-10T19:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100242,Sample-Routine,Water,Surface Water,2020-11-10,13:45:00,CST,2020-11-12,04:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.503,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-09,NA,NA,NA,NA,2020-12-08,NWIS,6,2020-11-10T19:45:00Z,6,2020-11-12T10:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100242,Sample-Routine,Water,Surface Water,2020-11-10,13:45:00,CST,2020-11-12,04:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,53.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-10T19:45:00Z,6,2020-11-12T10:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100238,Sample-Routine,Water,Surface Water,2020-11-10,13:46:00,CST,2020-11-11,13:45:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,6.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-09,sample was diluted,NA,NA,NA,2020-12-08,NWIS,6,2020-11-10T19:46:00Z,6,2020-11-11T19:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100238,Sample-Routine,Water,Surface Water,2020-11-10,13:46:00,CST,2020-11-11,13:45:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,66.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-10T19:46:00Z,6,2020-11-11T19:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100243,Sample-Routine,Water,Surface Water,2020-11-10,13:51:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-09,sample was diluted,NA,NA,NA,2020-12-08,NWIS,6,2020-11-10T19:51:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100243,Sample-Routine,Water,Surface Water,2020-11-10,13:51:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,7.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-10T19:51:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100241,Sample-Routine,Water,Surface Water,2020-11-10,14:05:00,CST,2020-11-11,10:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-09,sample was diluted,NA,NA,NA,2020-12-08,NWIS,6,2020-11-10T20:05:00Z,6,2020-11-11T16:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100241,Sample-Routine,Water,Surface Water,2020-11-10,14:05:00,CST,2020-11-11,10:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,9.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-10T20:05:00Z,6,2020-11-11T16:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100503,Sample-Routine,Water,Surface Water,2020-11-10,14:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.045,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-10T20:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100503,Sample-Routine,Water,Surface Water,2020-11-10,14:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-10T20:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100239,Sample-Routine,Water,Surface Water,2020-11-10,14:29:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-09,sample was diluted,NA,NA,NA,2020-12-08,NWIS,6,2020-11-10T20:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100239,Sample-Routine,Water,Surface Water,2020-11-10,14:29:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,11.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-10T20:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105106,Sample-Routine,Water,Surface Water,2020-11-10,15:29:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.020,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-10T21:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100240,Sample-Routine,Water,Surface Water,2020-11-10,15:47:00,CST,2020-11-10,19:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,5.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-09,sample was diluted,NA,NA,NA,2020-12-08,NWIS,6,2020-11-10T21:47:00Z,6,2020-11-11T01:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100240,Sample-Routine,Water,Surface Water,2020-11-10,15:47:00,CST,2020-11-10,19:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,2.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-10T21:47:00Z,6,2020-11-11T01:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100476,Sample-Routine,Water,Surface Water,2020-11-10,16:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-10T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100476,Sample-Routine,Water,Surface Water,2020-11-10,16:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.067,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-10T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104638,Sample-Routine,Water,Surface Water,2020-11-10,16:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.658,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-10T22:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100504,Sample-Routine,Water,Surface Water,2020-11-10,17:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-10T23:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100504,Sample-Routine,Water,Surface Water,2020-11-10,17:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.026,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-10T23:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100244,Sample-Routine,Water,Surface Water,2020-11-10,18:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.919,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-09,sample was diluted,NA,NA,NA,2020-12-08,NWIS,6,2020-11-11T00:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100244,Sample-Routine,Water,Surface Water,2020-11-10,18:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,33.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-11T00:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104639,Sample-Routine,Water,Surface Water,2020-11-10,18:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.731,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T00:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104657,Sample-Routine,Water,Surface Water,2020-11-10,18:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.255,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T00:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104658,Sample-Routine,Water,Surface Water,2020-11-10,22:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.434,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T04:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104659,Sample-Routine,Water,Surface Water,2020-11-10,23:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.835,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T05:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100505,Sample-Routine,Water,Surface Water,2020-11-10,23:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T05:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100505,Sample-Routine,Water,Surface Water,2020-11-10,23:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.060,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T05:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104640,Sample-Routine,Water,Surface Water,2020-11-11,00:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.276,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T06:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104640,Sample-Routine,Water,Surface Water,2020-11-11,00:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.408,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T06:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100245,Sample-Routine,Water,Surface Water,2020-11-11,00:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,33.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-11T06:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100245,Sample-Routine,Water,Surface Water,2020-11-11,00:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.670,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-09,sample was diluted,NA,NA,NA,2020-12-08,NWIS,6,2020-11-11T06:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104660,Sample-Routine,Water,Surface Water,2020-11-11,00:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.56,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T06:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104661,Sample-Routine,Water,Surface Water,2020-11-11,04:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.41,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104661,Sample-Routine,Water,Surface Water,2020-11-11,04:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.547,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104641,Sample-Routine,Water,Surface Water,2020-11-11,06:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.379,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T12:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104662,Sample-Routine,Water,Surface Water,2020-11-11,08:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.12,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100477,Sample-Routine,Water,Surface Water,2020-11-11,09:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.155,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100477,Sample-Routine,Water,Surface Water,2020-11-11,09:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100246,Sample-Routine,Water,Surface Water,2020-11-11,10:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.692,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-18,holding time exceededsample was diluted,NA,NA,NA,2020-12-16,NWIS,6,2020-11-11T16:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100246,Sample-Routine,Water,Surface Water,2020-11-11,10:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,38.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-11T16:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104933,Sample-Routine,Water,Surface Water,2020-11-11,11:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.949,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100506,Sample-Routine,Water,Surface Water,2020-11-11,17:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.247,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T23:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100506,Sample-Routine,Water,Surface Water,2020-11-11,17:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.40,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-11T23:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100478,Sample-Routine,Water,Surface Water,2020-11-11,18:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.242,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-12T00:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100478,Sample-Routine,Water,Surface Water,2020-11-11,18:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-12T00:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104934,Sample-Routine,Water,Surface Water,2020-11-11,18:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.819,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-12T00:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100247,Sample-Routine,Water,Surface Water,2020-11-11,20:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.785,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-09,sample was diluted,NA,NA,NA,2020-12-08,NWIS,6,2020-11-12T02:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100247,Sample-Routine,Water,Surface Water,2020-11-11,20:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,38.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-12T02:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104663,Sample-Routine,Water,Surface Water,2020-11-12,05:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.752,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-12T11:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100507,Sample-Routine,Water,Surface Water,2020-11-12,05:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.411,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-12T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100507,Sample-Routine,Water,Surface Water,2020-11-12,05:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-12T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100248,Sample-Routine,Water,Surface Water,2020-11-12,05:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.650,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-09,sample was diluted,NA,NA,NA,2020-12-08,NWIS,6,2020-11-12T11:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100248,Sample-Routine,Water,Surface Water,2020-11-12,05:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,44.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-12T11:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104642,Sample-Routine,Water,Surface Water,2020-11-12,09:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.296,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-12T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100479,Sample-Routine,Water,Surface Water,2020-11-12,12:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.50,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-12T18:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100479,Sample-Routine,Water,Surface Water,2020-11-12,12:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.398,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-12T18:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104935,Sample-Routine,Water,Surface Water,2020-11-13,00:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.478,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-13T06:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100317,Sample-Routine,Water,Surface Water,2020-11-13,01:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.457,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-18,holding time exceededsample was diluted,NA,NA,NA,2020-12-16,NWIS,6,2020-11-13T07:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100317,Sample-Routine,Water,Surface Water,2020-11-13,01:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,48.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-13T07:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100315,Sample-Routine,Water,Surface Water,2020-11-13,09:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,66.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-13T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100315,Sample-Routine,Water,Surface Water,2020-11-13,09:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.070,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-18,holding time exceeded,NA,NA,NA,2020-12-16,NWIS,6,2020-11-13T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104936,Sample-Routine,Water,Surface Water,2020-11-13,20:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.296,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-14T02:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100480,Sample-Routine,Water,Surface Water,2020-11-14,07:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-14T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100480,Sample-Routine,Water,Surface Water,2020-11-14,07:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.289,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-14T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100318,Sample-Routine,Water,Surface Water,2020-11-14,17:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,48.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-14T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100318,Sample-Routine,Water,Surface Water,2020-11-14,17:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.267,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-18,holding time exceeded,NA,NA,NA,2020-12-16,NWIS,6,2020-11-14T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105107,Sample-Routine,Water,Surface Water,2020-11-14,20:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.245,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-15T02:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100313,Sample-Routine,Water,Surface Water,2020-11-14,22:15:00,CST,2020-11-16,06:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-18,holding time exceededsample was diluted,NA,NA,NA,2020-12-16,NWIS,6,2020-11-15T04:15:00Z,6,2020-11-16T12:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100313,Sample-Routine,Water,Surface Water,2020-11-14,22:15:00,CST,2020-11-16,06:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,18.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-15T04:15:00Z,6,2020-11-16T12:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100311,Sample-Routine,Water,Surface Water,2020-11-15,02:45:00,CST,2020-11-16,04:45:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,6.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-18,holding time exceededsample was diluted,NA,NA,NA,2020-12-16,NWIS,6,2020-11-15T08:45:00Z,6,2020-11-16T10:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100311,Sample-Routine,Water,Surface Water,2020-11-15,02:45:00,CST,2020-11-16,04:45:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,99.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-15T08:45:00Z,6,2020-11-16T10:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100314,Sample-Routine,Water,Surface Water,2020-11-15,04:45:00,CST,2020-11-15,13:15:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-18,holding time exceededsample was diluted,NA,NA,NA,2020-12-16,NWIS,6,2020-11-15T10:45:00Z,6,2020-11-15T19:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100314,Sample-Routine,Water,Surface Water,2020-11-15,04:45:00,CST,2020-11-15,13:15:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,10.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-15T10:45:00Z,6,2020-11-15T19:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104937,Sample-Routine,Water,Surface Water,2020-11-15,05:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.248,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-15T11:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100316,Sample-Routine,Water,Surface Water,2020-11-15,05:55:00,CST,2020-11-16,10:10:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.300,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-18,holding time exceeded,NA,NA,NA,2020-12-16,NWIS,6,2020-11-15T11:55:00Z,6,2020-11-16T16:10:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100316,Sample-Routine,Water,Surface Water,2020-11-15,05:55:00,CST,2020-11-16,10:10:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,62.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-15T11:55:00Z,6,2020-11-16T16:10:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105108,Sample-Routine,Water,Surface Water,2020-11-15,06:22:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.455,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-15T12:22:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100312,Sample-Routine,Water,Surface Water,2020-11-15,07:54:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-18,holding time exceededsample was diluted,NA,NA,NA,2020-12-16,NWIS,6,2020-11-15T13:54:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100312,Sample-Routine,Water,Surface Water,2020-11-15,07:54:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,4.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-15T13:54:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100508,Sample-Routine,Water,Surface Water,2020-11-15,09:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-15T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100508,Sample-Routine,Water,Surface Water,2020-11-15,09:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.088,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-15T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100481,Sample-Routine,Water,Surface Water,2020-11-15,09:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.204,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-15T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100481,Sample-Routine,Water,Surface Water,2020-11-15,09:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-15T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100319,Sample-Routine,Water,Surface Water,2020-11-15,11:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.272,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-18,holding time exceeded,NA,NA,NA,2020-12-16,NWIS,6,2020-11-15T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100319,Sample-Routine,Water,Surface Water,2020-11-15,11:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,50.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-15T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104938,Sample-Routine,Water,Surface Water,2020-11-15,12:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.302,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-15T18:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100509,Sample-Routine,Water,Surface Water,2020-11-15,15:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-15T21:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100509,Sample-Routine,Water,Surface Water,2020-11-15,15:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.091,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-15T21:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104939,Sample-Routine,Water,Surface Water,2020-11-15,18:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.602,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-16T00:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100510,Sample-Routine,Water,Surface Water,2020-11-15,21:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-16T03:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100510,Sample-Routine,Water,Surface Water,2020-11-15,21:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.127,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-16T03:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100320,Sample-Routine,Water,Surface Water,2020-11-15,21:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.260,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-18,holding time exceeded,NA,NA,NA,2020-12-16,NWIS,6,2020-11-16T03:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100320,Sample-Routine,Water,Surface Water,2020-11-15,21:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,51.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-16T03:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100482,Sample-Routine,Water,Surface Water,2020-11-16,03:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-16T09:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100482,Sample-Routine,Water,Surface Water,2020-11-16,03:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.165,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-16T09:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100321,Sample-Routine,Water,Surface Water,2020-11-16,07:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.320,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-18,holding time exceeded,NA,NA,NA,2020-12-16,NWIS,6,2020-11-16T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100321,Sample-Routine,Water,Surface Water,2020-11-16,07:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-16T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104940,Sample-Routine,Water,Surface Water,2020-11-16,08:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.430,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-16T14:36:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-254658061,Sample-Routine,Water,NA,2020-11-16,10:45:00,CST,2020-11-16,10:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,18.4,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2020-12-08,NA,NA,NA,NA,NA,STORET,6,2020-11-16T16:45:00Z,6,2020-11-16T16:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-254658061,Sample-Routine,Water,NA,2020-11-16,10:45:00,CST,2020-11-16,10:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.130,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-12-02,NA,NA,NA,NA,NA,STORET,6,2020-11-16T16:45:00Z,6,2020-11-16T16:45:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100483,Sample-Routine,Water,Surface Water,2020-11-16,12:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-16T18:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100483,Sample-Routine,Water,Surface Water,2020-11-16,12:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.201,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-16T18:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100322,Sample-Routine,Water,Surface Water,2020-11-16,17:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.370,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-18,holding time exceeded,NA,NA,NA,2020-12-16,NWIS,6,2020-11-16T23:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100322,Sample-Routine,Water,Surface Water,2020-11-16,17:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,53.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-16T23:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105109,Sample-Routine,Water,Surface Water,2020-11-17,01:53:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.200,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-17T07:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100511,Sample-Routine,Water,Surface Water,2020-11-17,03:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.43,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-17T09:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100511,Sample-Routine,Water,Surface Water,2020-11-17,03:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.387,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-17T09:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100484,Sample-Routine,Water,Surface Water,2020-11-17,06:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-17T12:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100484,Sample-Routine,Water,Surface Water,2020-11-17,06:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.297,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-17T12:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100323,Sample-Routine,Water,Surface Water,2020-11-17,09:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,54.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-07,NA,NA,NA,NA,2020-12-07,NWIS,6,2020-11-17T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100323,Sample-Routine,Water,Surface Water,2020-11-17,09:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.345,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2020-12-18,holding time exceeded,NA,NA,NA,2020-12-16,NWIS,6,2020-11-17T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104941,Sample-Routine,Water,Surface Water,2020-11-17,10:54:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.306,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-17T16:54:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100512,Sample-Routine,Water,Surface Water,2020-11-18,03:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-18T09:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100512,Sample-Routine,Water,Surface Water,2020-11-18,03:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.236,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-18T09:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100485,Sample-Routine,Water,Surface Water,2020-11-18,09:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.274,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-18T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100485,Sample-Routine,Water,Surface Water,2020-11-18,09:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-18T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105110,Sample-Routine,Water,Surface Water,2020-11-24,14:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.154,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-24T20:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105111,Sample-Routine,Water,Surface Water,2020-11-24,23:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.289,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-25T05:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104942,Sample-Routine,Water,Surface Water,2020-11-25,01:17:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.175,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-25T07:17:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104943,Sample-Routine,Water,Surface Water,2020-11-25,13:26:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.352,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-25T19:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100336,Sample-Routine,Water,Surface Water,2020-11-25,14:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,56.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-18,NA,NA,NA,NA,2020-12-18,NWIS,6,2020-11-25T20:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100336,Sample-Routine,Water,Surface Water,2020-11-25,14:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.135,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-01-07,holding time exceeded,NA,NA,NA,2021-01-06,NWIS,6,2020-11-25T20:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100337,Sample-Routine,Water,Surface Water,2020-11-26,01:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.124,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-01-07,holding time exceeded,NA,NA,NA,2021-01-06,NWIS,6,2020-11-26T07:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100337,Sample-Routine,Water,Surface Water,2020-11-26,01:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,62.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-18,NA,NA,NA,NA,2020-12-18,NWIS,6,2020-11-26T07:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100338,Sample-Routine,Water,Surface Water,2020-11-26,11:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.126,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-01-07,holding time exceeded,NA,NA,NA,2021-01-06,NWIS,6,2020-11-26T17:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100338,Sample-Routine,Water,Surface Water,2020-11-26,11:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,61.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-18,NA,NA,NA,NA,2020-12-18,NWIS,6,2020-11-26T17:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100339,Sample-Routine,Water,Surface Water,2020-11-27,07:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,66.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-18,NA,NA,NA,NA,2020-12-18,NWIS,6,2020-11-27T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100339,Sample-Routine,Water,Surface Water,2020-11-27,07:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.147,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-01-07,holding time exceeded,NA,NA,NA,2021-01-06,NWIS,6,2020-11-27T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104944,Sample-Routine,Water,Surface Water,2020-11-27,13:53:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.201,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-27T19:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100340,Sample-Routine,Water,Surface Water,2020-11-30,10:26:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,63.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-18,NA,NA,NA,NA,2020-12-18,NWIS,6,2020-11-30T16:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100340,Sample-Routine,Water,Surface Water,2020-11-30,10:26:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.118,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-01-07,holding time exceeded,NA,NA,NA,2021-01-06,NWIS,6,2020-11-30T16:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100341,Sample-Routine,Water,Surface Water,2020-11-30,10:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,69.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2020-12-18,NA,NA,NA,NA,2020-12-18,NWIS,6,2020-11-30T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100341,Sample-Routine,Water,Surface Water,2020-11-30,10:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.018,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-01-07,holding time exceeded,NA,NA,NA,2021-01-06,NWIS,6,2020-11-30T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104664,Sample-Routine,Water,Surface Water,2020-11-30,11:39:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.176,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-30T17:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104664,Sample-Routine,Water,Surface Water,2020-11-30,11:39:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.152,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-30T17:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100490,Sample-Routine,Water,Surface Water,2020-11-30,12:38:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.200,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-30T18:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100490,Sample-Routine,Water,Surface Water,2020-11-30,12:38:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-30T18:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100460,Sample-Routine,Water,Surface Water,2020-11-30,13:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.124,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-30T19:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100460,Sample-Routine,Water,Surface Water,2020-11-30,13:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-30T19:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100486,Sample-Routine,Water,Surface Water,2020-11-30,13:32:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-30T19:32:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100486,Sample-Routine,Water,Surface Water,2020-11-30,13:32:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.080,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-30T19:32:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100513,Sample-Routine,Water,Surface Water,2020-11-30,14:04:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.089,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-30T20:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100513,Sample-Routine,Water,Surface Water,2020-11-30,14:04:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-11-30T20:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105112,Sample-Routine,Water,Surface Water,2020-12-01,16:39:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.050,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-12-01T22:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100295,Sample-Routine,Water,Surface Water,2020-12-07,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,17.7,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2021-02-02,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,6,2020-12-07T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100295,Sample-Routine,Water,Surface Water,2020-12-07,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.670,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-12-07T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100295,Sample-Routine,Water,Surface Water,2020-12-07,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,2.96,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2020-12-07T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100295,Sample-Routine,Water,Surface Water,2020-12-07,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.065,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2021-01-07,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,6,2020-12-07T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100434,Sample-Routine,Water,Surface Water,2020-12-16,09:29:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,95.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-01-05,NA,NA,NA,NA,2021-01-04,NWIS,6,2020-12-16T15:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100434,Sample-Routine,Water,Surface Water,2020-12-16,09:29:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.102,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-01-07,NA,NA,NA,NA,2021-01-06,NWIS,6,2020-12-16T15:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100432,Sample-Routine,Water,Surface Water,2020-12-16,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,65.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-01-05,NA,NA,NA,NA,2021-01-04,NWIS,6,2020-12-16T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100432,Sample-Routine,Water,Surface Water,2020-12-16,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.015,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-01-07,NA,NA,NA,NA,2021-01-06,NWIS,6,2020-12-16T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104665,Sample-Routine,Water,Surface Water,2020-12-16,11:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.042,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-12-16T17:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104665,Sample-Routine,Water,Surface Water,2020-12-16,11:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.026,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-12-16T17:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100461,Sample-Routine,Water,Surface Water,2020-12-16,12:04:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-12-16T18:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100461,Sample-Routine,Water,Surface Water,2020-12-16,12:04:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.042,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-12-16T18:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100491,Sample-Routine,Water,Surface Water,2020-12-16,12:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.096,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-12-16T18:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100491,Sample-Routine,Water,Surface Water,2020-12-16,12:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-12-16T18:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100514,Sample-Routine,Water,Surface Water,2020-12-16,13:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-12-16T19:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100514,Sample-Routine,Water,Surface Water,2020-12-16,13:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.039,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-12-16T19:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100487,Sample-Routine,Water,Surface Water,2020-12-16,14:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.05,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-12-16T20:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100487,Sample-Routine,Water,Surface Water,2020-12-16,14:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.031,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2020-12-16T20:14:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-257401231,Sample-Routine,Water,NA,2020-12-17,13:00:00,CST,2020-12-17,13:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,18.0,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2020-12-21,NA,NA,NA,NA,NA,STORET,6,2020-12-17T19:00:00Z,6,2020-12-17T19:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-257401231,Sample-Routine,Water,NA,2020-12-17,13:00:00,CST,2020-12-17,13:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0708,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-01-06,NA,NA,NA,NA,NA,STORET,6,2020-12-17T19:00:00Z,6,2020-12-17T19:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100415,Sample-Routine,Water,Surface Water,2021-01-05,09:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.069,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2021-01-27,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,6,2021-01-05T15:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100415,Sample-Routine,Water,Surface Water,2021-01-05,09:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,2.90,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-01-05T15:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100415,Sample-Routine,Water,Surface Water,2021-01-05,09:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,19.8,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2021-02-03,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,6,2021-01-05T15:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100415,Sample-Routine,Water,Surface Water,2021-01-05,09:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.655,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-01-05T15:45:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-262826278,Sample-Routine,Water,NA,2021-01-07,14:00:00,CST,2021-01-07,14:00:00,CST,6,in,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0612,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-01-29,NA,NA,NA,NA,NA,STORET,6,2021-01-07T20:00:00Z,6,2021-01-07T20:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100435,Sample-Routine,Water,Surface Water,2021-01-13,09:06:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,64.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-01-22,NA,NA,NA,NA,2021-01-22,NWIS,6,2021-01-13T15:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100435,Sample-Routine,Water,Surface Water,2021-01-13,09:06:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.089,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-01-22,NA,NA,NA,NA,2021-01-21,NWIS,6,2021-01-13T15:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100433,Sample-Routine,Water,Surface Water,2021-01-13,09:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.015,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-01-22,NA,NA,NA,NA,2021-01-21,NWIS,6,2021-01-13T15:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100433,Sample-Routine,Water,Surface Water,2021-01-13,09:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,61.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-01-22,NA,NA,NA,NA,2021-01-22,NWIS,6,2021-01-13T15:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104666,Sample-Routine,Water,Surface Water,2021-01-13,10:28:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.044,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-01-13T16:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104666,Sample-Routine,Water,Surface Water,2021-01-13,10:28:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.056,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-01-13T16:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104047,Sample-Routine,Water,Surface Water,2021-01-13,12:28:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.04,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-01-13T18:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104047,Sample-Routine,Water,Surface Water,2021-01-13,12:28:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.024,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-01-13T18:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104032,Sample-Routine,Water,Surface Water,2021-01-13,13:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.023,mg/l as P,NA,NWIS,6,2021-01-13T19:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104032,Sample-Routine,Water,Surface Water,2021-01-13,13:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.05,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-01-13T19:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104031,Sample-Routine,Water,Surface Water,2021-01-13,14:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.04,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-01-13T20:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104031,Sample-Routine,Water,Surface Water,2021-01-13,14:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.033,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-01-13T20:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100577,Sample-Routine,Water,Surface Water,2021-01-16,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,65.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-02-05,NA,NA,NA,NA,2021-02-05,NWIS,6,2021-01-16T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100577,Sample-Routine,Water,Surface Water,2021-01-16,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.148,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-02-11,NA,NA,NA,NA,2021-02-10,NWIS,6,2021-01-16T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100578,Sample-Routine,Water,Surface Water,2021-01-17,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.311,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-02-11,NA,NA,NA,NA,2021-02-10,NWIS,6,2021-01-17T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100578,Sample-Routine,Water,Surface Water,2021-01-17,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,85.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-02-05,NA,NA,NA,NA,2021-02-05,NWIS,6,2021-01-17T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100579,Sample-Routine,Water,Surface Water,2021-01-18,06:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,78.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-02-05,NA,NA,NA,NA,2021-02-05,NWIS,6,2021-01-18T12:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100579,Sample-Routine,Water,Surface Water,2021-01-18,06:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.312,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-02-11,NA,NA,NA,NA,2021-02-10,NWIS,6,2021-01-18T12:00:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-262826266,Sample-Routine,Water,NA,2021-01-27,09:15:00,CST,2021-01-27,09:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,19.8,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2021-02-01,NA,NA,NA,NA,NA,STORET,6,2021-01-27T15:15:00Z,6,2021-01-27T15:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-262826266,Sample-Routine,Water,NA,2021-01-27,09:15:00,CST,2021-01-27,09:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0548,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-02-05,NA,NA,NA,NA,NA,STORET,6,2021-01-27T15:15:00Z,6,2021-01-27T15:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-266545364,Sample-Routine,Water,NA,2021-01-27,09:45:00,CST,2021-01-27,09:45:00,CST,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0670,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-02-05,NA,NA,NA,NA,NA,STORET,6,2021-01-27T15:45:00Z,6,2021-01-27T15:45:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100547,Sample-Routine,Water,Surface Water,2021-02-02,11:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.054,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2021-02-17,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,6,2021-02-02T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100547,Sample-Routine,Water,Surface Water,2021-02-02,11:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.679,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-02T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100547,Sample-Routine,Water,Surface Water,2021-02-02,11:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,3.01,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-02T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100547,Sample-Routine,Water,Surface Water,2021-02-02,11:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,20.9,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2021-02-26,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,6,2021-02-02T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105113,Sample-Routine,Water,Surface Water,2021-02-20,08:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.015,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-20T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100854,Sample-Routine,Water,Surface Water,2021-02-24,08:27:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.143,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-03-15,NA,NA,NA,NA,2021-03-12,NWIS,6,2021-02-24T14:27:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100854,Sample-Routine,Water,Surface Water,2021-02-24,08:27:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,77.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-03-12,NA,NA,NA,NA,2021-03-12,NWIS,6,2021-02-24T14:27:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104667,Sample-Routine,Water,Surface Water,2021-02-24,09:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.119,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-24T15:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104667,Sample-Routine,Water,Surface Water,2021-02-24,09:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.109,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-24T15:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104048,Sample-Routine,Water,Surface Water,2021-02-24,11:01:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.037,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-24T17:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104048,Sample-Routine,Water,Surface Water,2021-02-24,11:01:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-24T17:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104034,Sample-Routine,Water,Surface Water,2021-02-24,12:03:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-24T18:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104034,Sample-Routine,Water,Surface Water,2021-02-24,12:03:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.044,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-24T18:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104033,Sample-Routine,Water,Surface Water,2021-02-24,12:32:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.068,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-24T18:32:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104033,Sample-Routine,Water,Surface Water,2021-02-24,12:32:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-24T18:32:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104945,Sample-Routine,Water,Surface Water,2021-02-25,23:53:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.148,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-26T05:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100834,Sample-Routine,Water,Surface Water,2021-02-26,13:00:00,CST,2021-03-02,12:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,15.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-03-12,NA,NA,NA,NA,2021-03-12,NWIS,6,2021-02-26T19:00:00Z,6,2021-03-02T18:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100834,Sample-Routine,Water,Surface Water,2021-02-26,13:00:00,CST,2021-03-02,12:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-03-15,sample was diluted,NA,NA,NA,2021-03-12,NWIS,6,2021-02-26T19:00:00Z,6,2021-03-02T18:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100830,Sample-Routine,Water,Surface Water,2021-02-26,17:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,5.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-03-12,NA,NA,NA,NA,2021-03-12,NWIS,6,2021-02-26T23:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100830,Sample-Routine,Water,Surface Water,2021-02-26,17:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-03-15,sample was diluted,NA,NA,NA,2021-03-12,NWIS,6,2021-02-26T23:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100831,Sample-Routine,Water,Surface Water,2021-02-27,08:50:00,CST,2021-03-01,04:16:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,5.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-03-12,NA,NA,NA,NA,2021-03-12,NWIS,6,2021-02-27T14:50:00Z,6,2021-03-01T10:16:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100831,Sample-Routine,Water,Surface Water,2021-02-27,08:50:00,CST,2021-03-01,04:16:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-03-15,sample was diluted,NA,NA,NA,2021-03-12,NWIS,6,2021-02-27T14:50:00Z,6,2021-03-01T10:16:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100827,Sample-Routine,Water,Surface Water,2021-02-27,11:39:00,CST,2021-03-01,01:31:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.7,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-03-15,sample was diluted,NA,NA,NA,2021-03-12,NWIS,6,2021-02-27T17:39:00Z,6,2021-03-01T07:31:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100827,Sample-Routine,Water,Surface Water,2021-02-27,11:39:00,CST,2021-03-01,01:31:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,6.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-03-12,NA,NA,NA,NA,2021-03-12,NWIS,6,2021-02-27T17:39:00Z,6,2021-03-01T07:31:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100824,Sample-Routine,Water,Surface Water,2021-02-27,13:45:00,CST,2021-03-01,03:04:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,1.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-03-12,NA,NA,NA,NA,2021-03-12,NWIS,6,2021-02-27T19:45:00Z,6,2021-03-01T09:04:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100824,Sample-Routine,Water,Surface Water,2021-02-27,13:45:00,CST,2021-03-01,03:04:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-03-15,sample was diluted,NA,NA,NA,2021-03-12,NWIS,6,2021-02-27T19:45:00Z,6,2021-03-01T09:04:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100821,Sample-Routine,Water,Surface Water,2021-02-27,15:15:00,CST,2021-02-28,22:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,9.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-03-12,NA,NA,NA,NA,2021-03-12,NWIS,6,2021-02-27T21:15:00Z,6,2021-03-01T04:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100821,Sample-Routine,Water,Surface Water,2021-02-27,15:15:00,CST,2021-02-28,22:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-03-19,sample was diluted,NA,NA,NA,2021-03-12,NWIS,6,2021-02-27T21:15:00Z,6,2021-03-01T04:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104127,Sample-Routine,Water,Surface Water,2021-02-27,19:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-28T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104062,Sample-Routine,Water,Surface Water,2021-02-27,20:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.100,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-28T02:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104062,Sample-Routine,Water,Surface Water,2021-02-27,20:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-28T02:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104668,Sample-Routine,Water,Surface Water,2021-02-27,20:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.344,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-28T02:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104180,Sample-Routine,Water,Surface Water,2021-02-27,21:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.04,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-28T03:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104180,Sample-Routine,Water,Surface Water,2021-02-27,21:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.023,mg/l as P,NA,NWIS,6,2021-02-28T03:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104063,Sample-Routine,Water,Surface Water,2021-02-28,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.41,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-28T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104063,Sample-Routine,Water,Surface Water,2021-02-28,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.299,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-02-28T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104669,Sample-Routine,Water,Surface Water,2021-03-01,02:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.686,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-01T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104669,Sample-Routine,Water,Surface Water,2021-03-01,02:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.747,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-01T08:00:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-268552304,Sample-Routine,Water,NA,2021-03-01,08:00:00,CST,2021-03-01,08:00:00,CST,0.5,ft,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0540,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-03-11,NA,NA,NA,NA,NA,STORET,6,2021-03-01T14:00:00Z,6,2021-03-01T14:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104064,Sample-Routine,Water,Surface Water,2021-03-01,08:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.38,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-01T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104064,Sample-Routine,Water,Surface Water,2021-03-01,08:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.295,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-01T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104065,Sample-Routine,Water,Surface Water,2021-03-01,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.258,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-01T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104065,Sample-Routine,Water,Surface Water,2021-03-01,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-01T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104181,Sample-Routine,Water,Surface Water,2021-03-01,16:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.677,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-01T22:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104181,Sample-Routine,Water,Surface Water,2021-03-01,16:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.74,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-01T22:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104128,Sample-Routine,Water,Surface Water,2021-03-01,17:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-01T23:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104128,Sample-Routine,Water,Surface Water,2021-03-01,17:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.244,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-01T23:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100849,Sample-Routine,Water,Surface Water,2021-03-01,21:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.618,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-03-15,sample was diluted,NA,NA,NA,2021-03-12,NWIS,6,2021-03-02T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100849,Sample-Routine,Water,Surface Water,2021-03-01,21:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,27.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-03-12,NA,NA,NA,NA,2021-03-12,NWIS,6,2021-03-02T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100850,Sample-Routine,Water,Surface Water,2021-03-02,05:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,27.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-03-12,NA,NA,NA,NA,2021-03-12,NWIS,6,2021-03-02T11:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100850,Sample-Routine,Water,Surface Water,2021-03-02,05:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.666,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-03-15,sample was diluted,NA,NA,NA,2021-03-12,NWIS,6,2021-03-02T11:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104182,Sample-Routine,Water,Surface Water,2021-03-02,10:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.830,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-02T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104182,Sample-Routine,Water,Surface Water,2021-03-02,10:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.91,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-02T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104066,Sample-Routine,Water,Surface Water,2021-03-02,15:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.441,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-02T21:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104066,Sample-Routine,Water,Surface Water,2021-03-02,15:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.53,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-02T21:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100835,Sample-Routine,Water,Surface Water,2021-03-02,17:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.731,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceededsample was diluted,NA,NA,NA,2021-04-07,NWIS,6,2021-03-02T23:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100835,Sample-Routine,Water,Surface Water,2021-03-02,17:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,32.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-05,holding time exceeded,NA,NA,NA,2021-04-05,NWIS,6,2021-03-02T23:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100851,Sample-Routine,Water,Surface Water,2021-03-02,23:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.555,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceededsample was diluted,NA,NA,NA,2021-04-07,NWIS,6,2021-03-03T05:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100851,Sample-Routine,Water,Surface Water,2021-03-02,23:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,29.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-05,holding time exceeded,NA,NA,NA,2021-04-05,NWIS,6,2021-03-03T05:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100828,Sample-Routine,Water,Surface Water,2021-03-03,09:30:00,CST,2021-03-04,02:46:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceededsample was diluted,NA,NA,NA,2021-04-07,NWIS,6,2021-03-03T15:30:00Z,6,2021-03-04T08:46:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100828,Sample-Routine,Water,Surface Water,2021-03-03,09:30:00,CST,2021-03-04,02:46:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,6.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-05,holding time exceeded,NA,NA,NA,2021-04-05,NWIS,6,2021-03-03T15:30:00Z,6,2021-03-04T08:46:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100825,Sample-Routine,Water,Surface Water,2021-03-03,09:45:00,CST,2021-03-04,01:43:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,1.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-05,holding time exceeded,NA,NA,NA,2021-04-05,NWIS,6,2021-03-03T15:45:00Z,6,2021-03-04T07:43:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100825,Sample-Routine,Water,Surface Water,2021-03-03,09:45:00,CST,2021-03-04,01:43:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceededsample was diluted,NA,NA,NA,2021-04-07,NWIS,6,2021-03-03T15:45:00Z,6,2021-03-04T07:43:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100832,Sample-Routine,Water,Surface Water,2021-03-03,10:00:00,CST,2021-03-04,02:37:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.7,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceededsample was diluted,NA,NA,NA,2021-04-07,NWIS,6,2021-03-03T16:00:00Z,6,2021-03-04T08:37:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100832,Sample-Routine,Water,Surface Water,2021-03-03,10:00:00,CST,2021-03-04,02:37:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,4.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-05,holding time exceeded,NA,NA,NA,2021-04-05,NWIS,6,2021-03-03T16:00:00Z,6,2021-03-04T08:37:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100836,Sample-Routine,Water,Surface Water,2021-03-03,10:15:00,CST,2021-03-07,11:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.886,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceededsample was diluted,NA,NA,NA,2021-04-07,NWIS,6,2021-03-03T16:15:00Z,6,2021-03-07T17:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100836,Sample-Routine,Water,Surface Water,2021-03-03,10:15:00,CST,2021-03-07,11:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,28.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-05,holding time exceeded,NA,NA,NA,2021-04-05,NWIS,6,2021-03-03T16:15:00Z,6,2021-03-07T17:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100609,Sample-Routine,Water,Surface Water,2021-03-03,13:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,37.7,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2021-03-24,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,6,2021-03-03T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100609,Sample-Routine,Water,Surface Water,2021-03-03,13:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.922,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-03T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100609,Sample-Routine,Water,Surface Water,2021-03-03,13:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,4.08,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-03T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100609,Sample-Routine,Water,Surface Water,2021-03-03,13:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.090,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2021-03-18,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,6,2021-03-03T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104670,Sample-Routine,Water,Surface Water,2021-03-03,16:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.658,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-03T22:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100822,Sample-Routine,Water,Surface Water,2021-03-03,18:16:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,12.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-05,holding time exceeded,NA,NA,NA,2021-04-05,NWIS,6,2021-03-04T00:16:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100822,Sample-Routine,Water,Surface Water,2021-03-03,18:16:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceededsample was diluted,NA,NA,NA,2021-04-07,NWIS,6,2021-03-04T00:16:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104067,Sample-Routine,Water,Surface Water,2021-03-04,18:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.417,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-05T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104067,Sample-Routine,Water,Surface Water,2021-03-04,18:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.46,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-05T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104129,Sample-Routine,Water,Surface Water,2021-03-04,19:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-05T01:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100852,Sample-Routine,Water,Surface Water,2021-03-05,00:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.437,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceededsample was diluted,NA,NA,NA,2021-04-07,NWIS,6,2021-03-05T06:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100852,Sample-Routine,Water,Surface Water,2021-03-05,00:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,36.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-05,holding time exceeded,NA,NA,NA,2021-04-05,NWIS,6,2021-03-05T06:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104049,Sample-Routine,Water,Surface Water,2021-03-05,12:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.176,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-05T18:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104049,Sample-Routine,Water,Surface Water,2021-03-05,12:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-05T18:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104671,Sample-Routine,Water,Surface Water,2021-03-05,14:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.584,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-05T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104671,Sample-Routine,Water,Surface Water,2021-03-05,14:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.507,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-05T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104946,Sample-Routine,Water,Surface Water,2021-03-08,01:28:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.296,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-08T07:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100853,Sample-Routine,Water,Surface Water,2021-03-08,08:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,40.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-05,NA,NA,NA,NA,2021-04-05,NWIS,6,2021-03-08T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100853,Sample-Routine,Water,Surface Water,2021-03-08,08:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.234,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceeded,NA,NA,NA,2021-04-07,NWIS,6,2021-03-08T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104947,Sample-Routine,Water,Surface Water,2021-03-08,21:42:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.315,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-09T03:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104282,Sample-Routine,Water,Surface Water,2021-03-09,07:38:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-09T13:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104282,Sample-Routine,Water,Surface Water,2021-03-09,07:38:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.081,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-09T13:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104242,Sample-Routine,Water,Surface Water,2021-03-09,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.05,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-09T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104242,Sample-Routine,Water,Surface Water,2021-03-09,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,69.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-09T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104242,Sample-Routine,Water,Surface Water,2021-03-09,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-09T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104242,Sample-Routine,Water,Surface Water,2021-03-09,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.179,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-09T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104262,Sample-Routine,Water,Surface Water,2021-03-09,10:24:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.52,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-09T16:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104262,Sample-Routine,Water,Surface Water,2021-03-09,10:24:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.170,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-09T16:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104262,Sample-Routine,Water,Surface Water,2021-03-09,10:24:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,90.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-09T16:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104262,Sample-Routine,Water,Surface Water,2021-03-09,10:24:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-09T16:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104672,Sample-Routine,Water,Surface Water,2021-03-09,13:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.385,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-09T19:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100837,Sample-Routine,Water,Surface Water,2021-03-09,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,34.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceeded,NA,NA,NA,2021-04-08,NWIS,6,2021-03-09T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100837,Sample-Routine,Water,Surface Water,2021-03-09,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.572,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-09,holding time exceededsample was diluted,NA,NA,NA,2021-04-08,NWIS,6,2021-03-09T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104130,Sample-Routine,Water,Surface Water,2021-03-09,23:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-10T05:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104673,Sample-Routine,Water,Surface Water,2021-03-09,23:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.298,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-10T05:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104068,Sample-Routine,Water,Surface Water,2021-03-10,07:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-10T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104068,Sample-Routine,Water,Surface Water,2021-03-10,07:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.134,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-10T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104183,Sample-Routine,Water,Surface Water,2021-03-10,07:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.150,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-10T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104183,Sample-Routine,Water,Surface Water,2021-03-10,07:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-10T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100823,Sample-Routine,Water,Surface Water,2021-03-10,08:41:00,CST,2021-03-11,10:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-09,holding time exceededsample was diluted,NA,NA,NA,2021-04-08,NWIS,6,2021-03-10T14:41:00Z,6,2021-03-11T16:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100823,Sample-Routine,Water,Surface Water,2021-03-10,08:41:00,CST,2021-03-11,10:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,78.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceeded,NA,NA,NA,2021-04-08,NWIS,6,2021-03-10T14:41:00Z,6,2021-03-11T16:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100838,Sample-Routine,Water,Surface Water,2021-03-10,09:10:00,CST,2021-03-11,21:15:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.246,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-09,holding time exceeded,NA,NA,NA,2021-04-08,NWIS,6,2021-03-10T15:10:00Z,6,2021-03-12T03:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100838,Sample-Routine,Water,Surface Water,2021-03-10,09:10:00,CST,2021-03-11,21:15:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,50.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceeded,NA,NA,NA,2021-04-08,NWIS,6,2021-03-10T15:10:00Z,6,2021-03-12T03:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100829,Sample-Routine,Water,Surface Water,2021-03-10,09:30:00,CST,2021-03-10,13:20:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-09,holding time exceededsample was diluted,NA,NA,NA,2021-04-08,NWIS,6,2021-03-10T15:30:00Z,6,2021-03-10T19:20:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100829,Sample-Routine,Water,Surface Water,2021-03-10,09:30:00,CST,2021-03-10,13:20:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,22.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceeded,NA,NA,NA,2021-04-08,NWIS,6,2021-03-10T15:30:00Z,6,2021-03-10T19:20:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100833,Sample-Routine,Water,Surface Water,2021-03-10,10:23:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-09,holding time exceededsample was diluted,NA,NA,NA,2021-04-08,NWIS,6,2021-03-10T16:23:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100833,Sample-Routine,Water,Surface Water,2021-03-10,10:23:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,17.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceeded,NA,NA,NA,2021-04-08,NWIS,6,2021-03-10T16:23:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100826,Sample-Routine,Water,Surface Water,2021-03-10,10:28:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,6.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceeded,NA,NA,NA,2021-04-08,NWIS,6,2021-03-10T16:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100826,Sample-Routine,Water,Surface Water,2021-03-10,10:28:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.7,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-09,holding time exceededsample was diluted,NA,NA,NA,2021-04-08,NWIS,6,2021-03-10T16:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100999,Sample-Routine,Water,Surface Water,2021-03-10,13:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,36.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-08,holding time exceeded,NA,NA,NA,2021-04-08,NWIS,6,2021-03-10T19:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104131,Sample-Routine,Water,Surface Water,2021-03-10,13:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.38,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-10T19:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100999,Sample-Routine,Water,Surface Water,2021-03-10,13:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.264,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-09,holding time exceeded,NA,NA,NA,2021-04-08,NWIS,6,2021-03-10T19:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104132,Sample-Routine,Water,Surface Water,2021-03-10,19:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T01:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104132,Sample-Routine,Water,Surface Water,2021-03-10,19:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.083,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T01:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104674,Sample-Routine,Water,Surface Water,2021-03-10,20:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.593,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T02:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104184,Sample-Routine,Water,Surface Water,2021-03-10,21:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.097,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T03:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104184,Sample-Routine,Water,Surface Water,2021-03-10,21:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T03:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104675,Sample-Routine,Water,Surface Water,2021-03-10,23:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.829,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T05:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104675,Sample-Routine,Water,Surface Water,2021-03-10,23:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.182,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T05:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104133,Sample-Routine,Water,Surface Water,2021-03-11,01:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T07:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104676,Sample-Routine,Water,Surface Water,2021-03-11,03:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.888,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104185,Sample-Routine,Water,Surface Water,2021-03-11,03:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104185,Sample-Routine,Water,Surface Water,2021-03-11,03:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.113,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101000,Sample-Routine,Water,Surface Water,2021-03-11,03:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.378,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-09,holding time exceeded,NA,NA,NA,2021-04-08,NWIS,6,2021-03-11T09:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101000,Sample-Routine,Water,Surface Water,2021-03-11,03:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,43.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-08,NA,NA,NA,NA,2021-04-08,NWIS,6,2021-03-11T09:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104069,Sample-Routine,Water,Surface Water,2021-03-11,06:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.131,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T12:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104069,Sample-Routine,Water,Surface Water,2021-03-11,06:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T12:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104134,Sample-Routine,Water,Surface Water,2021-03-11,07:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101001,Sample-Routine,Water,Surface Water,2021-03-11,10:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,42.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-08,NA,NA,NA,NA,2021-04-08,NWIS,6,2021-03-11T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101001,Sample-Routine,Water,Surface Water,2021-03-11,10:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.435,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-09,holding time exceeded,NA,NA,NA,2021-04-08,NWIS,6,2021-03-11T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104070,Sample-Routine,Water,Surface Water,2021-03-11,13:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T19:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104070,Sample-Routine,Water,Surface Water,2021-03-11,13:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.139,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T19:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104677,Sample-Routine,Water,Surface Water,2021-03-11,14:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.19,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T20:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104186,Sample-Routine,Water,Surface Water,2021-03-11,15:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T21:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104186,Sample-Routine,Water,Surface Water,2021-03-11,15:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.164,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-11T21:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104071,Sample-Routine,Water,Surface Water,2021-03-11,20:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.147,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-12T02:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104071,Sample-Routine,Water,Surface Water,2021-03-11,20:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-12T02:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104187,Sample-Routine,Water,Surface Water,2021-03-12,03:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.186,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-12T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104187,Sample-Routine,Water,Surface Water,2021-03-12,03:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-12T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101002,Sample-Routine,Water,Surface Water,2021-03-12,07:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.322,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-09,NA,NA,NA,NA,2021-04-08,NWIS,6,2021-03-12T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101002,Sample-Routine,Water,Surface Water,2021-03-12,07:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,47.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-08,NA,NA,NA,NA,2021-04-08,NWIS,6,2021-03-12T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104072,Sample-Routine,Water,Surface Water,2021-03-12,10:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.149,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-12T16:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104072,Sample-Routine,Water,Surface Water,2021-03-12,10:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-12T16:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104135,Sample-Routine,Water,Surface Water,2021-03-12,15:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-12T21:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104188,Sample-Routine,Water,Surface Water,2021-03-12,15:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-12T21:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104188,Sample-Routine,Water,Surface Water,2021-03-12,15:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.162,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-12T21:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104948,Sample-Routine,Water,Surface Water,2021-03-13,00:39:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.596,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-13T06:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105114,Sample-Routine,Water,Surface Water,2021-03-13,23:12:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.106,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-14T05:12:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105115,Sample-Routine,Water,Surface Water,2021-03-15,16:23:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.087,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-15T22:23:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104949,Sample-Routine,Water,Surface Water,2021-03-16,07:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.158,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-16T13:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100855,Sample-Routine,Water,Surface Water,2021-03-17,08:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,53.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-08,NA,NA,NA,NA,2021-04-08,NWIS,5,2021-03-17T13:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100855,Sample-Routine,Water,Surface Water,2021-03-17,08:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.112,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-20,holding time exceeded,NA,NA,NA,2021-04-19,NWIS,5,2021-03-17T13:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100839,Sample-Routine,Water,Surface Water,2021-03-17,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,68.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-08,NA,NA,NA,NA,2021-04-08,NWIS,5,2021-03-17T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100839,Sample-Routine,Water,Surface Water,2021-03-17,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.025,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-20,holding time exceeded,NA,NA,NA,2021-04-19,NWIS,5,2021-03-17T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105116,Sample-Routine,Water,Surface Water,2021-03-17,14:34:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.079,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-17T20:34:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105117,Sample-Routine,Water,Surface Water,2021-03-18,02:16:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.086,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-18T08:16:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105118,Sample-Routine,Water,Surface Water,2021-03-19,08:19:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.073,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-19T14:19:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104283,Sample-Routine,Water,Surface Water,2021-03-23,10:41:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-23T15:41:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104283,Sample-Routine,Water,Surface Water,2021-03-23,10:41:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.033,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-23T15:41:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104243,Sample-Routine,Water,Surface Water,2021-03-23,12:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-23T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104243,Sample-Routine,Water,Surface Water,2021-03-23,12:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.054,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-23T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104243,Sample-Routine,Water,Surface Water,2021-03-23,12:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,214,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-23T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104263,Sample-Routine,Water,Surface Water,2021-03-23,13:18:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.86,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-23T18:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104263,Sample-Routine,Water,Surface Water,2021-03-23,13:18:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.05,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-23T18:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104263,Sample-Routine,Water,Surface Water,2021-03-23,13:18:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.036,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-23T18:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104263,Sample-Routine,Water,Surface Water,2021-03-23,13:18:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,159,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-23T18:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105119,Sample-Routine,Water,Surface Water,2021-03-23,17:08:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.070,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-23T23:08:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105120,Sample-Routine,Water,Surface Water,2021-03-23,21:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.070,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-24T03:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100995,Sample-Routine,Water,Surface Water,2021-03-23,23:00:00,CDT,2021-03-24,13:58:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.961,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-22,holding time exceededsample was diluted,NA,NA,NA,2021-04-20,NWIS,5,2021-03-24T04:00:00Z,5,2021-03-24T18:58:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100995,Sample-Routine,Water,Surface Water,2021-03-23,23:00:00,CDT,2021-03-24,13:58:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,75.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-13,NA,NA,NA,NA,2021-04-13,NWIS,5,2021-03-24T04:00:00Z,5,2021-03-24T18:58:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104950,Sample-Routine,Water,Surface Water,2021-03-24,00:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.119,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-24T06:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100996,Sample-Routine,Water,Surface Water,2021-03-24,02:14:00,CDT,2021-03-24,07:05:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-22,holding time exceededsample was diluted,NA,NA,NA,2021-04-20,NWIS,5,2021-03-24T07:14:00Z,5,2021-03-24T12:05:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100996,Sample-Routine,Water,Surface Water,2021-03-24,02:14:00,CDT,2021-03-24,07:05:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,12.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-13,NA,NA,NA,NA,2021-04-13,NWIS,5,2021-03-24T07:14:00Z,5,2021-03-24T12:05:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100997,Sample-Routine,Water,Surface Water,2021-03-24,02:25:00,CDT,2021-03-27,11:10:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,13,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,71.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-13,NA,NA,NA,NA,2021-04-13,NWIS,5,2021-03-24T07:25:00Z,5,2021-03-27T16:10:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100997,Sample-Routine,Water,Surface Water,2021-03-24,02:25:00,CDT,2021-03-27,11:10:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,13,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.080,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-22,holding time exceeded,NA,NA,NA,2021-04-20,NWIS,5,2021-03-24T07:25:00Z,5,2021-03-27T16:10:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104189,Sample-Routine,Water,Surface Water,2021-03-24,03:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-24T08:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104189,Sample-Routine,Water,Surface Water,2021-03-24,03:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.031,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-24T08:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104136,Sample-Routine,Water,Surface Water,2021-03-24,04:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-24T09:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101003,Sample-Routine,Water,Surface Water,2021-03-24,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.180,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-22,holding time exceeded,NA,NA,NA,2021-04-20,NWIS,5,2021-03-24T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101003,Sample-Routine,Water,Surface Water,2021-03-24,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,59.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-13,NA,NA,NA,NA,2021-04-13,NWIS,5,2021-03-24T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104678,Sample-Routine,Water,Surface Water,2021-03-24,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.237,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-24T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104137,Sample-Routine,Water,Surface Water,2021-03-24,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-24T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104073,Sample-Routine,Water,Surface Water,2021-03-24,09:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-24T14:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104073,Sample-Routine,Water,Surface Water,2021-03-24,09:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.047,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-24T14:55:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-269863777,Sample-Routine,Water,NA,2021-03-24,11:00:00,CDT,2021-03-24,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0554,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-03-26,NA,NA,NA,NA,NA,STORET,5,2021-03-24T16:00:00Z,5,2021-03-24T16:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104679,Sample-Routine,Water,Surface Water,2021-03-24,12:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.215,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-24T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104138,Sample-Routine,Water,Surface Water,2021-03-24,13:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.051,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-24T18:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104138,Sample-Routine,Water,Surface Water,2021-03-24,13:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-24T18:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104680,Sample-Routine,Water,Surface Water,2021-03-24,15:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.367,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-24T20:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104190,Sample-Routine,Water,Surface Water,2021-03-24,15:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.05,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-24T20:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104190,Sample-Routine,Water,Surface Water,2021-03-24,15:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.029,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-24T20:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104951,Sample-Routine,Water,Surface Water,2021-03-24,15:37:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.513,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-24T21:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104681,Sample-Routine,Water,Surface Water,2021-03-24,19:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.505,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-25T00:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104681,Sample-Routine,Water,Surface Water,2021-03-24,19:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.127,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-25T00:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104139,Sample-Routine,Water,Surface Water,2021-03-24,19:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-25T00:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101004,Sample-Routine,Water,Surface Water,2021-03-24,20:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.141,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-22,NA,NA,NA,NA,2021-04-20,NWIS,5,2021-03-25T01:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101004,Sample-Routine,Water,Surface Water,2021-03-24,20:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,81.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-13,NA,NA,NA,NA,2021-04-13,NWIS,5,2021-03-25T01:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104682,Sample-Routine,Water,Surface Water,2021-03-24,23:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.463,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-25T04:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104074,Sample-Routine,Water,Surface Water,2021-03-24,23:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.065,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-25T04:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104074,Sample-Routine,Water,Surface Water,2021-03-24,23:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-25T04:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101005,Sample-Routine,Water,Surface Water,2021-03-25,03:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,75.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-13,NA,NA,NA,NA,2021-04-13,NWIS,5,2021-03-25T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101005,Sample-Routine,Water,Surface Water,2021-03-25,03:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.192,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-22,NA,NA,NA,NA,2021-04-20,NWIS,5,2021-03-25T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104075,Sample-Routine,Water,Surface Water,2021-03-25,06:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-25T11:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104075,Sample-Routine,Water,Surface Water,2021-03-25,06:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.074,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-25T11:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101006,Sample-Routine,Water,Surface Water,2021-03-25,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.202,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-22,NA,NA,NA,NA,2021-04-20,NWIS,5,2021-03-25T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101006,Sample-Routine,Water,Surface Water,2021-03-25,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,75.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-13,NA,NA,NA,NA,2021-04-13,NWIS,5,2021-03-25T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104683,Sample-Routine,Water,Surface Water,2021-03-25,14:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.286,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-25T19:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104191,Sample-Routine,Water,Surface Water,2021-03-25,15:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-25T20:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104191,Sample-Routine,Water,Surface Water,2021-03-25,15:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.136,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-25T20:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104140,Sample-Routine,Water,Surface Water,2021-03-25,23:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Total,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.07,mg/l as P,NA,NWIS,5,2021-03-26T04:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104952,Sample-Routine,Water,Surface Water,2021-03-26,05:37:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.167,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-26T11:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101007,Sample-Routine,Water,Surface Water,2021-03-26,07:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.182,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-22,NA,NA,NA,NA,2021-04-20,NWIS,5,2021-03-26T12:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101007,Sample-Routine,Water,Surface Water,2021-03-26,07:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,70.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-13,NA,NA,NA,NA,2021-04-13,NWIS,5,2021-03-26T12:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104076,Sample-Routine,Water,Surface Water,2021-03-26,10:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-26T15:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104076,Sample-Routine,Water,Surface Water,2021-03-26,10:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.098,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-26T15:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105121,Sample-Routine,Water,Surface Water,2021-03-26,16:56:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.060,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-26T22:56:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104953,Sample-Routine,Water,Surface Water,2021-03-28,02:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.096,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-28T08:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105122,Sample-Routine,Water,Surface Water,2021-03-28,02:19:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.057,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-28T08:19:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104141,Sample-Routine,Water,Surface Water,2021-03-28,14:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Total,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.07,mg/l as P,NA,NWIS,5,2021-03-28T19:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104684,Sample-Routine,Water,Surface Water,2021-03-28,16:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.127,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-28T21:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104954,Sample-Routine,Water,Surface Water,2021-03-28,19:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.215,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-03-29T01:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100998,Sample-Routine,Water,Surface Water,2021-03-29,09:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,71.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-13,NA,NA,NA,NA,2021-04-13,NWIS,5,2021-03-29T14:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100998,Sample-Routine,Water,Surface Water,2021-03-29,09:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.029,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-22,NA,NA,NA,NA,2021-04-20,NWIS,5,2021-03-29T14:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104685,Sample-Routine,Water,Surface Water,2021-03-29,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.123,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-29T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104685,Sample-Routine,Water,Surface Water,2021-03-29,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.181,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-29T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104050,Sample-Routine,Water,Surface Water,2021-03-29,11:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-29T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104050,Sample-Routine,Water,Surface Water,2021-03-29,11:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.035,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-29T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101235,Sample-Routine,Water,Surface Water,2021-03-31,08:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,65.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-16,NA,NA,NA,NA,2021-04-16,NWIS,5,2021-03-31T13:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101235,Sample-Routine,Water,Surface Water,2021-03-31,08:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.127,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-23,NA,NA,NA,NA,2021-04-22,NWIS,5,2021-03-31T13:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101237,Sample-Routine,Water,Surface Water,2021-03-31,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.020,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-04-23,NA,NA,NA,NA,2021-04-22,NWIS,5,2021-03-31T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101237,Sample-Routine,Water,Surface Water,2021-03-31,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,69.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-04-16,NA,NA,NA,NA,2021-04-16,NWIS,5,2021-03-31T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104036,Sample-Routine,Water,Surface Water,2021-03-31,11:51:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.05,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-31T16:51:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104036,Sample-Routine,Water,Surface Water,2021-03-31,11:51:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.036,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-31T16:51:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104035,Sample-Routine,Water,Surface Water,2021-03-31,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.047,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-31T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104035,Sample-Routine,Water,Surface Water,2021-03-31,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-03-31T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104284,Sample-Routine,Water,Surface Water,2021-04-06,07:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.05,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-06T12:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104284,Sample-Routine,Water,Surface Water,2021-04-06,07:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.026,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-06T12:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104244,Sample-Routine,Water,Surface Water,2021-04-06,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.41,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-06T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104244,Sample-Routine,Water,Surface Water,2021-04-06,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-06T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104244,Sample-Routine,Water,Surface Water,2021-04-06,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.041,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-06T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104244,Sample-Routine,Water,Surface Water,2021-04-06,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,253,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-06T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104264,Sample-Routine,Water,Surface Water,2021-04-06,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-06T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104264,Sample-Routine,Water,Surface Water,2021-04-06,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.055,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-06T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104264,Sample-Routine,Water,Surface Water,2021-04-06,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,137,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-06T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104264,Sample-Routine,Water,Surface Water,2021-04-06,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.51,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-06T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100994,Sample-Routine,Water,Surface Water,2021-04-06,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,2.12,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-06T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100994,Sample-Routine,Water,Surface Water,2021-04-06,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,21.0,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2021-05-05,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2021-04-06T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100994,Sample-Routine,Water,Surface Water,2021-04-06,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.064,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2021-05-05,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2021-04-06T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02100994,Sample-Routine,Water,Surface Water,2021-04-06,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.479,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-06T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104955,Sample-Routine,Water,Surface Water,2021-04-06,22:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.126,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-07T04:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105123,Sample-Routine,Water,Surface Water,2021-04-07,22:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.050,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-08T04:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104956,Sample-Routine,Water,Surface Water,2021-04-08,05:08:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.126,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-08T11:08:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104957,Sample-Routine,Water,Surface Water,2021-04-08,10:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.275,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-08T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104686,Sample-Routine,Water,Surface Water,2021-04-08,14:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.203,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-08T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104687,Sample-Routine,Water,Surface Water,2021-04-09,03:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.189,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-09T08:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104958,Sample-Routine,Water,Surface Water,2021-04-09,05:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.185,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-09T11:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104959,Sample-Routine,Water,Surface Water,2021-04-09,05:54:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.506,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-09T11:54:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104688,Sample-Routine,Water,Surface Water,2021-04-09,11:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.248,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-09T16:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104960,Sample-Routine,Water,Surface Water,2021-04-10,11:07:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.190,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-10T17:07:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101095,Sample-Routine,Water,Surface Water,2021-04-10,13:15:00,CDT,2021-04-12,22:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.044,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-04,NA,NA,NA,NA,2021-05-03,NWIS,5,2021-04-10T18:15:00Z,5,2021-04-13T03:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101095,Sample-Routine,Water,Surface Water,2021-04-10,13:15:00,CDT,2021-04-12,22:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,73.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-10,holding time exceeded,NA,NA,NA,2021-05-10,NWIS,5,2021-04-10T18:15:00Z,5,2021-04-13T03:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101093,Sample-Routine,Water,Surface Water,2021-04-10,20:08:00,CDT,2021-04-11,17:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-04,sample was diluted,NA,NA,NA,2021-05-03,NWIS,5,2021-04-11T01:08:00Z,5,2021-04-11T22:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101093,Sample-Routine,Water,Surface Water,2021-04-10,20:08:00,CDT,2021-04-11,17:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,69.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-10,holding time exceeded,NA,NA,NA,2021-05-10,NWIS,5,2021-04-11T01:08:00Z,5,2021-04-11T22:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105124,Sample-Routine,Water,Surface Water,2021-04-10,19:31:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.050,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-11T01:31:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104689,Sample-Routine,Water,Surface Water,2021-04-11,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.351,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104142,Sample-Routine,Water,Surface Water,2021-04-11,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104192,Sample-Routine,Water,Surface Water,2021-04-11,02:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.077,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T07:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104192,Sample-Routine,Water,Surface Water,2021-04-11,02:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T07:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101094,Sample-Routine,Water,Surface Water,2021-04-11,02:15:00,CDT,2021-04-11,10:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,12.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-10,holding time exceeded,NA,NA,NA,2021-05-10,NWIS,5,2021-04-11T07:15:00Z,5,2021-04-11T15:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101094,Sample-Routine,Water,Surface Water,2021-04-11,02:15:00,CDT,2021-04-11,10:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.816,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-04,sample was diluted,NA,NA,NA,2021-05-03,NWIS,5,2021-04-11T07:15:00Z,5,2021-04-11T15:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104077,Sample-Routine,Water,Surface Water,2021-04-11,03:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T08:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104077,Sample-Routine,Water,Surface Water,2021-04-11,03:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.083,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T08:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104143,Sample-Routine,Water,Surface Water,2021-04-11,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.52,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104193,Sample-Routine,Water,Surface Water,2021-04-11,07:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T12:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104193,Sample-Routine,Water,Surface Water,2021-04-11,07:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.057,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T12:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104144,Sample-Routine,Water,Surface Water,2021-04-11,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.42,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104690,Sample-Routine,Water,Surface Water,2021-04-11,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.312,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101097,Sample-Routine,Water,Surface Water,2021-04-11,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.219,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-04,NA,NA,NA,NA,2021-05-03,NWIS,5,2021-04-11T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101097,Sample-Routine,Water,Surface Water,2021-04-11,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,63.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-10,holding time exceeded,NA,NA,NA,2021-05-10,NWIS,5,2021-04-11T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104691,Sample-Routine,Water,Surface Water,2021-04-11,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.835,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104961,Sample-Routine,Water,Surface Water,2021-04-11,09:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.56,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-11T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104078,Sample-Routine,Water,Surface Water,2021-04-11,12:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.092,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T17:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104078,Sample-Routine,Water,Surface Water,2021-04-11,12:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T17:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104194,Sample-Routine,Water,Surface Water,2021-04-11,13:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.099,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104194,Sample-Routine,Water,Surface Water,2021-04-11,13:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104692,Sample-Routine,Water,Surface Water,2021-04-11,13:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.39,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T18:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104692,Sample-Routine,Water,Surface Water,2021-04-11,13:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.223,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T18:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104146,Sample-Routine,Water,Surface Water,2021-04-11,16:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T21:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104693,Sample-Routine,Water,Surface Water,2021-04-11,17:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.858,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T22:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104079,Sample-Routine,Water,Surface Water,2021-04-11,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.129,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T23:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104079,Sample-Routine,Water,Surface Water,2021-04-11,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-11T23:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104195,Sample-Routine,Water,Surface Water,2021-04-11,19:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.39,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-12T00:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104195,Sample-Routine,Water,Surface Water,2021-04-11,19:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.267,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-12T00:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104694,Sample-Routine,Water,Surface Water,2021-04-11,21:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.588,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-12T02:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101098,Sample-Routine,Water,Surface Water,2021-04-11,23:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.197,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-04,NA,NA,NA,NA,2021-05-03,NWIS,5,2021-04-12T04:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101098,Sample-Routine,Water,Surface Water,2021-04-11,23:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,72.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-10,NA,NA,NA,NA,2021-05-10,NWIS,5,2021-04-12T04:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104080,Sample-Routine,Water,Surface Water,2021-04-12,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-12T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104080,Sample-Routine,Water,Surface Water,2021-04-12,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.187,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-12T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101099,Sample-Routine,Water,Surface Water,2021-04-12,06:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.225,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-04,NA,NA,NA,NA,2021-05-03,NWIS,5,2021-04-12T11:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101099,Sample-Routine,Water,Surface Water,2021-04-12,06:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,76.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-10,NA,NA,NA,NA,2021-05-10,NWIS,5,2021-04-12T11:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104081,Sample-Routine,Water,Surface Water,2021-04-12,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-12T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104081,Sample-Routine,Water,Surface Water,2021-04-12,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.225,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-12T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104695,Sample-Routine,Water,Surface Water,2021-04-12,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.399,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-12T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104145,Sample-Routine,Water,Surface Water,2021-04-12,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.101,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-12T15:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104145,Sample-Routine,Water,Surface Water,2021-04-12,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-12T15:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104196,Sample-Routine,Water,Surface Water,2021-04-12,13:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.192,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-12T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104196,Sample-Routine,Water,Surface Water,2021-04-12,13:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-12T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101100,Sample-Routine,Water,Surface Water,2021-04-12,13:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.247,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-04,NA,NA,NA,NA,2021-05-03,NWIS,5,2021-04-12T18:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101100,Sample-Routine,Water,Surface Water,2021-04-12,13:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,74.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-10,NA,NA,NA,NA,2021-05-10,NWIS,5,2021-04-12T18:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101101,Sample-Routine,Water,Surface Water,2021-04-12,20:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.235,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-04,NA,NA,NA,NA,2021-05-03,NWIS,5,2021-04-13T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101101,Sample-Routine,Water,Surface Water,2021-04-12,20:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,76.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-10,NA,NA,NA,NA,2021-05-10,NWIS,5,2021-04-13T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105125,Sample-Routine,Water,Surface Water,2021-04-12,22:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.100,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-13T04:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104962,Sample-Routine,Water,Surface Water,2021-04-13,00:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.260,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-13T06:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104082,Sample-Routine,Water,Surface Water,2021-04-13,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-13T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104082,Sample-Routine,Water,Surface Water,2021-04-13,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.207,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-13T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101102,Sample-Routine,Water,Surface Water,2021-04-13,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,69.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-10,NA,NA,NA,NA,2021-05-10,NWIS,5,2021-04-13T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101102,Sample-Routine,Water,Surface Water,2021-04-13,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.234,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-04,NA,NA,NA,NA,2021-05-03,NWIS,5,2021-04-13T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105126,Sample-Routine,Water,Surface Water,2021-04-13,19:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.083,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-14T01:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104963,Sample-Routine,Water,Surface Water,2021-04-14,02:01:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.151,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-14T08:01:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-272382779,Sample-Routine,Water,NA,2021-04-14,13:30:00,CDT,2021-04-14,13:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0780,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-05-05,NA,NA,NA,NA,NA,STORET,5,2021-04-14T18:30:00Z,5,2021-04-14T18:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101103,Sample-Routine,Water,Surface Water,2021-04-15,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.180,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-07,NA,NA,NA,NA,2021-05-04,NWIS,5,2021-04-15T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101103,Sample-Routine,Water,Surface Water,2021-04-15,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,66.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-10,NA,NA,NA,NA,2021-05-10,NWIS,5,2021-04-15T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101096,Sample-Routine,Water,Surface Water,2021-04-15,09:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.022,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-04,NA,NA,NA,NA,2021-05-03,NWIS,5,2021-04-15T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101096,Sample-Routine,Water,Surface Water,2021-04-15,09:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,77.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-10,NA,NA,NA,NA,2021-05-10,NWIS,5,2021-04-15T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104696,Sample-Routine,Water,Surface Water,2021-04-15,10:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.121,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-15T15:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104051,Sample-Routine,Water,Surface Water,2021-04-15,12:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-15T17:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104051,Sample-Routine,Water,Surface Water,2021-04-15,12:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.047,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-15T17:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104038,Sample-Routine,Water,Surface Water,2021-04-15,12:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-15T17:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104038,Sample-Routine,Water,Surface Water,2021-04-15,12:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.089,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-15T17:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104037,Sample-Routine,Water,Surface Water,2021-04-15,12:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-15T17:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104037,Sample-Routine,Water,Surface Water,2021-04-15,12:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.106,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-15T17:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104285,Sample-Routine,Water,Surface Water,2021-04-19,10:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.05,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-19T15:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104285,Sample-Routine,Water,Surface Water,2021-04-19,10:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.028,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-19T15:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104245,Sample-Routine,Water,Surface Water,2021-04-19,12:07:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.038,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-19T17:07:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104245,Sample-Routine,Water,Surface Water,2021-04-19,12:07:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-19T17:07:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104245,Sample-Routine,Water,Surface Water,2021-04-19,12:07:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,146,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-19T17:07:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104245,Sample-Routine,Water,Surface Water,2021-04-19,12:07:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.05,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-19T17:07:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104265,Sample-Routine,Water,Surface Water,2021-04-19,12:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.88,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-19T17:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104265,Sample-Routine,Water,Surface Water,2021-04-19,12:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.056,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-19T17:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104265,Sample-Routine,Water,Surface Water,2021-04-19,12:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-19T17:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104265,Sample-Routine,Water,Surface Water,2021-04-19,12:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,120,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-19T17:26:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-271669575,Sample-Routine,Water,NA,2021-04-27,12:58:00,CDT,2021-04-27,12:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0525,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-05-11,NA,NA,NA,NA,NA,STORET,5,2021-04-27T17:58:00Z,5,2021-04-27T17:58:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-271669575,Sample-Routine,Water,NA,2021-04-27,12:58:00,CDT,2021-04-27,12:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,25.3,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2021-05-06,NA,NA,NA,NA,NA,STORET,5,2021-04-27T17:58:00Z,5,2021-04-27T17:58:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105127,Sample-Routine,Water,Surface Water,2021-04-27,23:28:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.022,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-28T05:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105128,Sample-Routine,Water,Surface Water,2021-04-28,04:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.127,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-28T10:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105129,Sample-Routine,Water,Surface Water,2021-04-28,18:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.067,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-04-29T00:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104697,Sample-Routine,Water,Surface Water,2021-04-29,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.042,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-29T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104697,Sample-Routine,Water,Surface Water,2021-04-29,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.075,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-29T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104052,Sample-Routine,Water,Surface Water,2021-04-29,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-29T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104052,Sample-Routine,Water,Surface Water,2021-04-29,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.030,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-04-29T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104964,Sample-Routine,Water,Surface Water,2021-05-02,15:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.062,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-05-02T21:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105130,Sample-Routine,Water,Surface Water,2021-05-02,20:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.042,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-05-03T02:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104965,Sample-Routine,Water,Surface Water,2021-05-03,00:07:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.082,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-05-03T06:07:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104197,Sample-Routine,Water,Surface Water,2021-05-03,01:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.099,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-03T06:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104197,Sample-Routine,Water,Surface Water,2021-05-03,01:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-03T06:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104147,Sample-Routine,Water,Surface Water,2021-05-03,03:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-03T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104083,Sample-Routine,Water,Surface Water,2021-05-03,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-03T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104083,Sample-Routine,Water,Surface Water,2021-05-03,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.090,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-03T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104148,Sample-Routine,Water,Surface Water,2021-05-03,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-03T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104148,Sample-Routine,Water,Surface Water,2021-05-03,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.052,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-03T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101238,Sample-Routine,Water,Surface Water,2021-05-03,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.292,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-20,NA,NA,NA,NA,2021-05-18,NWIS,5,2021-05-03T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101238,Sample-Routine,Water,Surface Water,2021-05-03,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-13,NA,NA,NA,NA,2021-05-13,NWIS,5,2021-05-03T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104698,Sample-Routine,Water,Surface Water,2021-05-03,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.192,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-03T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101239,Sample-Routine,Water,Surface Water,2021-05-03,15:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.263,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-20,NA,NA,NA,NA,2021-05-18,NWIS,5,2021-05-03T20:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101239,Sample-Routine,Water,Surface Water,2021-05-03,15:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,56.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-13,NA,NA,NA,NA,2021-05-13,NWIS,5,2021-05-03T20:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104149,Sample-Routine,Water,Surface Water,2021-05-03,19:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Total,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.07,mg/l as P,NA,NWIS,5,2021-05-04T00:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101240,Sample-Routine,Water,Surface Water,2021-05-03,22:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.304,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-20,NA,NA,NA,NA,2021-05-18,NWIS,5,2021-05-04T03:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101240,Sample-Routine,Water,Surface Water,2021-05-03,22:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-13,NA,NA,NA,NA,2021-05-13,NWIS,5,2021-05-04T03:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104699,Sample-Routine,Water,Surface Water,2021-05-03,22:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.215,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104699,Sample-Routine,Water,Surface Water,2021-05-03,22:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.109,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104084,Sample-Routine,Water,Surface Water,2021-05-04,02:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T07:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104084,Sample-Routine,Water,Surface Water,2021-05-04,02:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.100,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T07:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104286,Sample-Routine,Water,Surface Water,2021-05-04,07:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.069,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T12:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104286,Sample-Routine,Water,Surface Water,2021-05-04,07:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T12:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104700,Sample-Routine,Water,Surface Water,2021-05-04,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.208,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104246,Sample-Routine,Water,Surface Water,2021-05-04,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,130,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104246,Sample-Routine,Water,Surface Water,2021-05-04,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.58,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104246,Sample-Routine,Water,Surface Water,2021-05-04,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104246,Sample-Routine,Water,Surface Water,2021-05-04,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.097,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104266,Sample-Routine,Water,Surface Water,2021-05-04,10:57:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.46,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T15:57:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104266,Sample-Routine,Water,Surface Water,2021-05-04,10:57:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,99.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T15:57:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104266,Sample-Routine,Water,Surface Water,2021-05-04,10:57:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.109,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T15:57:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104266,Sample-Routine,Water,Surface Water,2021-05-04,10:57:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T15:57:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101241,Sample-Routine,Water,Surface Water,2021-05-04,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.433,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-20,NA,NA,NA,NA,2021-05-18,NWIS,5,2021-05-04T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101241,Sample-Routine,Water,Surface Water,2021-05-04,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,60.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-13,NA,NA,NA,NA,2021-05-13,NWIS,5,2021-05-04T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104150,Sample-Routine,Water,Surface Water,2021-05-04,15:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Total,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.07,mg/l as P,NA,NWIS,5,2021-05-04T20:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104701,Sample-Routine,Water,Surface Water,2021-05-04,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.194,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-04T23:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101242,Sample-Routine,Water,Surface Water,2021-05-04,19:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.388,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-20,NA,NA,NA,NA,2021-05-18,NWIS,5,2021-05-05T00:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101242,Sample-Routine,Water,Surface Water,2021-05-04,19:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,65.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-13,NA,NA,NA,NA,2021-05-13,NWIS,5,2021-05-05T00:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101118,Sample-Routine,Water,Surface Water,2021-05-05,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.074,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2021-05-26,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2021-05-05T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101118,Sample-Routine,Water,Surface Water,2021-05-05,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,26.5,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2021-06-15,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2021-05-05T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101118,Sample-Routine,Water,Surface Water,2021-05-05,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,3.40,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-05T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101118,Sample-Routine,Water,Surface Water,2021-05-05,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.767,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-05T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104085,Sample-Routine,Water,Surface Water,2021-05-05,08:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-05T13:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104085,Sample-Routine,Water,Surface Water,2021-05-05,08:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.136,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-05T13:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104198,Sample-Routine,Water,Surface Water,2021-05-05,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.142,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-05T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104198,Sample-Routine,Water,Surface Water,2021-05-05,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-05T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101243,Sample-Routine,Water,Surface Water,2021-05-05,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.375,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-20,NA,NA,NA,NA,2021-05-18,NWIS,5,2021-05-05T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101243,Sample-Routine,Water,Surface Water,2021-05-05,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,70.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-13,NA,NA,NA,NA,2021-05-13,NWIS,5,2021-05-05T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101244,Sample-Routine,Water,Surface Water,2021-05-05,23:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.285,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-20,NA,NA,NA,NA,2021-05-18,NWIS,5,2021-05-06T04:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101244,Sample-Routine,Water,Surface Water,2021-05-05,23:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,69.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-13,NA,NA,NA,NA,2021-05-13,NWIS,5,2021-05-06T04:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104966,Sample-Routine,Water,Surface Water,2021-05-05,23:04:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.113,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-05-06T05:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104967,Sample-Routine,Water,Surface Water,2021-05-08,01:24:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.074,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-05-08T07:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104287,Sample-Routine,Water,Surface Water,2021-05-11,07:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.031,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T12:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104287,Sample-Routine,Water,Surface Water,2021-05-11,07:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T12:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101245,Sample-Routine,Water,Surface Water,2021-05-11,09:29:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.179,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-05-26,NA,NA,NA,NA,2021-05-25,NWIS,5,2021-05-11T14:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101245,Sample-Routine,Water,Surface Water,2021-05-11,09:29:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,59.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-05-20,NA,NA,NA,NA,2021-05-20,NWIS,5,2021-05-11T14:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104247,Sample-Routine,Water,Surface Water,2021-05-11,10:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.70,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T15:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104247,Sample-Routine,Water,Surface Water,2021-05-11,10:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T15:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104247,Sample-Routine,Water,Surface Water,2021-05-11,10:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.097,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T15:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104247,Sample-Routine,Water,Surface Water,2021-05-11,10:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,152,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T15:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104702,Sample-Routine,Water,Surface Water,2021-05-11,10:47:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.063,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T15:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104267,Sample-Routine,Water,Surface Water,2021-05-11,10:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,114,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T15:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104267,Sample-Routine,Water,Surface Water,2021-05-11,10:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.071,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T15:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104267,Sample-Routine,Water,Surface Water,2021-05-11,10:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.22,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T15:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104267,Sample-Routine,Water,Surface Water,2021-05-11,10:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T15:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104053,Sample-Routine,Water,Surface Water,2021-05-11,12:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.031,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104053,Sample-Routine,Water,Surface Water,2021-05-11,12:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104040,Sample-Routine,Water,Surface Water,2021-05-11,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.072,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104040,Sample-Routine,Water,Surface Water,2021-05-11,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104039,Sample-Routine,Water,Surface Water,2021-05-11,12:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.102,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T17:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104039,Sample-Routine,Water,Surface Water,2021-05-11,12:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-11T17:45:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCFF:202105180915:SR,Sample-Routine,Water,NA,2021-05-18,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCFF,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.040,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-05-24,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-05-18T14:15:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202105180940:SR,Sample-Routine,Water,NA,2021-05-18,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.033,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-05-24,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-05-18T14:40:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202105180940:QFR,Quality Control Sample-Field Replicate,Water,NA,2021-05-18,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.035,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-05-24,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-05-18T14:40:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCCL:202105181000:SR,Sample-Routine,Water,NA,2021-05-18,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCCL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.49,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-05-24,NA,Instrument Detection Level,0.03,mg/L,NA,STORET,5,2021-05-18T15:00:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-SLV:202105181325:SR,Sample-Routine,Water,NA,2021-05-18,13:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-SLV,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.097,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-05-24,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-05-18T18:25:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-OL:202105181345:SR,Sample-Routine,Water,NA,2021-05-18,13:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-OL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.038,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-05-24,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-05-18T18:45:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-275165589,Sample-Routine,Water,NA,2021-05-24,10:00:00,CDT,2021-05-24,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.109,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-06-04,NA,NA,NA,NA,NA,STORET,5,2021-05-24T15:00:00Z,5,2021-05-24T15:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-273894694,Sample-Routine,Water,NA,2021-05-24,10:24:00,CDT,2021-05-24,10:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,24.1,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2021-06-15,NA,NA,NA,NA,NA,STORET,5,2021-05-24T15:24:00Z,5,2021-05-24T15:24:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-273894694,Sample-Routine,Water,NA,2021-05-24,10:24:00,CDT,2021-05-24,10:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0768,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-06-04,NA,NA,NA,NA,NA,STORET,5,2021-05-24T15:24:00Z,5,2021-05-24T15:24:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-275723187,Sample-Routine,Water,NA,2021-05-24,11:58:00,CDT,2021-05-24,11:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,1.38,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-06-04,NA,NA,NA,NA,NA,STORET,5,2021-05-24T16:58:00Z,5,2021-05-24T16:58:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104288,Sample-Routine,Water,Surface Water,2021-05-25,07:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-25T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104288,Sample-Routine,Water,Surface Water,2021-05-25,07:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.070,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-25T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104248,Sample-Routine,Water,Surface Water,2021-05-25,10:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,182,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-25T15:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104248,Sample-Routine,Water,Surface Water,2021-05-25,10:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.41,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-25T15:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104248,Sample-Routine,Water,Surface Water,2021-05-25,10:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.346,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-25T15:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104248,Sample-Routine,Water,Surface Water,2021-05-25,10:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.55,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-25T15:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104268,Sample-Routine,Water,Surface Water,2021-05-25,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.223,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-25T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104268,Sample-Routine,Water,Surface Water,2021-05-25,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,138,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-25T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104268,Sample-Routine,Water,Surface Water,2021-05-25,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.41,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-25T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104268,Sample-Routine,Water,Surface Water,2021-05-25,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-25T15:50:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-275747817,Sample-Routine,Water,NA,2021-05-26,09:00:00,CDT,2021-05-26,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.194,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-06-07,NA,NA,NA,NA,NA,STORET,5,2021-05-26T14:00:00Z,5,2021-05-26T14:15:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104054,Sample-Routine,Water,Surface Water,2021-05-26,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-26T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104054,Sample-Routine,Water,Surface Water,2021-05-26,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.059,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-26T17:15:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-275747805,Sample-Routine,Water,NA,2021-05-26,12:35:00,CDT,2021-05-26,12:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0708,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-06-07,NA,NA,NA,NA,NA,STORET,5,2021-05-26T17:35:00Z,5,2021-05-26T17:50:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104703,Sample-Routine,Water,Surface Water,2021-05-26,14:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.224,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-26T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104703,Sample-Routine,Water,Surface Water,2021-05-26,14:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.296,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-05-26T19:15:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280979277,Sample-Routine,Water,NA,2021-06-02,12:30:00,CDT,2021-06-02,12:30:00,CDT,10,in,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10010769,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.211,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-14,NA,NA,NA,NA,NA,STORET,5,2021-06-02T17:30:00Z,5,2021-06-02T17:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104055,Sample-Routine,Water,Surface Water,2021-06-07,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.119,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-07T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104055,Sample-Routine,Water,Surface Water,2021-06-07,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-07T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104042,Sample-Routine,Water,Surface Water,2021-06-07,12:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-07T17:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104042,Sample-Routine,Water,Surface Water,2021-06-07,12:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.481,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-07T17:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104041,Sample-Routine,Water,Surface Water,2021-06-07,13:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.54,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-07T18:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104041,Sample-Routine,Water,Surface Water,2021-06-07,13:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.492,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-07T18:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104289,Sample-Routine,Water,Surface Water,2021-06-08,07:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-08T12:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104289,Sample-Routine,Water,Surface Water,2021-06-08,07:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.170,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-08T12:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104249,Sample-Routine,Water,Surface Water,2021-06-08,11:27:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.37,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-08T16:27:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104249,Sample-Routine,Water,Surface Water,2021-06-08,11:27:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.61,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-08T16:27:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104249,Sample-Routine,Water,Surface Water,2021-06-08,11:27:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.544,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-08T16:27:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104249,Sample-Routine,Water,Surface Water,2021-06-08,11:27:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,195,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-08T16:27:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104269,Sample-Routine,Water,Surface Water,2021-06-08,11:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.09,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-08T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104269,Sample-Routine,Water,Surface Water,2021-06-08,11:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.61,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-08T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104269,Sample-Routine,Water,Surface Water,2021-06-08,11:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.502,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-08T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104269,Sample-Routine,Water,Surface Water,2021-06-08,11:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,171,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-08T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101623,Sample-Routine,Water,Surface Water,2021-06-09,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.43,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-09T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101623,Sample-Routine,Water,Surface Water,2021-06-09,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,21.9,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2021-07-20,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2021-06-09T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101623,Sample-Routine,Water,Surface Water,2021-06-09,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.323,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-09T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101623,Sample-Routine,Water,Surface Water,2021-06-09,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.101,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2021-06-29,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2021-06-09T13:15:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-278438278,Sample-Routine,Water,NA,2021-06-13,08:30:00,CDT,2021-06-13,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,2.40,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-06-21,NA,NA,NA,NA,NA,STORET,5,2021-06-13T13:30:00Z,5,2021-06-13T13:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-278563972,Sample-Routine,Water,NA,2021-06-15,15:15:00,CDT,2021-06-15,15:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.281,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-01,NA,NA,NA,NA,NA,STORET,5,2021-06-15T20:15:00Z,5,2021-06-15T20:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-278438770,Sample-Routine,Water,NA,2021-06-16,17:30:00,CDT,2021-06-16,17:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.467,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-06,NA,NA,NA,NA,NA,STORET,5,2021-06-16T22:30:00Z,5,2021-06-16T22:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-278438783,Sample-Routine,Water,NA,2021-06-16,18:30:00,CDT,2021-06-16,18:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,1.68,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-06,NA,NA,NA,NA,NA,STORET,5,2021-06-16T23:30:00Z,5,2021-06-16T23:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-278438795,Sample-Routine,Water,NA,2021-06-16,18:30:00,CDT,2021-06-16,18:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,1.67,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-06,NA,NA,NA,NA,NA,STORET,5,2021-06-16T23:30:00Z,5,2021-06-16T23:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-278438816,Sample-Routine,Water,NA,2021-06-21,09:45:00,CDT,2021-06-21,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.512,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-06,NA,NA,NA,NA,NA,STORET,5,2021-06-21T14:45:00Z,5,2021-06-21T15:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104290,Sample-Routine,Water,Surface Water,2021-06-22,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-22T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104290,Sample-Routine,Water,Surface Water,2021-06-22,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.085,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-22T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104250,Sample-Routine,Water,Surface Water,2021-06-22,08:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.54,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-22T13:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104250,Sample-Routine,Water,Surface Water,2021-06-22,08:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.39,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-22T13:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104250,Sample-Routine,Water,Surface Water,2021-06-22,08:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,229,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-22T13:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104250,Sample-Routine,Water,Surface Water,2021-06-22,08:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.334,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-22T13:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104270,Sample-Routine,Water,Surface Water,2021-06-22,09:12:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-22T14:12:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104270,Sample-Routine,Water,Surface Water,2021-06-22,09:12:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,127,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-22T14:12:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104270,Sample-Routine,Water,Surface Water,2021-06-22,09:12:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.128,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-22T14:12:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104270,Sample-Routine,Water,Surface Water,2021-06-22,09:12:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.33,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-22T14:12:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-279139785,Sample-Routine,Water,NA,2021-06-22,18:00:00,CDT,2021-06-22,18:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.630,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-08,NA,NA,NA,NA,NA,STORET,5,2021-06-22T23:00:00Z,5,2021-06-22T23:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-279139854,Sample-Routine,Water,NA,2021-06-22,18:40:00,CDT,2021-06-22,19:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.159,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-09,NA,NA,NA,NA,NA,STORET,5,2021-06-22T23:40:00Z,5,2021-06-23T00:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104705,Sample-Routine,Water,Surface Water,2021-06-23,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.327,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-23T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104705,Sample-Routine,Water,Surface Water,2021-06-23,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.260,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-23T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104056,Sample-Routine,Water,Surface Water,2021-06-23,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-23T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104056,Sample-Routine,Water,Surface Water,2021-06-23,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.066,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-23T15:50:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-277003086,Sample-Routine,Water,NA,2021-06-23,12:45:00,CDT,2021-06-23,12:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,31.5,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2021-07-14,NA,NA,NA,NA,NA,STORET,5,2021-06-23T17:45:00Z,5,2021-06-23T17:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-277003086,Sample-Routine,Water,NA,2021-06-23,12:45:00,CDT,2021-06-23,12:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.167,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-08,NA,NA,NA,NA,NA,STORET,5,2021-06-23T17:45:00Z,5,2021-06-23T17:45:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105131,Sample-Routine,Water,Surface Water,2021-06-24,06:44:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.088,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-06-24T12:44:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104199,Sample-Routine,Water,Surface Water,2021-06-24,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.048,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-24T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104199,Sample-Routine,Water,Surface Water,2021-06-24,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.55,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-24T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104086,Sample-Routine,Water,Surface Water,2021-06-24,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.55,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-24T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104086,Sample-Routine,Water,Surface Water,2021-06-24,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.044,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-24T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104200,Sample-Routine,Water,Surface Water,2021-06-24,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-24T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104200,Sample-Routine,Water,Surface Water,2021-06-24,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.051,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-24T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104087,Sample-Routine,Water,Surface Water,2021-06-24,22:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-25T03:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104087,Sample-Routine,Water,Surface Water,2021-06-24,22:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.114,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-25T03:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104088,Sample-Routine,Water,Surface Water,2021-06-25,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.146,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-25T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104088,Sample-Routine,Water,Surface Water,2021-06-25,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-25T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104968,Sample-Routine,Water,Surface Water,2021-06-26,09:19:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.327,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-06-26T15:19:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105132,Sample-Routine,Water,Surface Water,2021-06-26,09:29:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.088,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-06-26T15:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104201,Sample-Routine,Water,Surface Water,2021-06-26,12:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.112,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-26T17:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104201,Sample-Routine,Water,Surface Water,2021-06-26,12:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-26T17:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104202,Sample-Routine,Water,Surface Water,2021-06-26,12:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.069,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-26T17:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104202,Sample-Routine,Water,Surface Water,2021-06-26,12:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-26T17:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104089,Sample-Routine,Water,Surface Water,2021-06-26,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-26T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104089,Sample-Routine,Water,Surface Water,2021-06-26,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.168,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-26T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104151,Sample-Routine,Water,Surface Water,2021-06-26,15:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-26T20:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104706,Sample-Routine,Water,Surface Water,2021-06-26,16:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.409,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-26T21:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102245,Sample-Routine,Water,Surface Water,2021-06-26,16:22:00,CDT,2021-06-26,22:31:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,30.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-12,NA,NA,NA,NA,2021-07-12,NWIS,5,2021-06-26T21:22:00Z,5,2021-06-27T03:31:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102245,Sample-Routine,Water,Surface Water,2021-06-26,16:22:00,CDT,2021-06-26,22:31:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-17,holding time exceededsample was diluted,NA,NA,NA,2021-08-11,NWIS,5,2021-06-26T21:22:00Z,5,2021-06-27T03:31:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102251,Sample-Routine,Water,Surface Water,2021-06-26,18:08:00,CDT,2021-06-26,19:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,2.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-12,NA,NA,NA,NA,2021-07-12,NWIS,5,2021-06-26T23:08:00Z,5,2021-06-27T00:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102251,Sample-Routine,Water,Surface Water,2021-06-26,18:08:00,CDT,2021-06-26,19:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.919,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-17,holding time exceededsample was diluted,NA,NA,NA,2021-08-11,NWIS,5,2021-06-26T23:08:00Z,5,2021-06-27T00:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104203,Sample-Routine,Water,Surface Water,2021-06-26,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.053,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-26T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104203,Sample-Routine,Water,Surface Water,2021-06-26,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-26T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104152,Sample-Routine,Water,Surface Water,2021-06-26,19:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T00:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104152,Sample-Routine,Water,Surface Water,2021-06-26,19:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.126,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T00:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102261,Sample-Routine,Water,Surface Water,2021-06-26,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.824,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-17,holding time exceeded,NA,NA,NA,2021-08-11,NWIS,5,2021-06-27T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102261,Sample-Routine,Water,Surface Water,2021-06-26,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,60.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-12,NA,NA,NA,NA,2021-07-12,NWIS,5,2021-06-27T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102246,Sample-Routine,Water,Surface Water,2021-06-26,22:31:00,CDT,2021-06-28,04:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-17,holding time exceededsample was diluted,NA,NA,NA,2021-08-11,NWIS,5,2021-06-27T03:31:00Z,5,2021-06-28T09:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102246,Sample-Routine,Water,Surface Water,2021-06-26,22:31:00,CDT,2021-06-28,04:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,24.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-12,NA,NA,NA,NA,2021-07-12,NWIS,5,2021-06-27T03:31:00Z,5,2021-06-28T09:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104707,Sample-Routine,Water,Surface Water,2021-06-26,22:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.595,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T03:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102252,Sample-Routine,Water,Surface Water,2021-06-26,23:00:00,CDT,2021-06-27,01:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.745,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-17,holding time exceeded,NA,NA,NA,2021-08-11,NWIS,5,2021-06-27T04:00:00Z,5,2021-06-27T06:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102252,Sample-Routine,Water,Surface Water,2021-06-26,23:00:00,CDT,2021-06-27,01:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,3.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-12,NA,NA,NA,NA,2021-07-12,NWIS,5,2021-06-27T04:00:00Z,5,2021-06-27T06:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104153,Sample-Routine,Water,Surface Water,2021-06-27,00:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T05:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104708,Sample-Routine,Water,Surface Water,2021-06-27,01:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.50,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T06:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102255,Sample-Routine,Water,Surface Water,2021-06-27,01:30:00,CDT,2021-06-27,15:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,38.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-12,NA,NA,NA,NA,2021-07-12,NWIS,5,2021-06-27T06:30:00Z,5,2021-06-27T20:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102255,Sample-Routine,Water,Surface Water,2021-06-27,01:30:00,CDT,2021-06-27,15:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-17,holding time exceededsample was diluted,NA,NA,NA,2021-08-11,NWIS,5,2021-06-27T06:30:00Z,5,2021-06-27T20:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104154,Sample-Routine,Water,Surface Water,2021-06-27,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.143,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104154,Sample-Routine,Water,Surface Water,2021-06-27,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102262,Sample-Routine,Water,Surface Water,2021-06-27,03:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.748,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-17,holding time exceeded,NA,NA,NA,2021-08-11,NWIS,5,2021-06-27T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102262,Sample-Routine,Water,Surface Water,2021-06-27,03:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-12,NA,NA,NA,NA,2021-07-12,NWIS,5,2021-06-27T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104709,Sample-Routine,Water,Surface Water,2021-06-27,04:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.19,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T09:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104709,Sample-Routine,Water,Surface Water,2021-06-27,04:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.284,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T09:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104090,Sample-Routine,Water,Surface Water,2021-06-27,04:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.145,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104090,Sample-Routine,Water,Surface Water,2021-06-27,04:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104710,Sample-Routine,Water,Surface Water,2021-06-27,04:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.80,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T09:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104204,Sample-Routine,Water,Surface Water,2021-06-27,05:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T10:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104204,Sample-Routine,Water,Surface Water,2021-06-27,05:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.065,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T10:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104711,Sample-Routine,Water,Surface Water,2021-06-27,06:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.97,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104155,Sample-Routine,Water,Surface Water,2021-06-27,06:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T11:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104712,Sample-Routine,Water,Surface Water,2021-06-27,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.89,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104712,Sample-Routine,Water,Surface Water,2021-06-27,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.398,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104156,Sample-Routine,Water,Surface Water,2021-06-27,11:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T16:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104091,Sample-Routine,Water,Surface Water,2021-06-27,11:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.197,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T16:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104091,Sample-Routine,Water,Surface Water,2021-06-27,11:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T16:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104713,Sample-Routine,Water,Surface Water,2021-06-27,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.28,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T18:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104714,Sample-Routine,Water,Surface Water,2021-06-27,17:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.967,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T22:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104205,Sample-Routine,Water,Surface Water,2021-06-27,17:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.241,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T22:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104205,Sample-Routine,Water,Surface Water,2021-06-27,17:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-27T22:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102263,Sample-Routine,Water,Surface Water,2021-06-27,17:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.837,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-17,holding time exceeded,NA,NA,NA,2021-08-11,NWIS,5,2021-06-27T22:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102263,Sample-Routine,Water,Surface Water,2021-06-27,17:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-12,NA,NA,NA,NA,2021-07-12,NWIS,5,2021-06-27T22:25:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280979218,Sample-Routine,Water,NA,2021-06-27,18:00:00,CDT,2021-06-27,19:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.514,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-14,NA,NA,NA,NA,NA,STORET,5,2021-06-27T23:00:00Z,5,2021-06-28T00:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102264,Sample-Routine,Water,Surface Water,2021-06-28,05:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,47.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-12,NA,NA,NA,NA,2021-07-12,NWIS,5,2021-06-28T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102264,Sample-Routine,Water,Surface Water,2021-06-28,05:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.614,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-17,holding time exceeded,NA,NA,NA,2021-08-11,NWIS,5,2021-06-28T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104092,Sample-Routine,Water,Surface Water,2021-06-28,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.415,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-28T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104092,Sample-Routine,Water,Surface Water,2021-06-28,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.49,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-28T13:15:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280979227,Sample-Routine,Water,NA,2021-06-28,10:10:00,CDT,2021-06-28,10:18:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.367,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-14,NA,NA,NA,NA,NA,STORET,5,2021-06-28T15:10:00Z,5,2021-06-28T15:18:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280979240,Sample-Routine,Water,NA,2021-06-28,10:58:00,CDT,2021-06-28,11:16:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.343,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-14,NA,NA,NA,NA,NA,STORET,5,2021-06-28T15:58:00Z,5,2021-06-28T16:16:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102265,Sample-Routine,Water,Surface Water,2021-06-28,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.593,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-17,holding time exceeded,NA,NA,NA,2021-08-11,NWIS,5,2021-06-28T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102265,Sample-Routine,Water,Surface Water,2021-06-28,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-12,NA,NA,NA,NA,2021-07-12,NWIS,5,2021-06-28T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104157,Sample-Routine,Water,Surface Water,2021-06-28,12:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-28T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104715,Sample-Routine,Water,Surface Water,2021-06-28,12:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.589,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-28T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104969,Sample-Routine,Water,Surface Water,2021-06-29,01:01:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.460,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-06-29T07:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102266,Sample-Routine,Water,Surface Water,2021-06-29,04:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-12,NA,NA,NA,NA,2021-07-12,NWIS,5,2021-06-29T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102266,Sample-Routine,Water,Surface Water,2021-06-29,04:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.473,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-17,holding time exceeded,NA,NA,NA,2021-08-11,NWIS,5,2021-06-29T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104291,Sample-Routine,Water,Surface Water,2021-06-29,07:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-29T12:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104291,Sample-Routine,Water,Surface Water,2021-06-29,07:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.194,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-29T12:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104206,Sample-Routine,Water,Surface Water,2021-06-29,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.312,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-29T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104206,Sample-Routine,Water,Surface Water,2021-06-29,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-29T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104251,Sample-Routine,Water,Surface Water,2021-06-29,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.03,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-29T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104251,Sample-Routine,Water,Surface Water,2021-06-29,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-29T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104251,Sample-Routine,Water,Surface Water,2021-06-29,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,76.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-29T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104251,Sample-Routine,Water,Surface Water,2021-06-29,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.309,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-29T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104271,Sample-Routine,Water,Surface Water,2021-06-29,10:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-29T15:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104271,Sample-Routine,Water,Surface Water,2021-06-29,10:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.01,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-29T15:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104271,Sample-Routine,Water,Surface Water,2021-06-29,10:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.322,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-29T15:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104271,Sample-Routine,Water,Surface Water,2021-06-29,10:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,51.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-29T15:48:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280979206,Sample-Routine,Water,NA,2021-06-29,12:30:00,CDT,2021-06-29,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.691,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-14,NA,NA,NA,NA,NA,STORET,5,2021-06-29T17:30:00Z,5,2021-06-29T17:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280979344,Sample-Routine,Water,NA,2021-06-29,15:38:00,CDT,2021-06-29,16:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0642,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-16,NA,NA,NA,NA,NA,STORET,5,2021-06-29T20:38:00Z,5,2021-06-29T21:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104207,Sample-Routine,Water,Surface Water,2021-06-29,18:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-29T23:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104207,Sample-Routine,Water,Surface Water,2021-06-29,18:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.247,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-29T23:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102247,Sample-Routine,Water,Surface Water,2021-06-29,21:23:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-18,holding time exceededsample was diluted,NA,NA,NA,2021-08-13,NWIS,5,2021-06-30T02:23:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102247,Sample-Routine,Water,Surface Water,2021-06-29,21:23:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,56.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-27,NA,NA,NA,NA,2021-07-26,NWIS,5,2021-06-30T02:23:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102267,Sample-Routine,Water,Surface Water,2021-06-30,01:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-27,NA,NA,NA,NA,2021-07-26,NWIS,5,2021-06-30T06:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102267,Sample-Routine,Water,Surface Water,2021-06-30,01:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.382,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-18,holding time exceeded,NA,NA,NA,2021-08-13,NWIS,5,2021-06-30T06:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104093,Sample-Routine,Water,Surface Water,2021-06-30,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-30T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104093,Sample-Routine,Water,Surface Water,2021-06-30,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.217,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-30T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104094,Sample-Routine,Water,Surface Water,2021-06-30,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-30T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104094,Sample-Routine,Water,Surface Water,2021-06-30,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.215,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-06-30T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104970,Sample-Routine,Water,Surface Water,2021-06-30,08:13:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.323,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-06-30T14:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104971,Sample-Routine,Water,Surface Water,2021-06-30,11:17:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.502,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-06-30T17:17:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280979353,Sample-Routine,Water,NA,2021-06-30,15:30:00,CDT,2021-06-30,15:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.386,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-16,NA,NA,NA,NA,NA,STORET,5,2021-06-30T20:30:00Z,5,2021-06-30T20:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102248,Sample-Routine,Water,Surface Water,2021-06-30,18:01:00,CDT,2021-07-01,03:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-18,holding time exceededsample was diluted,NA,NA,NA,2021-08-13,NWIS,5,2021-06-30T23:01:00Z,5,2021-07-01T08:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102248,Sample-Routine,Water,Surface Water,2021-06-30,18:01:00,CDT,2021-07-01,03:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,18.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-27,NA,NA,NA,NA,2021-07-26,NWIS,5,2021-06-30T23:01:00Z,5,2021-07-01T08:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102253,Sample-Routine,Water,Surface Water,2021-06-30,18:07:00,CDT,2021-06-30,19:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,20.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-27,NA,NA,NA,NA,2021-07-26,NWIS,5,2021-06-30T23:07:00Z,5,2021-07-01T00:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102253,Sample-Routine,Water,Surface Water,2021-06-30,18:07:00,CDT,2021-06-30,19:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.721,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-18,holding time exceeded,NA,NA,NA,2021-08-13,NWIS,5,2021-06-30T23:07:00Z,5,2021-07-01T00:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102258,Sample-Routine,Water,Surface Water,2021-06-30,19:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,32.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-27,NA,NA,NA,NA,2021-07-26,NWIS,5,2021-07-01T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102258,Sample-Routine,Water,Surface Water,2021-06-30,19:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.310,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-18,holding time exceeded,NA,NA,NA,2021-08-13,NWIS,5,2021-07-01T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104972,Sample-Routine,Water,Surface Water,2021-06-30,22:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.455,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-01T04:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104716,Sample-Routine,Water,Surface Water,2021-07-01,00:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.562,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-01T05:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104717,Sample-Routine,Water,Surface Water,2021-07-01,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.791,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-01T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104973,Sample-Routine,Water,Surface Water,2021-07-01,00:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.33,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-01T06:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104718,Sample-Routine,Water,Surface Water,2021-07-01,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.96,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-01T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104718,Sample-Routine,Water,Surface Water,2021-07-01,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.310,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-01T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102268,Sample-Routine,Water,Surface Water,2021-07-01,05:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.472,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-18,holding time exceeded,NA,NA,NA,2021-08-13,NWIS,5,2021-07-01T10:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102268,Sample-Routine,Water,Surface Water,2021-07-01,05:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,48.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-27,NA,NA,NA,NA,2021-07-26,NWIS,5,2021-07-01T10:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104719,Sample-Routine,Water,Surface Water,2021-07-01,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.44,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-01T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102269,Sample-Routine,Water,Surface Water,2021-07-01,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,30.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-27,NA,NA,NA,NA,2021-07-26,NWIS,5,2021-07-01T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102269,Sample-Routine,Water,Surface Water,2021-07-01,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.952,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-18,holding time exceeded,NA,NA,NA,2021-08-13,NWIS,5,2021-07-01T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102270,Sample-Routine,Water,Surface Water,2021-07-01,18:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.727,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-18,holding time exceeded,NA,NA,NA,2021-08-13,NWIS,5,2021-07-01T23:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102270,Sample-Routine,Water,Surface Water,2021-07-01,18:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,26.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-27,NA,NA,NA,NA,2021-07-26,NWIS,5,2021-07-01T23:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104720,Sample-Routine,Water,Surface Water,2021-07-01,23:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.696,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-02T04:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102271,Sample-Routine,Water,Surface Water,2021-07-02,05:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.552,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-18,holding time exceeded,NA,NA,NA,2021-08-13,NWIS,5,2021-07-02T10:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102271,Sample-Routine,Water,Surface Water,2021-07-02,05:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,33.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-27,NA,NA,NA,NA,2021-07-26,NWIS,5,2021-07-02T10:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104974,Sample-Routine,Water,Surface Water,2021-07-02,18:18:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.477,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-03T00:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102272,Sample-Routine,Water,Surface Water,2021-07-02,19:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.451,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-18,holding time exceeded,NA,NA,NA,2021-08-13,NWIS,5,2021-07-03T00:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102272,Sample-Routine,Water,Surface Water,2021-07-02,19:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,41.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-27,NA,NA,NA,NA,2021-07-26,NWIS,5,2021-07-03T00:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104975,Sample-Routine,Water,Surface Water,2021-07-03,22:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.387,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-04T04:20:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280980558,Sample-Routine,Water,NA,2021-07-06,07:25:00,CDT,2021-07-06,07:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.344,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-22,NA,NA,NA,NA,NA,STORET,5,2021-07-06T12:25:00Z,5,2021-07-06T12:25:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280980841,Sample-Routine,Water,NA,2021-07-06,15:00:00,CDT,2021-07-06,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.170,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-27,NA,NA,NA,NA,NA,STORET,5,2021-07-06T20:00:00Z,5,2021-07-06T20:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102256,Sample-Routine,Water,Surface Water,2021-07-06,15:00:00,CDT,2021-07-08,20:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,19,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-01,holding time exceeded,NA,NA,NA,2021-08-31,NWIS,5,2021-07-06T20:00:00Z,5,2021-07-09T01:45:59Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280980853,Sample-Routine,Water,NA,2021-07-06,15:00:00,CDT,2021-07-06,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.170,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-07-27,NA,NA,NA,NA,NA,STORET,5,2021-07-06T20:00:00Z,5,2021-07-06T20:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102256,Sample-Routine,Water,Surface Water,2021-07-06,15:00:00,CDT,2021-07-08,20:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,19,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,19.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-29,NA,NA,NA,NA,2021-07-28,NWIS,5,2021-07-06T20:00:00Z,5,2021-07-09T01:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102257,Sample-Routine,Water,Surface Water,2021-07-06,15:00:00,CDT,2021-07-07,17:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,15,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,18.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-29,NA,NA,NA,NA,2021-07-28,NWIS,5,2021-07-06T20:00:00Z,5,2021-07-07T22:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102257,Sample-Routine,Water,Surface Water,2021-07-06,15:00:00,CDT,2021-07-07,17:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,15,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-01,holding time exceeded,NA,NA,NA,2021-08-31,NWIS,5,2021-07-06T20:00:00Z,5,2021-07-07T22:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104095,Sample-Routine,Water,Surface Water,2021-07-06,15:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.54,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-06T20:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104095,Sample-Routine,Water,Surface Water,2021-07-06,15:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.051,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-06T20:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104976,Sample-Routine,Water,Surface Water,2021-07-06,14:09:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.340,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-06T20:09:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104208,Sample-Routine,Water,Surface Water,2021-07-06,15:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-06T20:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104208,Sample-Routine,Water,Surface Water,2021-07-06,15:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.131,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-06T20:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102273,Sample-Routine,Water,Surface Water,2021-07-06,16:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.921,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-30,holding time exceededsample was diluted,NA,NA,NA,2021-08-26,NWIS,5,2021-07-06T21:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102273,Sample-Routine,Water,Surface Water,2021-07-06,16:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,30.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-29,NA,NA,NA,NA,2021-07-28,NWIS,5,2021-07-06T21:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105133,Sample-Routine,Water,Surface Water,2021-07-06,18:13:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.115,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-07T00:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102259,Sample-Routine,Water,Surface Water,2021-07-06,19:30:00,CDT,2021-07-08,01:10:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,64.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-29,NA,NA,NA,NA,2021-07-28,NWIS,5,2021-07-07T00:30:00Z,5,2021-07-08T06:10:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102259,Sample-Routine,Water,Surface Water,2021-07-06,19:30:00,CDT,2021-07-08,01:10:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.246,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-30,holding time exceeded,NA,NA,NA,2021-08-26,NWIS,5,2021-07-07T00:30:00Z,5,2021-07-08T06:10:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102254,Sample-Routine,Water,Surface Water,2021-07-06,19:33:00,CDT,2021-07-06,20:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,27.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-29,NA,NA,NA,NA,2021-07-28,NWIS,5,2021-07-07T00:33:00Z,5,2021-07-07T01:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102254,Sample-Routine,Water,Surface Water,2021-07-06,19:33:00,CDT,2021-07-06,20:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-01,holding time exceeded,NA,NA,NA,2021-08-31,NWIS,5,2021-07-07T00:33:00Z,5,2021-07-07T01:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104209,Sample-Routine,Water,Surface Water,2021-07-06,20:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T01:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104209,Sample-Routine,Water,Surface Water,2021-07-06,20:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.101,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T01:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104977,Sample-Routine,Water,Surface Water,2021-07-06,22:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.411,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-07T04:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102249,Sample-Routine,Water,Surface Water,2021-07-06,23:46:00,CDT,2021-07-07,04:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-01,holding time exceeded,NA,NA,NA,2021-08-31,NWIS,5,2021-07-07T04:46:00Z,5,2021-07-07T09:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102249,Sample-Routine,Water,Surface Water,2021-07-06,23:46:00,CDT,2021-07-07,04:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,24.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-29,NA,NA,NA,NA,2021-07-28,NWIS,5,2021-07-07T04:46:00Z,5,2021-07-07T09:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102274,Sample-Routine,Water,Surface Water,2021-07-07,00:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.831,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-30,holding time exceeded,NA,NA,NA,2021-08-26,NWIS,5,2021-07-07T05:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102274,Sample-Routine,Water,Surface Water,2021-07-07,00:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,27.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-29,NA,NA,NA,NA,2021-07-28,NWIS,5,2021-07-07T05:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104096,Sample-Routine,Water,Surface Water,2021-07-07,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.45,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104096,Sample-Routine,Water,Surface Water,2021-07-07,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.132,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105134,Sample-Routine,Water,Surface Water,2021-07-07,00:03:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.150,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-07T06:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104978,Sample-Routine,Water,Surface Water,2021-07-07,01:58:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.482,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-07T07:58:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104721,Sample-Routine,Water,Surface Water,2021-07-07,03:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.673,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104722,Sample-Routine,Water,Surface Water,2021-07-07,03:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.810,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T08:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104210,Sample-Routine,Water,Surface Water,2021-07-07,03:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.074,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T08:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104210,Sample-Routine,Water,Surface Water,2021-07-07,03:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T08:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102250,Sample-Routine,Water,Surface Water,2021-07-07,05:46:00,CDT,2021-07-07,21:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,24.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-29,NA,NA,NA,NA,2021-07-28,NWIS,5,2021-07-07T10:46:00Z,5,2021-07-08T02:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102250,Sample-Routine,Water,Surface Water,2021-07-07,05:46:00,CDT,2021-07-07,21:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-01,holding time exceeded,NA,NA,NA,2021-08-31,NWIS,5,2021-07-07T10:46:00Z,5,2021-07-08T02:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104723,Sample-Routine,Water,Surface Water,2021-07-07,07:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.326,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T12:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104723,Sample-Routine,Water,Surface Water,2021-07-07,07:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.09,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T12:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101847,Sample-Routine,Water,Surface Water,2021-07-07,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.861,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101847,Sample-Routine,Water,Surface Water,2021-07-07,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.119,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2021-07-15,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2021-07-07T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101847,Sample-Routine,Water,Surface Water,2021-07-07,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,25.5,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2021-08-17,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2021-07-07T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02101847,Sample-Routine,Water,Surface Water,2021-07-07,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,3.81,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104097,Sample-Routine,Water,Surface Water,2021-07-07,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.319,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104097,Sample-Routine,Water,Surface Water,2021-07-07,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.52,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105135,Sample-Routine,Water,Surface Water,2021-07-07,08:44:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.135,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-07T14:44:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104211,Sample-Routine,Water,Surface Water,2021-07-07,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104211,Sample-Routine,Water,Surface Water,2021-07-07,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.114,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104724,Sample-Routine,Water,Surface Water,2021-07-07,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.903,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104098,Sample-Routine,Water,Surface Water,2021-07-07,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.51,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T18:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104098,Sample-Routine,Water,Surface Water,2021-07-07,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.357,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T18:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104979,Sample-Routine,Water,Surface Water,2021-07-07,12:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.880,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-07T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102275,Sample-Routine,Water,Surface Water,2021-07-07,14:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.754,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-30,holding time exceeded,NA,NA,NA,2021-08-26,NWIS,5,2021-07-07T19:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102275,Sample-Routine,Water,Surface Water,2021-07-07,14:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,22.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-29,NA,NA,NA,NA,2021-07-28,NWIS,5,2021-07-07T19:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104725,Sample-Routine,Water,Surface Water,2021-07-07,14:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.986,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T19:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104099,Sample-Routine,Water,Surface Water,2021-07-07,17:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.52,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104099,Sample-Routine,Water,Surface Water,2021-07-07,17:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.407,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104726,Sample-Routine,Water,Surface Water,2021-07-07,17:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.11,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T22:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104212,Sample-Routine,Water,Surface Water,2021-07-07,17:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T22:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104212,Sample-Routine,Water,Surface Water,2021-07-07,17:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.108,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T22:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104158,Sample-Routine,Water,Surface Water,2021-07-07,18:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.155,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T23:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104158,Sample-Routine,Water,Surface Water,2021-07-07,18:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-07T23:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104727,Sample-Routine,Water,Surface Water,2021-07-07,20:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.548,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104727,Sample-Routine,Water,Surface Water,2021-07-07,20:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.32,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104159,Sample-Routine,Water,Surface Water,2021-07-07,23:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T04:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104728,Sample-Routine,Water,Surface Water,2021-07-08,00:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.05,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T05:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102276,Sample-Routine,Water,Surface Water,2021-07-08,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,24.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-07-29,NA,NA,NA,NA,2021-07-28,NWIS,5,2021-07-08T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102276,Sample-Routine,Water,Surface Water,2021-07-08,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.665,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-08-30,holding time exceeded,NA,NA,NA,2021-08-26,NWIS,5,2021-07-08T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104100,Sample-Routine,Water,Surface Water,2021-07-08,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.53,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104100,Sample-Routine,Water,Surface Water,2021-07-08,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.454,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104160,Sample-Routine,Water,Surface Water,2021-07-08,05:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T10:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104213,Sample-Routine,Water,Surface Water,2021-07-08,07:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.265,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T12:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104213,Sample-Routine,Water,Surface Water,2021-07-08,07:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T12:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104292,Sample-Routine,Water,Surface Water,2021-07-08,07:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T12:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104292,Sample-Routine,Water,Surface Water,2021-07-08,07:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.235,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T12:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104729,Sample-Routine,Water,Surface Water,2021-07-08,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.819,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104252,Sample-Routine,Water,Surface Water,2021-07-08,10:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.03,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T15:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104252,Sample-Routine,Water,Surface Water,2021-07-08,10:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.53,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T15:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104252,Sample-Routine,Water,Surface Water,2021-07-08,10:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.483,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T15:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104252,Sample-Routine,Water,Surface Water,2021-07-08,10:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,31.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T15:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104272,Sample-Routine,Water,Surface Water,2021-07-08,11:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.02,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T16:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104272,Sample-Routine,Water,Surface Water,2021-07-08,11:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.38,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T16:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104272,Sample-Routine,Water,Surface Water,2021-07-08,11:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.337,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T16:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104272,Sample-Routine,Water,Surface Water,2021-07-08,11:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,52.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-08T16:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102277,Sample-Routine,Water,Surface Water,2021-07-08,20:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.547,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-09,holding time exceeded,NA,NA,NA,2021-09-07,NWIS,5,2021-07-09T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102277,Sample-Routine,Water,Surface Water,2021-07-08,20:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,28.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-03,NA,NA,NA,NA,2021-08-02,NWIS,5,2021-07-09T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104730,Sample-Routine,Water,Surface Water,2021-07-08,21:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.720,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-09T02:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104101,Sample-Routine,Water,Surface Water,2021-07-08,22:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.50,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-09T03:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104101,Sample-Routine,Water,Surface Water,2021-07-08,22:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.434,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-09T03:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102278,Sample-Routine,Water,Surface Water,2021-07-09,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,31.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-03,NA,NA,NA,NA,2021-08-02,NWIS,5,2021-07-09T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102278,Sample-Routine,Water,Surface Water,2021-07-09,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.550,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-09,holding time exceeded,NA,NA,NA,2021-09-07,NWIS,5,2021-07-09T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104214,Sample-Routine,Water,Surface Water,2021-07-09,04:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.62,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-09T09:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104214,Sample-Routine,Water,Surface Water,2021-07-09,04:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.528,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-09T09:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104161,Sample-Routine,Water,Surface Water,2021-07-09,05:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-09T10:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102279,Sample-Routine,Water,Surface Water,2021-07-10,03:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.464,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-09,holding time exceeded,NA,NA,NA,2021-09-07,NWIS,5,2021-07-10T08:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102279,Sample-Routine,Water,Surface Water,2021-07-10,03:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,32.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-03,NA,NA,NA,NA,2021-08-02,NWIS,5,2021-07-10T08:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104102,Sample-Routine,Water,Surface Water,2021-07-10,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.325,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-10T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104102,Sample-Routine,Water,Surface Water,2021-07-10,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.39,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-10T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104980,Sample-Routine,Water,Surface Water,2021-07-10,04:13:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.483,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-10T10:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105136,Sample-Routine,Water,Surface Water,2021-07-10,10:43:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.157,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-10T16:43:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104215,Sample-Routine,Water,Surface Water,2021-07-10,15:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.623,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-10T20:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104215,Sample-Routine,Water,Surface Water,2021-07-10,15:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.67,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-10T20:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104981,Sample-Routine,Water,Surface Water,2021-07-11,14:01:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.404,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-11T20:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102281,Sample-Routine,Water,Surface Water,2021-07-12,12:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,31.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-03,NA,NA,NA,NA,2021-08-02,NWIS,5,2021-07-12T17:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102281,Sample-Routine,Water,Surface Water,2021-07-12,12:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.488,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-09,holding time exceeded,NA,NA,NA,2021-09-07,NWIS,5,2021-07-12T17:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102260,Sample-Routine,Water,Surface Water,2021-07-12,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.060,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-09,holding time exceeded,NA,NA,NA,2021-09-07,NWIS,5,2021-07-12T18:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102260,Sample-Routine,Water,Surface Water,2021-07-12,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,63.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-03,NA,NA,NA,NA,2021-08-02,NWIS,5,2021-07-12T18:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104293,Sample-Routine,Water,Surface Water,2021-07-13,07:56:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.072,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T12:56:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104293,Sample-Routine,Water,Surface Water,2021-07-13,07:56:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T12:56:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104253,Sample-Routine,Water,Surface Water,2021-07-13,09:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,84.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T14:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104253,Sample-Routine,Water,Surface Water,2021-07-13,09:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.01,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T14:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104253,Sample-Routine,Water,Surface Water,2021-07-13,09:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T14:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104253,Sample-Routine,Water,Surface Water,2021-07-13,09:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.198,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T14:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104731,Sample-Routine,Water,Surface Water,2021-07-13,09:54:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.354,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T14:54:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104273,Sample-Routine,Water,Surface Water,2021-07-13,10:18:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,81.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T15:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104273,Sample-Routine,Water,Surface Water,2021-07-13,10:18:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T15:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104273,Sample-Routine,Water,Surface Water,2021-07-13,10:18:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.01,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T15:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104273,Sample-Routine,Water,Surface Water,2021-07-13,10:18:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.199,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T15:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104057,Sample-Routine,Water,Surface Water,2021-07-13,11:27:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T16:27:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104057,Sample-Routine,Water,Surface Water,2021-07-13,11:27:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.058,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T16:27:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104044,Sample-Routine,Water,Surface Water,2021-07-13,11:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T16:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104044,Sample-Routine,Water,Surface Water,2021-07-13,11:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.200,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T16:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104043,Sample-Routine,Water,Surface Water,2021-07-13,12:31:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T17:31:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104043,Sample-Routine,Water,Surface Water,2021-07-13,12:31:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.196,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-13T17:31:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104982,Sample-Routine,Water,Surface Water,2021-07-14,14:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.354,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-14T20:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104216,Sample-Routine,Water,Surface Water,2021-07-14,16:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-14T21:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104216,Sample-Routine,Water,Surface Water,2021-07-14,16:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.164,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-14T21:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104983,Sample-Routine,Water,Surface Water,2021-07-14,17:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.354,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-14T23:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102465,Sample-Routine,Water,Surface Water,2021-07-14,19:45:00,CDT,2021-07-15,22:40:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,16,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,53.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-05,NA,NA,NA,NA,2021-08-04,NWIS,5,2021-07-15T00:45:00Z,5,2021-07-16T03:40:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102465,Sample-Routine,Water,Surface Water,2021-07-14,19:45:00,CDT,2021-07-15,22:40:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,16,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.533,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-07,NWIS,5,2021-07-15T00:45:00Z,5,2021-07-16T03:40:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102461,Sample-Routine,Water,Surface Water,2021-07-14,19:57:00,CDT,2021-07-15,07:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceededsample was diluted,NA,NA,NA,2021-09-07,NWIS,5,2021-07-15T00:57:00Z,5,2021-07-15T12:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102461,Sample-Routine,Water,Surface Water,2021-07-14,19:57:00,CDT,2021-07-15,07:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,2.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-05,NA,NA,NA,NA,2021-08-04,NWIS,5,2021-07-15T00:57:00Z,5,2021-07-15T12:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102463,Sample-Routine,Water,Surface Water,2021-07-14,20:00:00,CDT,2021-07-16,05:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,30.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-05,NA,NA,NA,NA,2021-08-04,NWIS,5,2021-07-15T01:00:00Z,5,2021-07-16T10:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102463,Sample-Routine,Water,Surface Water,2021-07-14,20:00:00,CDT,2021-07-16,05:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.7,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceededsample was diluted,NA,NA,NA,2021-09-07,NWIS,5,2021-07-15T01:00:00Z,5,2021-07-16T10:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105137,Sample-Routine,Water,Surface Water,2021-07-14,19:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.107,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-15T01:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102464,Sample-Routine,Water,Surface Water,2021-07-14,20:45:00,CDT,2021-07-15,10:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,14,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,31.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-05,NA,NA,NA,NA,2021-08-04,NWIS,5,2021-07-15T01:45:00Z,5,2021-07-15T15:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102464,Sample-Routine,Water,Surface Water,2021-07-14,20:45:00,CDT,2021-07-15,10:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,14,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceededsample was diluted,NA,NA,NA,2021-09-07,NWIS,5,2021-07-15T01:45:00Z,5,2021-07-15T15:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102462,Sample-Routine,Water,Surface Water,2021-07-14,21:24:00,CDT,2021-07-15,05:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,19,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,9.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-05,NA,NA,NA,NA,2021-08-04,NWIS,5,2021-07-15T02:24:00Z,5,2021-07-15T10:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102462,Sample-Routine,Water,Surface Water,2021-07-14,21:24:00,CDT,2021-07-15,05:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,19,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-10,holding time exceededsample was diluted,NA,NA,NA,2021-09-09,NWIS,5,2021-07-15T02:24:00Z,5,2021-07-15T10:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104984,Sample-Routine,Water,Surface Water,2021-07-14,20:29:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.433,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-15T02:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104103,Sample-Routine,Water,Surface Water,2021-07-14,21:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T02:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104103,Sample-Routine,Water,Surface Water,2021-07-14,21:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.131,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T02:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104162,Sample-Routine,Water,Surface Water,2021-07-14,21:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T02:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102467,Sample-Routine,Water,Surface Water,2021-07-14,22:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceededsample was diluted,NA,NA,NA,2021-09-07,NWIS,5,2021-07-15T03:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102467,Sample-Routine,Water,Surface Water,2021-07-14,22:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,28.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-05,NA,NA,NA,NA,2021-08-04,NWIS,5,2021-07-15T03:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104732,Sample-Routine,Water,Surface Water,2021-07-14,22:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.796,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T03:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104217,Sample-Routine,Water,Surface Water,2021-07-14,23:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T04:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104217,Sample-Routine,Water,Surface Water,2021-07-14,23:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.054,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T04:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104733,Sample-Routine,Water,Surface Water,2021-07-14,23:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.17,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T04:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102468,Sample-Routine,Water,Surface Water,2021-07-15,00:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.993,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceededsample was diluted,NA,NA,NA,2021-09-07,NWIS,5,2021-07-15T05:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102468,Sample-Routine,Water,Surface Water,2021-07-15,00:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,19.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-05,NA,NA,NA,NA,2021-08-04,NWIS,5,2021-07-15T05:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104164,Sample-Routine,Water,Surface Water,2021-07-15,00:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.49,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T05:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104734,Sample-Routine,Water,Surface Water,2021-07-15,00:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.82,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T05:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104735,Sample-Routine,Water,Surface Water,2021-07-15,01:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.72,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T06:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104736,Sample-Routine,Water,Surface Water,2021-07-15,02:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.86,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T07:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104165,Sample-Routine,Water,Surface Water,2021-07-15,03:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T08:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102469,Sample-Routine,Water,Surface Water,2021-07-15,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,13.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-05,NA,NA,NA,NA,2021-08-04,NWIS,5,2021-07-15T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102469,Sample-Routine,Water,Surface Water,2021-07-15,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceededsample was diluted,NA,NA,NA,2021-09-07,NWIS,5,2021-07-15T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104218,Sample-Routine,Water,Surface Water,2021-07-15,04:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.090,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104218,Sample-Routine,Water,Surface Water,2021-07-15,04:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104104,Sample-Routine,Water,Surface Water,2021-07-15,04:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.47,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T09:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104104,Sample-Routine,Water,Surface Water,2021-07-15,04:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.153,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T09:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104737,Sample-Routine,Water,Surface Water,2021-07-15,05:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.64,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T10:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104737,Sample-Routine,Water,Surface Water,2021-07-15,05:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.275,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T10:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104738,Sample-Routine,Water,Surface Water,2021-07-15,06:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.24,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T11:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104739,Sample-Routine,Water,Surface Water,2021-07-15,07:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.99,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T12:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104166,Sample-Routine,Water,Surface Water,2021-07-15,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104166,Sample-Routine,Water,Surface Water,2021-07-15,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.211,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104740,Sample-Routine,Water,Surface Water,2021-07-15,11:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.54,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T16:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104105,Sample-Routine,Water,Surface Water,2021-07-15,11:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.287,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T16:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104105,Sample-Routine,Water,Surface Water,2021-07-15,11:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.45,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T16:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104219,Sample-Routine,Water,Surface Water,2021-07-15,11:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.236,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T16:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104219,Sample-Routine,Water,Surface Water,2021-07-15,11:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T16:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102470,Sample-Routine,Water,Surface Water,2021-07-15,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.921,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-09,holding time exceededsample was diluted,NA,NA,NA,2021-09-07,NWIS,5,2021-07-15T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102470,Sample-Routine,Water,Surface Water,2021-07-15,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,13.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-05,NA,NA,NA,NA,2021-08-04,NWIS,5,2021-07-15T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104167,Sample-Routine,Water,Surface Water,2021-07-15,13:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.40,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T18:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104741,Sample-Routine,Water,Surface Water,2021-07-15,14:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.35,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104168,Sample-Routine,Water,Surface Water,2021-07-15,18:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.40,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-15T23:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102471,Sample-Routine,Water,Surface Water,2021-07-15,18:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.784,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-09,holding time exceededsample was diluted,NA,NA,NA,2021-09-07,NWIS,5,2021-07-15T23:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102471,Sample-Routine,Water,Surface Water,2021-07-15,18:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,9.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-05,NA,NA,NA,NA,2021-08-04,NWIS,5,2021-07-15T23:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104106,Sample-Routine,Water,Surface Water,2021-07-15,19:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.493,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-16T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104106,Sample-Routine,Water,Surface Water,2021-07-15,19:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.60,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-16T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104742,Sample-Routine,Water,Surface Water,2021-07-15,20:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.06,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-16T01:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104107,Sample-Routine,Water,Surface Water,2021-07-16,03:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.553,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-16T08:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104107,Sample-Routine,Water,Surface Water,2021-07-16,03:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.65,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-16T08:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104220,Sample-Routine,Water,Surface Water,2021-07-16,05:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.68,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-16T10:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104220,Sample-Routine,Water,Surface Water,2021-07-16,05:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.575,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-16T10:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104743,Sample-Routine,Water,Surface Water,2021-07-16,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.689,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-16T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104169,Sample-Routine,Water,Surface Water,2021-07-16,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-16T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102472,Sample-Routine,Water,Surface Water,2021-07-16,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,13.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-05,NA,NA,NA,NA,2021-08-04,NWIS,5,2021-07-16T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102472,Sample-Routine,Water,Surface Water,2021-07-16,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.672,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-09,holding time exceeded,NA,NA,NA,2021-09-07,NWIS,5,2021-07-16T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104985,Sample-Routine,Water,Surface Water,2021-07-16,20:44:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.493,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-17T02:44:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104221,Sample-Routine,Water,Surface Water,2021-07-16,22:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.76,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-17T03:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104221,Sample-Routine,Water,Surface Water,2021-07-16,22:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.657,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-17T03:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104108,Sample-Routine,Water,Surface Water,2021-07-17,02:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-17T07:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104108,Sample-Routine,Water,Surface Water,2021-07-17,02:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.427,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-17T07:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104986,Sample-Routine,Water,Surface Water,2021-07-17,11:09:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.414,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-17T17:09:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102473,Sample-Routine,Water,Surface Water,2021-07-17,14:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.541,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-09,holding time exceeded,NA,NA,NA,2021-09-07,NWIS,5,2021-07-17T19:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102473,Sample-Routine,Water,Surface Water,2021-07-17,14:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,19.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-05,NA,NA,NA,NA,2021-08-04,NWIS,5,2021-07-17T19:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104109,Sample-Routine,Water,Surface Water,2021-07-18,17:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-18T22:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104109,Sample-Routine,Water,Surface Water,2021-07-18,17:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.270,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-18T22:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104222,Sample-Routine,Water,Surface Water,2021-07-19,02:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-19T07:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104222,Sample-Routine,Water,Surface Water,2021-07-19,02:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.428,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-19T07:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104987,Sample-Routine,Water,Surface Water,2021-07-19,03:13:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.312,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-07-19T09:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102466,Sample-Routine,Water,Surface Water,2021-07-19,05:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.040,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-09,holding time exceeded,NA,NA,NA,2021-09-07,NWIS,5,2021-07-19T10:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102466,Sample-Routine,Water,Surface Water,2021-07-19,05:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,68.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-05,NA,NA,NA,NA,2021-08-04,NWIS,5,2021-07-19T10:45:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280451166,Sample-Routine,Water,NA,2021-07-19,11:30:00,CDT,2021-07-19,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10010769,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.114,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-02,NA,NA,NA,NA,NA,STORET,5,2021-07-19T16:30:00Z,5,2021-07-19T16:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280451029,Sample-Routine,Water,NA,2021-07-19,11:40:00,CDT,2021-07-19,11:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10010769,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.113,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-02,NA,NA,NA,NA,NA,STORET,5,2021-07-19T16:40:00Z,5,2021-07-19T16:40:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104294,Sample-Routine,Water,Surface Water,2021-07-20,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-20T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104294,Sample-Routine,Water,Surface Water,2021-07-20,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.133,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-20T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104254,Sample-Routine,Water,Surface Water,2021-07-20,10:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,70.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-20T15:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104254,Sample-Routine,Water,Surface Water,2021-07-20,10:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-20T15:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104254,Sample-Routine,Water,Surface Water,2021-07-20,10:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.01,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-20T15:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104254,Sample-Routine,Water,Surface Water,2021-07-20,10:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.216,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-20T15:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104274,Sample-Routine,Water,Surface Water,2021-07-20,10:31:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-20T15:31:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104274,Sample-Routine,Water,Surface Water,2021-07-20,10:31:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.01,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-20T15:31:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104274,Sample-Routine,Water,Surface Water,2021-07-20,10:31:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.269,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-20T15:31:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104274,Sample-Routine,Water,Surface Water,2021-07-20,10:31:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,63.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-20T15:31:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280983873,Sample-Routine,Water,NA,2021-07-21,10:00:00,CDT,2021-07-21,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.264,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-04,NA,NA,NA,NA,NA,STORET,5,2021-07-21T15:00:00Z,5,2021-07-21T15:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280983890,Sample-Routine,Water,NA,2021-07-21,10:10:00,CDT,2021-07-21,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.265,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-04,NA,NA,NA,NA,NA,STORET,5,2021-07-21T15:10:00Z,5,2021-07-21T15:20:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104058,Sample-Routine,Water,Surface Water,2021-07-21,15:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-21T20:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104058,Sample-Routine,Water,Surface Water,2021-07-21,15:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.085,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-21T20:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104744,Sample-Routine,Water,Surface Water,2021-07-21,17:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.209,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-21T22:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104744,Sample-Routine,Water,Surface Water,2021-07-21,17:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.242,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-21T22:30:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-281036186,Sample-Routine,Water,NA,2021-07-26,09:15:00,CDT,2021-07-26,09:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.118,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-09,NA,NA,NA,NA,NA,STORET,5,2021-07-26T14:15:00Z,5,2021-07-26T14:24:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-281036642,Sample-Routine,Water,NA,2021-07-26,10:20:00,CDT,2021-07-26,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.137,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-04,NA,NA,NA,NA,NA,STORET,5,2021-07-26T15:20:00Z,5,2021-07-26T15:20:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-281036199,Sample-Routine,Water,NA,2021-07-26,15:45:00,CDT,2021-07-26,16:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0504,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-09,NA,NA,NA,NA,NA,STORET,5,2021-07-26T20:45:00Z,5,2021-07-26T21:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-281619178,Sample-Routine,Water,NA,2021-07-26,17:00:00,CDT,2021-07-26,17:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.176,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-11,NA,NA,NA,NA,NA,STORET,5,2021-07-26T22:00:00Z,5,2021-07-26T22:35:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102751,Sample-Routine,Water,Surface Water,2021-07-27,05:00:00,CDT,2021-07-28,05:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,64.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-23,NA,NA,NA,NA,2021-08-23,NWIS,5,2021-07-27T10:00:00Z,5,2021-07-28T10:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102751,Sample-Routine,Water,Surface Water,2021-07-27,05:00:00,CDT,2021-07-28,05:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.282,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-17,holding time exceeded,NA,NA,NA,2021-09-16,NWIS,5,2021-07-27T10:00:00Z,5,2021-07-28T10:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102748,Sample-Routine,Water,Surface Water,2021-07-27,05:29:00,CDT,2021-07-27,09:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,20.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-23,NA,NA,NA,NA,2021-08-23,NWIS,5,2021-07-27T10:29:00Z,5,2021-07-27T14:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102748,Sample-Routine,Water,Surface Water,2021-07-27,05:29:00,CDT,2021-07-27,09:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-17,holding time exceededsample was diluted,NA,NA,NA,2021-09-16,NWIS,5,2021-07-27T10:29:00Z,5,2021-07-27T14:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102749,Sample-Routine,Water,Surface Water,2021-07-27,06:00:00,CDT,2021-07-27,19:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,34.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-23,NA,NA,NA,NA,2021-08-23,NWIS,5,2021-07-27T11:00:00Z,5,2021-07-28T00:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102749,Sample-Routine,Water,Surface Water,2021-07-27,06:00:00,CDT,2021-07-27,19:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,5.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-17,holding time exceededsample was diluted,NA,NA,NA,2021-09-16,NWIS,5,2021-07-27T11:00:00Z,5,2021-07-28T00:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104223,Sample-Routine,Water,Surface Water,2021-07-27,06:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.150,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-27T11:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104223,Sample-Routine,Water,Surface Water,2021-07-27,06:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-27T11:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102750,Sample-Routine,Water,Surface Water,2021-07-27,06:15:00,CDT,2021-07-27,13:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-17,holding time exceededsample was diluted,NA,NA,NA,2021-09-16,NWIS,5,2021-07-27T11:15:00Z,5,2021-07-27T18:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102750,Sample-Routine,Water,Surface Water,2021-07-27,06:15:00,CDT,2021-07-27,13:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,36.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-23,NA,NA,NA,NA,2021-08-23,NWIS,5,2021-07-27T11:15:00Z,5,2021-07-27T18:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104295,Sample-Routine,Water,Surface Water,2021-07-27,08:16:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.055,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-27T13:16:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104295,Sample-Routine,Water,Surface Water,2021-07-27,08:16:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-27T13:16:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104255,Sample-Routine,Water,Surface Water,2021-07-27,11:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,109,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-27T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104255,Sample-Routine,Water,Surface Water,2021-07-27,11:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.82,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-27T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104255,Sample-Routine,Water,Surface Water,2021-07-27,11:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-27T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104255,Sample-Routine,Water,Surface Water,2021-07-27,11:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.203,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-27T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104275,Sample-Routine,Water,Surface Water,2021-07-27,11:29:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-27T16:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104275,Sample-Routine,Water,Surface Water,2021-07-27,11:29:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.063,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-27T16:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104275,Sample-Routine,Water,Surface Water,2021-07-27,11:29:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,48.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-27T16:29:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-282211487,Sample-Routine,Water,NA,2021-07-27,17:45:00,CDT,2021-07-27,18:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.197,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-11,NA,NA,NA,NA,NA,STORET,5,2021-07-27T22:45:00Z,5,2021-07-27T23:05:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-282211562,Sample-Routine,Water,NA,2021-07-27,18:30:00,CDT,2021-07-27,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.113,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-11,NA,NA,NA,NA,NA,STORET,5,2021-07-27T23:30:00Z,5,2021-07-27T23:50:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104110,Sample-Routine,Water,Surface Water,2021-07-27,18:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-27T23:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104110,Sample-Routine,Water,Surface Water,2021-07-27,18:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.118,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-07-27T23:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102752,Sample-Routine,Water,Surface Water,2021-07-28,07:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,69.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-23,NA,NA,NA,NA,2021-08-23,NWIS,5,2021-07-28T12:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102752,Sample-Routine,Water,Surface Water,2021-07-28,07:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.043,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-17,holding time exceeded,NA,NA,NA,2021-09-16,NWIS,5,2021-07-28T12:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102753,Sample-Routine,Water,Surface Water,2021-07-28,12:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,44.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-23,NA,NA,NA,NA,2021-08-23,NWIS,5,2021-07-28T17:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102753,Sample-Routine,Water,Surface Water,2021-07-28,12:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.379,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-17,holding time exceeded,NA,NA,NA,2021-09-16,NWIS,5,2021-07-28T17:40:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280282403,Sample-Routine,Water,NA,2021-07-28,13:35:00,CDT,2021-07-28,13:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0852,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-11,NA,NA,NA,NA,NA,STORET,5,2021-07-28T18:35:00Z,5,2021-07-28T18:35:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-280282403,Sample-Routine,Water,NA,2021-07-28,13:35:00,CDT,2021-07-28,13:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,19.0,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2021-08-02,NA,NA,NA,NA,NA,STORET,5,2021-07-28T18:35:00Z,5,2021-07-28T18:35:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-282211500,Sample-Routine,Water,NA,2021-07-28,13:45:00,CDT,2021-07-28,13:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.257,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-11,NA,NA,NA,NA,NA,STORET,5,2021-07-28T18:45:00Z,5,2021-07-28T18:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-282211513,Sample-Routine,Water,NA,2021-07-28,14:18:00,CDT,2021-07-28,14:18:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.440,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-11,NA,NA,NA,NA,NA,STORET,5,2021-07-28T19:18:00Z,5,2021-07-28T19:18:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-282211588,Sample-Routine,Water,NA,2021-07-28,14:50:00,CDT,2021-07-28,14:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.316,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-11,NA,NA,NA,NA,NA,STORET,5,2021-07-28T19:50:00Z,5,2021-07-28T19:50:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104296,Sample-Routine,Water,Surface Water,2021-08-02,07:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.057,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-02T12:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104296,Sample-Routine,Water,Surface Water,2021-08-02,07:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-02T12:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104256,Sample-Routine,Water,Surface Water,2021-08-02,09:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.226,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-02T14:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104256,Sample-Routine,Water,Surface Water,2021-08-02,09:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,116,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-02T14:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104256,Sample-Routine,Water,Surface Water,2021-08-02,09:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.74,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-02T14:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104256,Sample-Routine,Water,Surface Water,2021-08-02,09:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-02T14:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104276,Sample-Routine,Water,Surface Water,2021-08-02,10:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-02T15:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104276,Sample-Routine,Water,Surface Water,2021-08-02,10:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.63,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-02T15:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104276,Sample-Routine,Water,Surface Water,2021-08-02,10:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.163,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-02T15:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104276,Sample-Routine,Water,Surface Water,2021-08-02,10:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,105,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-02T15:11:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-281629032,Sample-Routine,Water,NA,2021-08-03,08:15:00,CDT,2021-08-03,09:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,1.09,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-17,NA,NA,NA,NA,NA,STORET,5,2021-08-03T13:15:00Z,5,2021-08-03T14:37:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102591,Sample-Routine,Water,Surface Water,2021-08-04,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.121,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-04T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102591,Sample-Routine,Water,Surface Water,2021-08-04,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.107,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2021-08-12,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2021-08-04T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102591,Sample-Routine,Water,Surface Water,2021-08-04,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,23.6,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2021-09-03,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2021-08-04T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102591,Sample-Routine,Water,Surface Water,2021-08-04,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.537,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-04T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104224,Sample-Routine,Water,Surface Water,2021-08-07,21:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T02:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104224,Sample-Routine,Water,Surface Water,2021-08-07,21:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.184,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T02:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102864,Sample-Routine,Water,Surface Water,2021-08-07,21:45:00,CDT,2021-08-08,17:55:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,75.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-08T02:45:00Z,5,2021-08-08T22:55:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102864,Sample-Routine,Water,Surface Water,2021-08-07,21:45:00,CDT,2021-08-08,17:55:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-08T02:45:00Z,5,2021-08-08T22:55:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102857,Sample-Routine,Water,Surface Water,2021-08-08,00:00:00,CDT,2021-08-09,09:17:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,21,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,139,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceededsample was diluted,NA,NA,NA,2021-09-08,NWIS,5,2021-08-08T05:00:00Z,5,2021-08-09T14:17:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102857,Sample-Routine,Water,Surface Water,2021-08-08,00:00:00,CDT,2021-08-09,09:17:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,21,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,7.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-08T05:00:00Z,5,2021-08-09T14:17:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105138,Sample-Routine,Water,Surface Water,2021-08-08,00:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.100,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-08T06:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104111,Sample-Routine,Water,Surface Water,2021-08-08,02:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T07:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104111,Sample-Routine,Water,Surface Water,2021-08-08,02:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.176,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T07:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104225,Sample-Routine,Water,Surface Water,2021-08-08,03:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T08:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104225,Sample-Routine,Water,Surface Water,2021-08-08,03:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.053,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T08:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104988,Sample-Routine,Water,Surface Water,2021-08-08,02:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.180,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-08T08:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102861,Sample-Routine,Water,Surface Water,2021-08-08,04:15:00,CDT,2021-08-09,06:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,17,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,64.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-08T09:15:00Z,5,2021-08-09T11:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102861,Sample-Routine,Water,Surface Water,2021-08-08,04:15:00,CDT,2021-08-09,06:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,17,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-08T09:15:00Z,5,2021-08-09T11:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102854,Sample-Routine,Water,Surface Water,2021-08-08,04:28:00,CDT,2021-08-08,10:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,4.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-08T09:28:00Z,5,2021-08-08T15:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102854,Sample-Routine,Water,Surface Water,2021-08-08,04:28:00,CDT,2021-08-08,10:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-08T09:28:00Z,5,2021-08-08T15:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104170,Sample-Routine,Water,Surface Water,2021-08-08,04:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.59,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T09:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102851,Sample-Routine,Water,Surface Water,2021-08-08,04:53:00,CDT,2021-08-08,17:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,7.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-08T09:53:00Z,5,2021-08-08T22:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102851,Sample-Routine,Water,Surface Water,2021-08-08,04:53:00,CDT,2021-08-08,17:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-08T09:53:00Z,5,2021-08-08T22:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104171,Sample-Routine,Water,Surface Water,2021-08-08,05:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.55,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T10:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104989,Sample-Routine,Water,Surface Water,2021-08-08,04:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.299,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-08T10:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104172,Sample-Routine,Water,Surface Water,2021-08-08,06:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104226,Sample-Routine,Water,Surface Water,2021-08-08,06:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104226,Sample-Routine,Water,Surface Water,2021-08-08,06:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.055,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104745,Sample-Routine,Water,Surface Water,2021-08-08,06:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.487,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102869,Sample-Routine,Water,Surface Water,2021-08-08,07:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-17,holding time exceededsample was diluted,NA,NA,NA,2021-09-16,NWIS,5,2021-08-08T12:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102869,Sample-Routine,Water,Surface Water,2021-08-08,07:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,33.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-08T12:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104746,Sample-Routine,Water,Surface Water,2021-08-08,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.989,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104990,Sample-Routine,Water,Surface Water,2021-08-08,08:04:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.711,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-08T14:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104991,Sample-Routine,Water,Surface Water,2021-08-08,09:01:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.616,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-08T15:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104173,Sample-Routine,Water,Surface Water,2021-08-08,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.309,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104173,Sample-Routine,Water,Surface Water,2021-08-08,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.39,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104992,Sample-Routine,Water,Surface Water,2021-08-08,10:04:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.765,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-08T16:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104747,Sample-Routine,Water,Surface Water,2021-08-08,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.19,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104748,Sample-Routine,Water,Surface Water,2021-08-08,11:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.57,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T16:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104748,Sample-Routine,Water,Surface Water,2021-08-08,11:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.227,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T16:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104112,Sample-Routine,Water,Surface Water,2021-08-08,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.145,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104112,Sample-Routine,Water,Surface Water,2021-08-08,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.39,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104749,Sample-Routine,Water,Surface Water,2021-08-08,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.49,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102870,Sample-Routine,Water,Surface Water,2021-08-08,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.849,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceeded,NA,NA,NA,2021-09-14,NWIS,5,2021-08-08T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102870,Sample-Routine,Water,Surface Water,2021-08-08,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,22.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-08T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104174,Sample-Routine,Water,Surface Water,2021-08-08,14:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T19:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104227,Sample-Routine,Water,Surface Water,2021-08-08,16:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T21:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104227,Sample-Routine,Water,Surface Water,2021-08-08,16:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.131,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T21:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104750,Sample-Routine,Water,Surface Water,2021-08-08,16:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.78,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-08T21:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102852,Sample-Routine,Water,Surface Water,2021-08-08,17:00:00,CDT,2021-08-09,05:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.871,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-08T22:00:00Z,5,2021-08-09T10:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102852,Sample-Routine,Water,Surface Water,2021-08-08,17:00:00,CDT,2021-08-09,05:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,1.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-08T22:00:00Z,5,2021-08-09T10:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102865,Sample-Routine,Water,Surface Water,2021-08-08,17:55:00,CDT,2021-08-09,09:40:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,64.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-08T22:55:00Z,5,2021-08-09T14:40:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102865,Sample-Routine,Water,Surface Water,2021-08-08,17:55:00,CDT,2021-08-09,09:40:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-08T22:55:00Z,5,2021-08-09T14:40:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102855,Sample-Routine,Water,Surface Water,2021-08-08,18:14:00,CDT,2021-08-08,23:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-08T23:14:00Z,5,2021-08-09T04:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102855,Sample-Routine,Water,Surface Water,2021-08-08,18:14:00,CDT,2021-08-08,23:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,3.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-08T23:14:00Z,5,2021-08-09T04:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104993,Sample-Routine,Water,Surface Water,2021-08-08,17:42:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.52,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-08T23:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102871,Sample-Routine,Water,Surface Water,2021-08-08,19:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-17,holding time exceededsample was diluted,NA,NA,NA,2021-09-16,NWIS,5,2021-08-09T00:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102871,Sample-Routine,Water,Surface Water,2021-08-08,19:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,16.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-09T00:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104994,Sample-Routine,Water,Surface Water,2021-08-08,19:19:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.57,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-09T01:19:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104175,Sample-Routine,Water,Surface Water,2021-08-08,21:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T02:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102872,Sample-Routine,Water,Surface Water,2021-08-08,21:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-09T02:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102872,Sample-Routine,Water,Surface Water,2021-08-08,21:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,6.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-09T02:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104751,Sample-Routine,Water,Surface Water,2021-08-08,21:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.64,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T02:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104752,Sample-Routine,Water,Surface Water,2021-08-08,22:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.35,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T03:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104228,Sample-Routine,Water,Surface Water,2021-08-08,22:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T03:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104228,Sample-Routine,Water,Surface Water,2021-08-08,22:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.175,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T03:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104176,Sample-Routine,Water,Surface Water,2021-08-08,23:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T04:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104753,Sample-Routine,Water,Surface Water,2021-08-09,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.42,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104754,Sample-Routine,Water,Surface Water,2021-08-09,02:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.86,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T07:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104754,Sample-Routine,Water,Surface Water,2021-08-09,02:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.340,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T07:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104229,Sample-Routine,Water,Surface Water,2021-08-09,05:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T10:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104229,Sample-Routine,Water,Surface Water,2021-08-09,05:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.259,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T10:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104755,Sample-Routine,Water,Surface Water,2021-08-09,06:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.35,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T11:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102873,Sample-Routine,Water,Surface Water,2021-08-09,06:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,9.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-09T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102873,Sample-Routine,Water,Surface Water,2021-08-09,06:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.727,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceeded,NA,NA,NA,2021-09-14,NWIS,5,2021-08-09T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104177,Sample-Routine,Water,Surface Water,2021-08-09,06:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T11:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104113,Sample-Routine,Water,Surface Water,2021-08-09,07:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.66,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T12:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104113,Sample-Routine,Water,Surface Water,2021-08-09,07:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.423,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T12:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104756,Sample-Routine,Water,Surface Water,2021-08-09,07:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.26,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T12:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102858,Sample-Routine,Water,Surface Water,2021-08-09,09:17:00,CDT,2021-08-09,20:06:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,83.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-09T14:17:00Z,5,2021-08-10T01:06:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102858,Sample-Routine,Water,Surface Water,2021-08-09,09:17:00,CDT,2021-08-09,20:06:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,5.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-09T14:17:00Z,5,2021-08-10T01:06:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102862,Sample-Routine,Water,Surface Water,2021-08-09,09:30:00,CDT,2021-08-09,18:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-09T14:30:00Z,5,2021-08-09T23:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102862,Sample-Routine,Water,Surface Water,2021-08-09,09:30:00,CDT,2021-08-09,18:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-09T14:30:00Z,5,2021-08-09T23:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102866,Sample-Routine,Water,Surface Water,2021-08-09,09:40:00,CDT,2021-08-10,20:10:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.818,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-09T14:40:00Z,5,2021-08-11T01:10:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102866,Sample-Routine,Water,Surface Water,2021-08-09,09:40:00,CDT,2021-08-10,20:10:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,66.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-09T14:40:00Z,5,2021-08-11T01:10:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102853,Sample-Routine,Water,Surface Water,2021-08-09,09:43:00,CDT,2021-08-09,15:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-09T14:43:00Z,5,2021-08-09T20:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102853,Sample-Routine,Water,Surface Water,2021-08-09,09:43:00,CDT,2021-08-09,15:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,9.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-09T14:43:00Z,5,2021-08-09T20:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102856,Sample-Routine,Water,Surface Water,2021-08-09,09:47:00,CDT,2021-08-09,14:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,11.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-09T14:47:00Z,5,2021-08-09T19:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102856,Sample-Routine,Water,Surface Water,2021-08-09,09:47:00,CDT,2021-08-09,14:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.927,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-09T14:47:00Z,5,2021-08-09T19:30:59Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-282828320,Sample-Routine,Water,NA,2021-08-09,10:00:00,CDT,2021-08-09,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.155,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-26,NA,NA,NA,NA,NA,STORET,5,2021-08-09T15:00:00Z,5,2021-08-09T15:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104230,Sample-Routine,Water,Surface Water,2021-08-09,11:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T16:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104230,Sample-Routine,Water,Surface Water,2021-08-09,11:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.236,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T16:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104757,Sample-Routine,Water,Surface Water,2021-08-09,12:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.06,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104995,Sample-Routine,Water,Surface Water,2021-08-09,13:03:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.06,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-09T19:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104114,Sample-Routine,Water,Surface Water,2021-08-09,15:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.60,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T20:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104114,Sample-Routine,Water,Surface Water,2021-08-09,15:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.469,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T20:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104758,Sample-Routine,Water,Surface Water,2021-08-09,15:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.10,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-09T20:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104996,Sample-Routine,Water,Surface Water,2021-08-09,16:06:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.14,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-09T22:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102874,Sample-Routine,Water,Surface Water,2021-08-09,18:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.571,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceeded,NA,NA,NA,2021-09-14,NWIS,5,2021-08-09T23:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102874,Sample-Routine,Water,Surface Water,2021-08-09,18:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,9.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-09T23:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104115,Sample-Routine,Water,Surface Water,2021-08-09,23:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T04:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104115,Sample-Routine,Water,Surface Water,2021-08-09,23:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.446,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T04:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104759,Sample-Routine,Water,Surface Water,2021-08-09,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.889,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104997,Sample-Routine,Water,Surface Water,2021-08-10,05:53:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.719,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-10T11:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104297,Sample-Routine,Water,Surface Water,2021-08-10,09:14:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.260,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T14:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104297,Sample-Routine,Water,Surface Water,2021-08-10,09:14:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T14:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104178,Sample-Routine,Water,Surface Water,2021-08-10,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104257,Sample-Routine,Water,Surface Water,2021-08-10,11:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.67,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T16:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104257,Sample-Routine,Water,Surface Water,2021-08-10,11:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.575,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T16:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104257,Sample-Routine,Water,Surface Water,2021-08-10,11:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,25.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T16:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104257,Sample-Routine,Water,Surface Water,2021-08-10,11:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.75,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T16:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104277,Sample-Routine,Water,Surface Water,2021-08-10,12:14:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,22.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T17:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104277,Sample-Routine,Water,Surface Water,2021-08-10,12:14:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.66,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T17:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104277,Sample-Routine,Water,Surface Water,2021-08-10,12:14:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.65,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T17:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104277,Sample-Routine,Water,Surface Water,2021-08-10,12:14:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.585,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T17:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102875,Sample-Routine,Water,Surface Water,2021-08-10,12:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,14.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,holding time exceeded,NA,NA,NA,2021-09-08,NWIS,5,2021-08-10T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102875,Sample-Routine,Water,Surface Water,2021-08-10,12:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.562,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceeded,NA,NA,NA,2021-09-14,NWIS,5,2021-08-10T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104760,Sample-Routine,Water,Surface Water,2021-08-10,12:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.486,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T17:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104760,Sample-Routine,Water,Surface Water,2021-08-10,12:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.636,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T17:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104231,Sample-Routine,Water,Surface Water,2021-08-10,13:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.65,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T18:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104231,Sample-Routine,Water,Surface Water,2021-08-10,13:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.584,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T18:20:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-282815141,Sample-Routine,Water,NA,2021-08-10,14:30:00,CDT,2021-08-10,14:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.479,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-26,NA,NA,NA,NA,NA,STORET,5,2021-08-10T19:30:00Z,5,2021-08-10T19:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104116,Sample-Routine,Water,Surface Water,2021-08-10,16:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.609,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T21:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104116,Sample-Routine,Water,Surface Water,2021-08-10,16:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.68,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T21:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104643,Sample-Routine,Water,Surface Water,2021-08-10,18:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.328,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-10T23:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102859,Sample-Routine,Water,Surface Water,2021-08-10,18:54:00,CDT,2021-08-11,11:14:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,43.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,NA,NA,NA,NA,2021-09-08,NWIS,5,2021-08-10T23:54:00Z,5,2021-08-11T16:14:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102859,Sample-Routine,Water,Surface Water,2021-08-10,18:54:00,CDT,2021-08-11,11:14:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,5.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-10T23:54:00Z,5,2021-08-11T16:14:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102863,Sample-Routine,Water,Surface Water,2021-08-10,19:00:00,CDT,2021-08-11,06:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,7.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceededsample was diluted,NA,NA,NA,2021-09-14,NWIS,5,2021-08-11T00:00:00Z,5,2021-08-11T11:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102863,Sample-Routine,Water,Surface Water,2021-08-10,19:00:00,CDT,2021-08-11,06:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,18.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,NA,NA,NA,NA,2021-09-08,NWIS,5,2021-08-11T00:00:00Z,5,2021-08-11T11:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102867,Sample-Routine,Water,Surface Water,2021-08-10,20:10:00,CDT,2021-08-13,13:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,14,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.186,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-16,holding time exceeded,NA,NA,NA,2021-09-14,NWIS,5,2021-08-11T01:10:00Z,5,2021-08-13T18:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102867,Sample-Routine,Water,Surface Water,2021-08-10,20:10:00,CDT,2021-08-13,13:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,14,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,71.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-31,NA,NA,NA,NA,2021-08-30,NWIS,5,2021-08-11T01:10:00Z,5,2021-08-13T18:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104644,Sample-Routine,Water,Surface Water,2021-08-10,23:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.328,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-11T04:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104232,Sample-Routine,Water,Surface Water,2021-08-11,00:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.43,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-11T05:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104232,Sample-Routine,Water,Surface Water,2021-08-11,00:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.347,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-11T05:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104117,Sample-Routine,Water,Surface Water,2021-08-11,02:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-11T07:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104117,Sample-Routine,Water,Surface Water,2021-08-11,02:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.441,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-11T07:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102876,Sample-Routine,Water,Surface Water,2021-08-11,03:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.641,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-15,holding time exceeded,NA,NA,NA,2021-09-14,NWIS,5,2021-08-11T08:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102876,Sample-Routine,Water,Surface Water,2021-08-11,03:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,12.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-08,NA,NA,NA,NA,2021-09-08,NWIS,5,2021-08-11T08:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104998,Sample-Routine,Water,Surface Water,2021-08-11,05:29:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.568,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-11T11:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104999,Sample-Routine,Water,Surface Water,2021-08-11,06:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.652,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-11T12:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105000,Sample-Routine,Water,Surface Water,2021-08-11,18:52:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.580,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-12T00:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102877,Sample-Routine,Water,Surface Water,2021-08-12,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,21.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-31,NA,NA,NA,NA,2021-08-30,NWIS,5,2021-08-12T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102877,Sample-Routine,Water,Surface Water,2021-08-12,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.571,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-16,holding time exceeded,NA,NA,NA,2021-09-14,NWIS,5,2021-08-12T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104233,Sample-Routine,Water,Surface Water,2021-08-12,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.450,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-12T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104233,Sample-Routine,Water,Surface Water,2021-08-12,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.51,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-12T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104118,Sample-Routine,Water,Surface Water,2021-08-12,07:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.66,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-12T12:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104118,Sample-Routine,Water,Surface Water,2021-08-12,07:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.564,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-12T12:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104761,Sample-Routine,Water,Surface Water,2021-08-12,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.492,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-12T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104761,Sample-Routine,Water,Surface Water,2021-08-12,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.575,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-12T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104119,Sample-Routine,Water,Surface Water,2021-08-13,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.485,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-13T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104119,Sample-Routine,Water,Surface Water,2021-08-13,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.56,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-13T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104234,Sample-Routine,Water,Surface Water,2021-08-13,08:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.46,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-13T13:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104234,Sample-Routine,Water,Surface Water,2021-08-13,08:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.422,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-13T13:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102878,Sample-Routine,Water,Surface Water,2021-08-13,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.603,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-16,holding time exceeded,NA,NA,NA,2021-09-14,NWIS,5,2021-08-14T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102878,Sample-Routine,Water,Surface Water,2021-08-13,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,22.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-31,NA,NA,NA,NA,2021-08-30,NWIS,5,2021-08-14T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105001,Sample-Routine,Water,Surface Water,2021-08-14,00:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.405,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-14T06:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105002,Sample-Routine,Water,Surface Water,2021-08-15,16:57:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.312,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-15T22:57:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102868,Sample-Routine,Water,Surface Water,2021-08-16,07:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.054,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-16,holding time exceeded,NA,NA,NA,2021-09-14,NWIS,5,2021-08-16T12:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102868,Sample-Routine,Water,Surface Water,2021-08-16,07:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,67.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-08-31,NA,NA,NA,NA,2021-08-30,NWIS,5,2021-08-16T12:55:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-281629422,Sample-Routine,Water,NA,2021-08-16,10:50:00,CDT,2021-08-16,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.121,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-25,NA,NA,NA,NA,NA,STORET,5,2021-08-16T15:50:00Z,5,2021-08-16T15:50:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-281629422,Sample-Routine,Water,NA,2021-08-16,10:50:00,CDT,2021-08-16,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,19.3,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2021-08-23,NA,NA,NA,NA,NA,STORET,5,2021-08-16T15:50:00Z,5,2021-08-16T15:50:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104298,Sample-Routine,Water,Surface Water,2021-08-17,07:56:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-17T12:56:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104298,Sample-Routine,Water,Surface Water,2021-08-17,07:56:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.162,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-17T12:56:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284001486,Sample-Routine,Water,NA,2021-08-17,10:00:00,CDT,2021-08-17,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.323,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-08-30,NA,NA,NA,NA,NA,STORET,5,2021-08-17T15:00:00Z,5,2021-08-17T15:20:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104258,Sample-Routine,Water,Surface Water,2021-08-17,10:22:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Detected Not Quantified,Nitrate,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Lower Quantitation Limit,0.01,mg/l as N,NA,NWIS,5,2021-08-17T15:22:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104258,Sample-Routine,Water,Surface Water,2021-08-17,10:22:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-17T15:22:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104258,Sample-Routine,Water,Surface Water,2021-08-17,10:22:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.257,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-17T15:22:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104258,Sample-Routine,Water,Surface Water,2021-08-17,10:22:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,79.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-17T15:22:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104278,Sample-Routine,Water,Surface Water,2021-08-17,10:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.177,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-17T15:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104278,Sample-Routine,Water,Surface Water,2021-08-17,10:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Detected Not Quantified,Nitrate,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Lower Quantitation Limit,0.01,mg/l as N,NA,NWIS,5,2021-08-17T15:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104278,Sample-Routine,Water,Surface Water,2021-08-17,10:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,62.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-17T15:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104278,Sample-Routine,Water,Surface Water,2021-08-17,10:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-17T15:46:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284002216,Sample-Routine,Water,NA,2021-08-23,11:15:00,CDT,2021-08-23,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10010769,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.166,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-01,NA,NA,NA,NA,NA,STORET,5,2021-08-23T16:15:00Z,5,2021-08-23T16:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284980354,Sample-Routine,Water,NA,2021-08-23,16:45:00,CDT,2021-08-23,17:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.186,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-10,NA,NA,NA,NA,NA,STORET,5,2021-08-23T21:45:00Z,5,2021-08-23T22:02:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104299,Sample-Routine,Water,Surface Water,2021-08-24,07:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.090,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-24T12:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104299,Sample-Routine,Water,Surface Water,2021-08-24,07:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-24T12:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104259,Sample-Routine,Water,Surface Water,2021-08-24,09:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-24T14:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104259,Sample-Routine,Water,Surface Water,2021-08-24,09:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,131,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-24T14:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104259,Sample-Routine,Water,Surface Water,2021-08-24,09:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.225,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-24T14:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104259,Sample-Routine,Water,Surface Water,2021-08-24,09:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.95,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-24T14:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104279,Sample-Routine,Water,Surface Water,2021-08-24,10:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,95.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-24T15:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104279,Sample-Routine,Water,Surface Water,2021-08-24,10:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.134,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-24T15:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104279,Sample-Routine,Water,Surface Water,2021-08-24,10:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.93,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-24T15:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104279,Sample-Routine,Water,Surface Water,2021-08-24,10:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-24T15:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105003,Sample-Routine,Water,Surface Water,2021-08-24,10:33:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.258,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-24T16:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103251,Sample-Routine,Water,Surface Water,2021-08-24,11:45:00,CDT,2021-08-24,18:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,70.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-03,NA,NA,NA,NA,2021-09-03,NWIS,5,2021-08-24T16:45:00Z,5,2021-08-24T23:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103251,Sample-Routine,Water,Surface Water,2021-08-24,11:45:00,CDT,2021-08-24,18:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.7,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-29,holding time exceededsample was diluted,NA,NA,NA,2021-09-28,NWIS,5,2021-08-24T16:45:00Z,5,2021-08-24T23:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102860,Sample-Routine,Water,Surface Water,2021-08-24,11:46:00,CDT,2021-08-24,20:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-29,holding time exceededsample was diluted,NA,NA,NA,2021-09-28,NWIS,5,2021-08-24T16:46:00Z,5,2021-08-25T01:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02102860,Sample-Routine,Water,Surface Water,2021-08-24,11:46:00,CDT,2021-08-24,20:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,58.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-03,NA,NA,NA,NA,2021-09-03,NWIS,5,2021-08-24T16:46:00Z,5,2021-08-25T01:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103255,Sample-Routine,Water,Surface Water,2021-08-24,12:00:00,CDT,2021-08-25,13:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.326,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-29,holding time exceeded,NA,NA,NA,2021-09-28,NWIS,5,2021-08-24T17:00:00Z,5,2021-08-25T18:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103255,Sample-Routine,Water,Surface Water,2021-08-24,12:00:00,CDT,2021-08-25,13:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,69.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-03,NA,NA,NA,NA,2021-09-03,NWIS,5,2021-08-24T17:00:00Z,5,2021-08-25T18:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103244,Sample-Routine,Water,Surface Water,2021-08-24,12:03:00,CDT,2021-08-24,13:49:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,20.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-03,NA,NA,NA,NA,2021-09-03,NWIS,5,2021-08-24T17:03:00Z,5,2021-08-24T18:49:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103244,Sample-Routine,Water,Surface Water,2021-08-24,12:03:00,CDT,2021-08-24,13:49:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-29,holding time exceededsample was diluted,NA,NA,NA,2021-09-28,NWIS,5,2021-08-24T17:03:00Z,5,2021-08-24T18:49:59Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284002493,Sample-Routine,Water,NA,2021-08-24,17:45:00,CDT,2021-08-24,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.243,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-07,NA,NA,NA,NA,NA,STORET,5,2021-08-24T22:45:00Z,5,2021-08-24T23:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284002543,Sample-Routine,Water,NA,2021-08-24,17:45:00,CDT,2021-08-24,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.230,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-07,NA,NA,NA,NA,NA,STORET,5,2021-08-24T22:45:00Z,5,2021-08-24T23:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284002530,Sample-Routine,Water,NA,2021-08-24,18:15:00,CDT,2021-08-24,18:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0980,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-07,NA,NA,NA,NA,NA,STORET,5,2021-08-24T23:15:00Z,5,2021-08-24T23:35:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284980342,Sample-Routine,Water,NA,2021-08-25,10:00:00,CDT,2021-08-25,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.131,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-10,NA,NA,NA,NA,NA,STORET,5,2021-08-25T15:00:00Z,5,2021-08-25T15:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284002506,Sample-Routine,Water,NA,2021-08-25,14:45:00,CDT,2021-08-25,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0478,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-07,NA,NA,NA,NA,NA,STORET,5,2021-08-25T19:45:00Z,5,2021-08-25T20:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284002518,Sample-Routine,Water,NA,2021-08-25,14:45:00,CDT,2021-08-25,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0445,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-07,NA,NA,NA,NA,NA,STORET,5,2021-08-25T19:45:00Z,5,2021-08-25T20:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103261,Sample-Routine,Water,Surface Water,2021-08-25,16:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.352,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-29,holding time exceeded,NA,NA,NA,2021-09-28,NWIS,5,2021-08-25T21:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103261,Sample-Routine,Water,Surface Water,2021-08-25,16:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,46.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-03,NA,NA,NA,NA,2021-09-03,NWIS,5,2021-08-25T21:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103256,Sample-Routine,Water,Surface Water,2021-08-26,06:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.051,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-09-29,holding time exceeded,NA,NA,NA,2021-09-28,NWIS,5,2021-08-26T11:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103256,Sample-Routine,Water,Surface Water,2021-08-26,06:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,72.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-03,NA,NA,NA,NA,2021-09-03,NWIS,5,2021-08-26T11:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104059,Sample-Routine,Water,Surface Water,2021-08-26,16:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-26T21:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104059,Sample-Routine,Water,Surface Water,2021-08-26,16:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.087,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-26T21:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104762,Sample-Routine,Water,Surface Water,2021-08-26,17:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.208,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-26T22:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104762,Sample-Routine,Water,Surface Water,2021-08-26,17:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.258,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-26T22:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103248,Sample-Routine,Water,Surface Water,2021-08-27,01:42:00,CDT,2021-08-28,00:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-13,holding time exceededsample was diluted,NA,NA,NA,2021-10-12,NWIS,5,2021-08-27T06:42:00Z,5,2021-08-28T05:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103248,Sample-Routine,Water,Surface Water,2021-08-27,01:42:00,CDT,2021-08-28,00:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,47.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-27T06:42:00Z,5,2021-08-28T05:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103252,Sample-Routine,Water,Surface Water,2021-08-27,02:00:00,CDT,2021-08-28,00:51:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,17,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,60.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-27T07:00:00Z,5,2021-08-28T05:51:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103252,Sample-Routine,Water,Surface Water,2021-08-27,02:00:00,CDT,2021-08-28,00:51:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,17,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-13,holding time exceededsample was diluted,NA,NA,NA,2021-10-12,NWIS,5,2021-08-27T07:00:00Z,5,2021-08-28T05:51:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104235,Sample-Routine,Water,Surface Water,2021-08-27,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-27T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104235,Sample-Routine,Water,Surface Water,2021-08-27,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.145,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-27T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105004,Sample-Routine,Water,Surface Water,2021-08-27,03:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.258,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-27T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103241,Sample-Routine,Water,Surface Water,2021-08-27,04:40:00,CDT,2021-08-27,08:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,10.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-27T09:40:00Z,5,2021-08-27T13:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103241,Sample-Routine,Water,Surface Water,2021-08-27,04:40:00,CDT,2021-08-27,08:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.7,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-13,holding time exceededsample was diluted,NA,NA,NA,2021-10-12,NWIS,5,2021-08-27T09:40:00Z,5,2021-08-27T13:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103245,Sample-Routine,Water,Surface Water,2021-08-27,04:45:00,CDT,2021-08-27,07:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,3.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-27T09:45:00Z,5,2021-08-27T12:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103257,Sample-Routine,Water,Surface Water,2021-08-27,04:45:00,CDT,2021-08-27,22:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,65.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-27T09:45:00Z,5,2021-08-28T03:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103245,Sample-Routine,Water,Surface Water,2021-08-27,04:45:00,CDT,2021-08-27,07:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-05,holding time exceededsample was diluted,NA,NA,NA,2021-09-29,NWIS,5,2021-08-27T09:45:00Z,5,2021-08-27T12:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103257,Sample-Routine,Water,Surface Water,2021-08-27,04:45:00,CDT,2021-08-27,22:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.705,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,holding time exceeded,NA,NA,NA,2021-10-05,NWIS,5,2021-08-27T09:45:00Z,5,2021-08-28T03:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104763,Sample-Routine,Water,Surface Water,2021-08-27,05:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.854,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-27T10:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105005,Sample-Routine,Water,Surface Water,2021-08-27,05:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.14,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-27T11:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104120,Sample-Routine,Water,Surface Water,2021-08-27,06:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-27T11:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104120,Sample-Routine,Water,Surface Water,2021-08-27,06:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.232,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-27T11:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105006,Sample-Routine,Water,Surface Water,2021-08-27,09:06:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.852,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-27T15:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104764,Sample-Routine,Water,Surface Water,2021-08-27,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.897,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-27T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105007,Sample-Routine,Water,Surface Water,2021-08-27,10:42:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.94,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-27T16:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103262,Sample-Routine,Water,Surface Water,2021-08-27,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.450,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,holding time exceeded,NA,NA,NA,2021-10-05,NWIS,5,2021-08-27T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103262,Sample-Routine,Water,Surface Water,2021-08-27,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,41.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-27T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104765,Sample-Routine,Water,Surface Water,2021-08-27,14:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.03,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-27T19:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104766,Sample-Routine,Water,Surface Water,2021-08-27,18:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.34,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-27T23:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103258,Sample-Routine,Water,Surface Water,2021-08-27,22:15:00,CDT,2021-08-28,23:40:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.658,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,holding time exceeded,NA,NA,NA,2021-10-05,NWIS,5,2021-08-28T03:15:00Z,5,2021-08-29T04:40:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103258,Sample-Routine,Water,Surface Water,2021-08-27,22:15:00,CDT,2021-08-28,23:40:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,53.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-28T03:15:00Z,5,2021-08-29T04:40:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103246,Sample-Routine,Water,Surface Water,2021-08-27,22:24:00,CDT,2021-08-28,07:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,13,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-05,holding time exceeded,NA,NA,NA,2021-09-29,NWIS,5,2021-08-28T03:24:00Z,5,2021-08-28T12:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103246,Sample-Routine,Water,Surface Water,2021-08-27,22:24:00,CDT,2021-08-28,07:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,13,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,2.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-28T03:24:00Z,5,2021-08-28T12:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103242,Sample-Routine,Water,Surface Water,2021-08-27,22:30:00,CDT,2021-08-28,07:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-05,holding time exceededsample was diluted,NA,NA,NA,2021-09-29,NWIS,5,2021-08-28T03:30:00Z,5,2021-08-28T12:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103242,Sample-Routine,Water,Surface Water,2021-08-27,22:30:00,CDT,2021-08-28,07:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,5.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-28T03:30:00Z,5,2021-08-28T12:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104767,Sample-Routine,Water,Surface Water,2021-08-27,22:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.07,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T03:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105139,Sample-Routine,Water,Surface Water,2021-08-27,23:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.143,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-28T05:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103249,Sample-Routine,Water,Surface Water,2021-08-28,00:45:00,CDT,2021-08-29,01:07:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,30.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-28T05:45:00Z,5,2021-08-29T06:07:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103249,Sample-Routine,Water,Surface Water,2021-08-28,00:45:00,CDT,2021-08-29,01:07:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-05,holding time exceededsample was diluted,NA,NA,NA,2021-10-04,NWIS,5,2021-08-28T05:45:00Z,5,2021-08-29T06:07:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103253,Sample-Routine,Water,Surface Water,2021-08-28,00:51:00,CDT,2021-08-28,11:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,5.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,holding time exceededsample was diluted,NA,NA,NA,2021-10-05,NWIS,5,2021-08-28T05:51:00Z,5,2021-08-28T16:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103253,Sample-Routine,Water,Surface Water,2021-08-28,00:51:00,CDT,2021-08-28,11:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,25.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-28T05:51:00Z,5,2021-08-28T16:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105008,Sample-Routine,Water,Surface Water,2021-08-28,00:26:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.07,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-28T06:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104236,Sample-Routine,Water,Surface Water,2021-08-28,01:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.059,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T06:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104236,Sample-Routine,Water,Surface Water,2021-08-28,01:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T06:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103263,Sample-Routine,Water,Surface Water,2021-08-28,03:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,23.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-28T08:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103263,Sample-Routine,Water,Surface Water,2021-08-28,03:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.819,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,holding time exceeded,NA,NA,NA,2021-10-05,NWIS,5,2021-08-28T08:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104768,Sample-Routine,Water,Surface Water,2021-08-28,03:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.60,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T08:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105140,Sample-Routine,Water,Surface Water,2021-08-28,02:58:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.497,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-28T08:58:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104769,Sample-Routine,Water,Surface Water,2021-08-28,04:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.23,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104770,Sample-Routine,Water,Surface Water,2021-08-28,05:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.79,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T10:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104771,Sample-Routine,Water,Surface Water,2021-08-28,07:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.55,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T12:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104121,Sample-Routine,Water,Surface Water,2021-08-28,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.74,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104121,Sample-Routine,Water,Surface Water,2021-08-28,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.498,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104772,Sample-Routine,Water,Surface Water,2021-08-28,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.96,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105141,Sample-Routine,Water,Surface Water,2021-08-28,09:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.332,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-28T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104773,Sample-Routine,Water,Surface Water,2021-08-28,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.53,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T15:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104773,Sample-Routine,Water,Surface Water,2021-08-28,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.446,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T15:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104774,Sample-Routine,Water,Surface Water,2021-08-28,13:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.31,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T18:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103264,Sample-Routine,Water,Surface Water,2021-08-28,15:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.738,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,holding time exceeded,NA,NA,NA,2021-10-05,NWIS,5,2021-08-28T20:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103264,Sample-Routine,Water,Surface Water,2021-08-28,15:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,22.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-28T20:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104775,Sample-Routine,Water,Surface Water,2021-08-28,15:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.28,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T20:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104237,Sample-Routine,Water,Surface Water,2021-08-28,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.355,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104237,Sample-Routine,Water,Surface Water,2021-08-28,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.45,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-28T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104776,Sample-Routine,Water,Surface Water,2021-08-28,20:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.991,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-29T01:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103259,Sample-Routine,Water,Surface Water,2021-08-28,23:40:00,CDT,2021-08-30,20:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,62.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-29T04:40:00Z,5,2021-08-31T01:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103259,Sample-Routine,Water,Surface Water,2021-08-28,23:40:00,CDT,2021-08-30,20:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.364,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,holding time exceeded,NA,NA,NA,2021-10-05,NWIS,5,2021-08-29T04:40:00Z,5,2021-08-31T01:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104122,Sample-Routine,Water,Surface Water,2021-08-28,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.72,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-29T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104122,Sample-Routine,Water,Surface Water,2021-08-28,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.588,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-29T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105142,Sample-Routine,Water,Surface Water,2021-08-28,23:26:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.317,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-29T05:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103247,Sample-Routine,Water,Surface Water,2021-08-29,00:45:00,CDT,2021-08-29,05:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,10.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-29T05:45:00Z,5,2021-08-29T10:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103247,Sample-Routine,Water,Surface Water,2021-08-29,00:45:00,CDT,2021-08-29,05:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.868,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-05,holding time exceeded,NA,NA,NA,2021-10-04,NWIS,5,2021-08-29T05:45:00Z,5,2021-08-29T10:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103265,Sample-Routine,Water,Surface Water,2021-08-29,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.661,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,holding time exceeded,NA,NA,NA,2021-10-05,NWIS,5,2021-08-29T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103265,Sample-Routine,Water,Surface Water,2021-08-29,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,14.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-29T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103250,Sample-Routine,Water,Surface Water,2021-08-29,01:07:00,CDT,2021-08-29,22:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-13,holding time exceededsample was diluted,NA,NA,NA,2021-10-12,NWIS,5,2021-08-29T06:07:00Z,5,2021-08-30T03:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103250,Sample-Routine,Water,Surface Water,2021-08-29,01:07:00,CDT,2021-08-29,22:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,28.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-29T06:07:00Z,5,2021-08-30T03:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103254,Sample-Routine,Water,Surface Water,2021-08-29,01:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,20.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-29T06:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103254,Sample-Routine,Water,Surface Water,2021-08-29,01:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,8.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,holding time exceededsample was diluted,NA,NA,NA,2021-10-05,NWIS,5,2021-08-29T06:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103243,Sample-Routine,Water,Surface Water,2021-08-29,01:32:00,CDT,2021-08-29,08:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,13.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-29T06:32:00Z,5,2021-08-29T13:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103243,Sample-Routine,Water,Surface Water,2021-08-29,01:32:00,CDT,2021-08-29,08:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-13,holding time exceededsample was diluted,NA,NA,NA,2021-10-12,NWIS,5,2021-08-29T06:32:00Z,5,2021-08-29T13:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104777,Sample-Routine,Water,Surface Water,2021-08-29,02:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.777,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-29T07:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104238,Sample-Routine,Water,Surface Water,2021-08-29,02:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.42,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-29T07:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104238,Sample-Routine,Water,Surface Water,2021-08-29,02:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.231,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-29T07:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105143,Sample-Routine,Water,Surface Water,2021-08-29,02:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.442,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-08-29T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104239,Sample-Routine,Water,Surface Water,2021-08-29,05:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.234,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-29T10:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104239,Sample-Routine,Water,Surface Water,2021-08-29,05:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.50,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-29T10:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104778,Sample-Routine,Water,Surface Water,2021-08-29,07:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.44,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-29T12:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104123,Sample-Routine,Water,Surface Water,2021-08-29,11:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.454,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-29T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104123,Sample-Routine,Water,Surface Water,2021-08-29,11:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.58,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-29T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104779,Sample-Routine,Water,Surface Water,2021-08-29,16:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.998,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-29T21:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103266,Sample-Routine,Water,Surface Water,2021-08-29,19:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,17.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-24,NA,NA,NA,NA,2021-09-23,NWIS,5,2021-08-30T00:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103266,Sample-Routine,Water,Surface Water,2021-08-29,19:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.596,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,holding time exceeded,NA,NA,NA,2021-10-05,NWIS,5,2021-08-30T00:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104780,Sample-Routine,Water,Surface Water,2021-08-30,05:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.908,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-30T10:25:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284980388,Sample-Routine,Water,NA,2021-08-30,08:04:00,CDT,2021-08-30,08:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.361,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-10,NA,NA,NA,NA,NA,STORET,5,2021-08-30T13:04:00Z,5,2021-08-30T13:13:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104124,Sample-Routine,Water,Surface Water,2021-08-30,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.530,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-30T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104124,Sample-Routine,Water,Surface Water,2021-08-30,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.64,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-30T14:40:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-OL:202108301120:SR,Sample-Routine,Water,NA,2021-08-30,11:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-OL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.087,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-09-03,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-08-30T16:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103267,Sample-Routine,Water,Surface Water,2021-08-30,12:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,24.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-30,holding time exceeded,NA,NA,NA,2021-09-29,NWIS,5,2021-08-30T17:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103267,Sample-Routine,Water,Surface Water,2021-08-30,12:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.587,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,NA,NA,NA,NA,2021-10-05,NWIS,5,2021-08-30T17:45:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCPP:202108301315:SR,Sample-Routine,Water,NA,2021-08-30,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCPP,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.39,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-09-03,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-08-30T18:15:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-LBN:202108301330:SR,Sample-Routine,Water,NA,2021-08-30,13:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-LBN,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.071,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-09-03,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-08-30T18:30:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-THCC:202108301340:SR,Sample-Routine,Water,NA,2021-08-30,13:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-THCC,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.030,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-09-03,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-08-30T18:40:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202108301415:SR,Sample-Routine,Water,NA,2021-08-30,14:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.059,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-09-03,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-08-30T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104240,Sample-Routine,Water,Surface Water,2021-08-30,15:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.664,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-30T20:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104240,Sample-Routine,Water,Surface Water,2021-08-30,15:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.75,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-30T20:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104179,Sample-Routine,Water,Surface Water,2021-08-30,16:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,KJ020,USGS,"P, wu, WCA, Kjeldahl, DA",NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-30T21:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103268,Sample-Routine,Water,Surface Water,2021-08-31,05:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.564,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,NA,NA,NA,NA,2021-10-05,NWIS,5,2021-08-31T10:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103268,Sample-Routine,Water,Surface Water,2021-08-31,05:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,26.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-30,holding time exceeded,NA,NA,NA,2021-09-29,NWIS,5,2021-08-31T10:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103260,Sample-Routine,Water,Surface Water,2021-08-31,05:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.079,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,NA,NA,NA,NA,2021-10-05,NWIS,5,2021-08-31T10:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103260,Sample-Routine,Water,Surface Water,2021-08-31,05:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,66.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-30,holding time exceeded,NA,NA,NA,2021-09-29,NWIS,5,2021-08-31T10:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104125,Sample-Routine,Water,Surface Water,2021-08-31,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.54,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-31T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104125,Sample-Routine,Water,Surface Water,2021-08-31,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.458,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-31T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104241,Sample-Routine,Water,Surface Water,2021-08-31,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.651,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-31T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104241,Sample-Routine,Water,Surface Water,2021-08-31,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.73,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-08-31T13:30:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCCL:202108311330:SR,Sample-Routine,Water,NA,2021-08-31,13:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCCL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.89,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-09-03,NA,Instrument Detection Level,0.012,mg/L,NA,STORET,5,2021-08-31T18:30:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCFF:202108311445:SR,Sample-Routine,Water,NA,2021-08-31,14:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCFF,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.19,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-09-03,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-08-31T19:45:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCBW:202108311500:SR,Sample-Routine,Water,NA,2021-08-31,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCBW,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.19,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-09-03,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-08-31T20:00:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCU:202108311525:SR,Sample-Routine,Water,NA,2021-08-31,15:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCU,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.21,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-09-03,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-08-31T20:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104300,Sample-Routine,Water,Surface Water,2021-09-01,07:43:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T12:43:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104300,Sample-Routine,Water,Surface Water,2021-09-01,07:43:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.225,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T12:43:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104781,Sample-Routine,Water,Surface Water,2021-09-01,09:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.474,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T14:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104260,Sample-Routine,Water,Surface Water,2021-09-01,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.87,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104260,Sample-Routine,Water,Surface Water,2021-09-01,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.44,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104260,Sample-Routine,Water,Surface Water,2021-09-01,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.393,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104260,Sample-Routine,Water,Surface Water,2021-09-01,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,54.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104280,Sample-Routine,Water,Surface Water,2021-09-01,10:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.13,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T15:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104280,Sample-Routine,Water,Surface Water,2021-09-01,10:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.61,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T15:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104280,Sample-Routine,Water,Surface Water,2021-09-01,10:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.553,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T15:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104280,Sample-Routine,Water,Surface Water,2021-09-01,10:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,34.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T15:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104060,Sample-Routine,Water,Surface Water,2021-09-01,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.222,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104060,Sample-Routine,Water,Surface Water,2021-09-01,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104046,Sample-Routine,Water,Surface Water,2021-09-01,11:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.60,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T16:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104046,Sample-Routine,Water,Surface Water,2021-09-01,11:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.563,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T16:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104045,Sample-Routine,Water,Surface Water,2021-09-01,11:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.42,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T16:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104045,Sample-Routine,Water,Surface Water,2021-09-01,11:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.363,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-01T16:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105009,Sample-Routine,Water,Surface Water,2021-09-02,17:34:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.358,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-09-02T23:34:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105144,Sample-Routine,Water,Surface Water,2021-09-03,12:12:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.228,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-09-03T18:12:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105010,Sample-Routine,Water,Surface Water,2021-09-07,03:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.257,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-09-07T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103238,Sample-Routine,Water,Surface Water,2021-09-08,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,18.5,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2021-10-06,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2021-09-08T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103238,Sample-Routine,Water,Surface Water,2021-09-08,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.04,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-08T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103238,Sample-Routine,Water,Surface Water,2021-09-08,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.234,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-08T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103238,Sample-Routine,Water,Surface Water,2021-09-08,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.146,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2021-09-22,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2021-09-08T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103580,Sample-Routine,Water,Surface Water,2021-09-13,09:54:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-30,NA,NA,NA,NA,2021-09-29,NWIS,5,2021-09-13T14:54:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103580,Sample-Routine,Water,Surface Water,2021-09-13,09:54:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.272,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,NA,NA,NA,NA,2021-10-05,NWIS,5,2021-09-13T14:54:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103579,Sample-Routine,Water,Surface Water,2021-09-13,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.042,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-06,NA,NA,NA,NA,2021-10-05,NWIS,5,2021-09-13T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02103579,Sample-Routine,Water,Surface Water,2021-09-13,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,68.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-09-30,NA,NA,NA,NA,2021-09-29,NWIS,5,2021-09-13T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104061,Sample-Routine,Water,Surface Water,2021-09-13,12:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-13T17:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104061,Sample-Routine,Water,Surface Water,2021-09-13,12:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.114,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-13T17:00:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284014054,Sample-Routine,Water,NA,2021-09-13,12:30:00,CDT,2021-09-13,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,18.6,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2021-09-20,NA,NA,NA,NA,NA,STORET,5,2021-09-13T17:30:00Z,5,2021-09-13T17:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284014054,Sample-Routine,Water,NA,2021-09-13,12:30:00,CDT,2021-09-13,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.109,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-23,NA,NA,NA,NA,NA,STORET,5,2021-09-13T17:30:00Z,5,2021-09-13T17:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104782,Sample-Routine,Water,Surface Water,2021-09-13,17:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.172,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-13T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104782,Sample-Routine,Water,Surface Water,2021-09-13,17:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.146,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-13T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104301,Sample-Routine,Water,Surface Water,2021-09-14,07:47:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.108,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-14T12:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104301,Sample-Routine,Water,Surface Water,2021-09-14,07:47:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-14T12:47:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-285903726,Sample-Routine,Water,NA,2021-09-14,08:15:00,CDT,2021-09-14,08:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.724,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-23,NA,NA,NA,NA,NA,STORET,5,2021-09-14T13:15:00Z,5,2021-09-14T13:55:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104261,Sample-Routine,Water,Surface Water,2021-09-14,09:47:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,130,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-14T14:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104261,Sample-Routine,Water,Surface Water,2021-09-14,09:47:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.80,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-14T14:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104261,Sample-Routine,Water,Surface Water,2021-09-14,09:47:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.174,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-14T14:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104261,Sample-Routine,Water,Surface Water,2021-09-14,09:47:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-14T14:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104281,Sample-Routine,Water,Surface Water,2021-09-14,10:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,103,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-14T15:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104281,Sample-Routine,Water,Surface Water,2021-09-14,10:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.115,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-14T15:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104281,Sample-Routine,Water,Surface Water,2021-09-14,10:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.10,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-14T15:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104281,Sample-Routine,Water,Surface Water,2021-09-14,10:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-14T15:06:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-287127955,Sample-Routine,Water,NA,2021-09-19,18:50:00,CDT,2021-09-19,19:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0942,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-10-05,NA,NA,NA,NA,NA,STORET,5,2021-09-19T23:50:00Z,5,2021-09-20T00:13:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-287749972,Sample-Routine,Water,NA,2021-09-21,11:15:00,CDT,2021-09-21,12:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.167,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-30,NA,NA,NA,NA,NA,STORET,5,2021-09-21T16:15:00Z,5,2021-09-21T17:04:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104126,Sample-Routine,Water,Surface Water,2021-09-21,12:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.098,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-21T17:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02104126,Sample-Routine,Water,Surface Water,2021-09-21,12:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-09-21T17:40:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-287750535,Sample-Routine,Water,NA,2021-09-22,16:10:00,CDT,2021-09-22,16:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.232,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-10-05,NA,NA,NA,NA,NA,STORET,5,2021-09-22T21:10:00Z,5,2021-09-22T21:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-287750552,Sample-Routine,Water,NA,2021-09-22,17:40:00,CDT,2021-09-22,17:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.175,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-10-05,NA,NA,NA,NA,NA,STORET,5,2021-09-22T22:40:00Z,5,2021-09-22T22:55:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-287750565,Sample-Routine,Water,NA,2021-09-22,18:10:00,CDT,2021-09-22,18:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0907,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-10-05,NA,NA,NA,NA,NA,STORET,5,2021-09-22T23:10:00Z,5,2021-09-22T23:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-287750578,Sample-Routine,Water,NA,2021-09-23,15:30:00,CDT,2021-09-23,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0372,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-10-05,NA,NA,NA,NA,NA,STORET,5,2021-09-23T20:30:00Z,5,2021-09-23T20:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-287750791,Sample-Routine,Water,NA,2021-09-27,09:15:00,CDT,2021-09-27,09:27:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0450,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-10-07,NA,NA,NA,NA,NA,STORET,5,2021-09-27T14:15:00Z,5,2021-09-27T14:27:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-287750691,Sample-Routine,Water,NA,2021-09-27,10:45:00,CDT,2021-09-27,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.178,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-10-07,NA,NA,NA,NA,NA,STORET,5,2021-09-27T15:45:00Z,5,2021-09-27T15:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-287750679,Sample-Routine,Water,NA,2021-09-27,10:50:00,CDT,2021-09-27,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.125,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-10-07,NA,NA,NA,NA,NA,STORET,5,2021-09-27T15:50:00Z,5,2021-09-27T15:50:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-287750766,Sample-Routine,Water,NA,2021-09-27,16:40:00,CDT,2021-09-27,16:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.283,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-10-07,NA,NA,NA,NA,NA,STORET,5,2021-09-27T21:40:00Z,5,2021-09-27T21:40:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-287750703,Sample-Routine,Water,NA,2021-09-27,17:00:00,CDT,2021-09-27,17:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.257,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-10-07,NA,NA,NA,NA,NA,STORET,5,2021-09-27T22:00:00Z,5,2021-09-27T22:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-287750779,Sample-Routine,Water,NA,2021-09-27,17:35:00,CDT,2021-09-27,17:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.213,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-10-07,NA,NA,NA,NA,NA,STORET,5,2021-09-27T22:35:00Z,5,2021-09-27T22:35:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105145,Sample-Routine,Water,Surface Water,2021-09-30,19:04:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.172,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-10-01T01:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105146,Sample-Routine,Water,Surface Water,2021-09-30,23:59:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.172,mg/l as P,NA,Preliminary,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-10-01T05:59:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02105011,Sample-Routine,Water,Surface Water,2021-09-30,23:59:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.172,mg/l as P,NA,Accepted,NA,Estimated,NA,NA,NA,NA,NA,value estimated using GCLAS,00665,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-10-01T05:59:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200089,Sample-Routine,Water,Surface Water,2021-10-03,08:00:00,CDT,2021-10-03,12:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,10.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-26,NA,NA,NA,NA,2021-10-26,NWIS,5,2021-10-03T13:00:00Z,5,2021-10-03T17:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200090,Sample-Routine,Water,Surface Water,2021-10-03,08:00:00,CDT,2021-10-04,10:10:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.340,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-28,NA,NA,NA,NA,2021-10-27,NWIS,5,2021-10-03T13:00:00Z,5,2021-10-04T15:10:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200089,Sample-Routine,Water,Surface Water,2021-10-03,08:00:00,CDT,2021-10-03,12:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.7,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-28,sample was diluted,NA,NA,NA,2021-10-27,NWIS,5,2021-10-03T13:00:00Z,5,2021-10-03T17:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200090,Sample-Routine,Water,Surface Water,2021-10-03,08:00:00,CDT,2021-10-04,10:10:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,62.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-26,NA,NA,NA,NA,2021-10-26,NWIS,5,2021-10-03T13:00:00Z,5,2021-10-04T15:10:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200087,Sample-Routine,Water,Surface Water,2021-10-03,08:02:00,CDT,2021-10-03,10:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,3.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-26,NA,NA,NA,NA,2021-10-26,NWIS,5,2021-10-03T13:02:00Z,5,2021-10-03T15:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200087,Sample-Routine,Water,Surface Water,2021-10-03,08:02:00,CDT,2021-10-03,10:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.738,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-28,NA,NA,NA,NA,2021-10-27,NWIS,5,2021-10-03T13:02:00Z,5,2021-10-03T15:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200088,Sample-Routine,Water,Surface Water,2021-10-03,08:03:00,CDT,2021-10-05,17:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,21.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-26,NA,NA,NA,NA,2021-10-26,NWIS,5,2021-10-03T13:03:00Z,5,2021-10-05T22:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200088,Sample-Routine,Water,Surface Water,2021-10-03,08:03:00,CDT,2021-10-05,17:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-28,sample was diluted,NA,NA,NA,2021-10-27,NWIS,5,2021-10-03T13:03:00Z,5,2021-10-05T22:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200093,Sample-Routine,Water,Surface Water,2021-10-03,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-28,sample was diluted,NA,NA,NA,2021-10-27,NWIS,5,2021-10-03T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200093,Sample-Routine,Water,Surface Water,2021-10-03,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,27.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-26,NA,NA,NA,NA,2021-10-26,NWIS,5,2021-10-03T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200086,Sample-Routine,Water,Surface Water,2021-10-03,10:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,74.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-26,NA,NA,NA,NA,2021-10-26,NWIS,5,2021-10-03T15:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200086,Sample-Routine,Water,Surface Water,2021-10-03,10:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,5.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-11-03,holding time exceededsample was diluted,NA,NA,NA,2021-11-01,NWIS,5,2021-10-03T15:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200094,Sample-Routine,Water,Surface Water,2021-10-03,11:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.655,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-28,NA,NA,NA,NA,2021-10-27,NWIS,5,2021-10-03T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200094,Sample-Routine,Water,Surface Water,2021-10-03,11:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,36.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-26,NA,NA,NA,NA,2021-10-26,NWIS,5,2021-10-03T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200095,Sample-Routine,Water,Surface Water,2021-10-03,12:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.998,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-28,sample was diluted,NA,NA,NA,2021-10-27,NWIS,5,2021-10-03T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200095,Sample-Routine,Water,Surface Water,2021-10-03,12:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,24.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-26,NA,NA,NA,NA,2021-10-26,NWIS,5,2021-10-03T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200100,Sample-Routine,Water,Surface Water,2021-10-03,16:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.813,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-28,sample was diluted,NA,NA,NA,2021-10-27,NWIS,5,2021-10-03T21:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200100,Sample-Routine,Water,Surface Water,2021-10-03,16:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,115,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-26,sample was diluted,NA,NA,NA,2021-10-26,NWIS,5,2021-10-03T21:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200101,Sample-Routine,Water,Surface Water,2021-10-03,20:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,54.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-26,NA,NA,NA,NA,2021-10-26,NWIS,5,2021-10-04T01:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200101,Sample-Routine,Water,Surface Water,2021-10-03,20:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-28,sample was diluted,NA,NA,NA,2021-10-27,NWIS,5,2021-10-04T01:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200096,Sample-Routine,Water,Surface Water,2021-10-03,21:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.885,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-11-03,holding time exceeded,NA,NA,NA,2021-11-01,NWIS,5,2021-10-04T02:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200096,Sample-Routine,Water,Surface Water,2021-10-03,21:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,35.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-28,NA,NA,NA,NA,2021-10-28,NWIS,5,2021-10-04T02:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200102,Sample-Routine,Water,Surface Water,2021-10-04,00:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,48.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-26,NA,NA,NA,NA,2021-10-26,NWIS,5,2021-10-04T05:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200102,Sample-Routine,Water,Surface Water,2021-10-04,00:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-28,sample was diluted,NA,NA,NA,2021-10-27,NWIS,5,2021-10-04T05:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200480,Sample-Routine,Water,Surface Water,2021-10-04,07:57:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-04T12:57:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200480,Sample-Routine,Water,Surface Water,2021-10-04,07:57:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.084,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-04T12:57:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200103,Sample-Routine,Water,Surface Water,2021-10-04,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-28,NA,NA,NA,NA,2021-10-27,NWIS,5,2021-10-04T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200103,Sample-Routine,Water,Surface Water,2021-10-04,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,40.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-26,NA,NA,NA,NA,2021-10-26,NWIS,5,2021-10-04T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200470,Sample-Routine,Water,Surface Water,2021-10-04,10:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.091,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-04T15:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200470,Sample-Routine,Water,Surface Water,2021-10-04,10:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,80.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-04T15:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200470,Sample-Routine,Water,Surface Water,2021-10-04,10:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-04T15:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200470,Sample-Routine,Water,Surface Water,2021-10-04,10:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.55,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-04T15:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200475,Sample-Routine,Water,Surface Water,2021-10-04,10:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.25,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-04T15:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200475,Sample-Routine,Water,Surface Water,2021-10-04,10:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-04T15:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200475,Sample-Routine,Water,Surface Water,2021-10-04,10:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,167,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-04T15:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200475,Sample-Routine,Water,Surface Water,2021-10-04,10:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.068,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-04T15:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200091,Sample-Routine,Water,Surface Water,2021-10-04,13:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.087,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-10-28,NA,NA,NA,NA,2021-10-27,NWIS,5,2021-10-04T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200091,Sample-Routine,Water,Surface Water,2021-10-04,13:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,75.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-26,NA,NA,NA,NA,2021-10-26,NWIS,5,2021-10-04T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200097,Sample-Routine,Water,Surface Water,2021-10-04,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,65.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-28,NA,NA,NA,NA,2021-10-28,NWIS,5,2021-10-04T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200097,Sample-Routine,Water,Surface Water,2021-10-04,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.704,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-11-03,NA,NA,NA,NA,2021-11-01,NWIS,5,2021-10-04T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200104,Sample-Routine,Water,Surface Water,2021-10-04,16:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.906,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-11-03,NA,NA,NA,NA,2021-11-01,NWIS,5,2021-10-04T21:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200104,Sample-Routine,Water,Surface Water,2021-10-04,16:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,46.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-28,NA,NA,NA,NA,2021-10-28,NWIS,5,2021-10-04T21:10:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-289308409,Sample-Routine,Water,NA,2021-10-05,10:12:00,CDT,2021-10-05,10:12:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.739,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-10-19,NA,NA,NA,NA,NA,STORET,5,2021-10-05T15:12:00Z,5,2021-10-05T15:12:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200098,Sample-Routine,Water,Surface Water,2021-10-05,14:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.431,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-11-03,NA,NA,NA,NA,2021-11-01,NWIS,5,2021-10-05T19:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200098,Sample-Routine,Water,Surface Water,2021-10-05,14:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,60.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-10-28,NA,NA,NA,NA,2021-10-28,NWIS,5,2021-10-05T19:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200018,Sample-Routine,Water,Surface Water,2021-10-05,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.300,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-05T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200018,Sample-Routine,Water,Surface Water,2021-10-05,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.102,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2021-10-28,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2021-10-05T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200018,Sample-Routine,Water,Surface Water,2021-10-05,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.33,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-05T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200018,Sample-Routine,Water,Surface Water,2021-10-05,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,23.9,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2021-11-05,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2021-10-05T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200450,Sample-Routine,Water,Surface Water,2021-10-11,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-11T15:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200450,Sample-Routine,Water,Surface Water,2021-10-11,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.093,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-11T15:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200442,Sample-Routine,Water,Surface Water,2021-10-12,11:17:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Total,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.02,mg/l as P,NA,NWIS,5,2021-10-12T16:17:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200442,Sample-Routine,Water,Surface Water,2021-10-12,11:17:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.023,mg/l as P,NA,NWIS,5,2021-10-12T16:17:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200451,Sample-Routine,Water,Surface Water,2021-10-12,11:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.034,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-12T16:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200451,Sample-Routine,Water,Surface Water,2021-10-12,11:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.04,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-12T16:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200443,Sample-Routine,Water,Surface Water,2021-10-12,12:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Total,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.02,mg/l as P,NA,NWIS,5,2021-10-12T17:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200443,Sample-Routine,Water,Surface Water,2021-10-12,12:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.023,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-12T17:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200481,Sample-Routine,Water,Surface Water,2021-10-18,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-18T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200481,Sample-Routine,Water,Surface Water,2021-10-18,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.056,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-18T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200471,Sample-Routine,Water,Surface Water,2021-10-18,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-18T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200471,Sample-Routine,Water,Surface Water,2021-10-18,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,151,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-18T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200471,Sample-Routine,Water,Surface Water,2021-10-18,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.306,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-18T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200471,Sample-Routine,Water,Surface Water,2021-10-18,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.26,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-18T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200476,Sample-Routine,Water,Surface Water,2021-10-18,11:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,92.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-18T16:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200476,Sample-Routine,Water,Surface Water,2021-10-18,11:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.01,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-18T16:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200476,Sample-Routine,Water,Surface Water,2021-10-18,11:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.132,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-18T16:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200476,Sample-Routine,Water,Surface Water,2021-10-18,11:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-18T16:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200099,Sample-Routine,Water,Surface Water,2021-10-18,11:17:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.442,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-11-16,NA,NA,NA,NA,2021-11-11,NWIS,5,2021-10-18T16:17:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200099,Sample-Routine,Water,Surface Water,2021-10-18,11:17:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,58.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-11-05,NA,NA,NA,NA,2021-11-04,NWIS,5,2021-10-18T16:17:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200092,Sample-Routine,Water,Surface Water,2021-10-18,11:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,74.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-11-05,NA,NA,NA,NA,2021-11-04,NWIS,5,2021-10-18T16:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200092,Sample-Routine,Water,Surface Water,2021-10-18,11:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.023,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-11-16,NA,NA,NA,NA,2021-11-11,NWIS,5,2021-10-18T16:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200105,Sample-Routine,Water,Surface Water,2021-10-18,13:03:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,108,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-11-05,sample was diluted,NA,NA,NA,2021-11-04,NWIS,5,2021-10-18T18:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200105,Sample-Routine,Water,Surface Water,2021-10-18,13:03:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.364,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-11-16,NA,NA,NA,NA,2021-11-11,NWIS,5,2021-10-18T18:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200444,Sample-Routine,Water,Surface Water,2021-10-18,14:51:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.292,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-18T19:51:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200444,Sample-Routine,Water,Surface Water,2021-10-18,14:51:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-18T19:51:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-290085652,Sample-Routine,Water,NA,2021-10-18,15:50:00,CDT,2021-10-18,16:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.319,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-10-25,NA,NA,NA,NA,NA,STORET,5,2021-10-18T20:50:00Z,5,2021-10-18T21:10:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-290612893,Sample-Routine,Water,NA,2021-10-19,11:45:00,CDT,2021-10-19,12:07:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.115,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-11-09,NA,NA,NA,NA,NA,STORET,5,2021-10-19T16:45:00Z,5,2021-10-19T17:07:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200452,Sample-Routine,Water,Surface Water,2021-10-19,12:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-19T17:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200452,Sample-Routine,Water,Surface Water,2021-10-19,12:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.052,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-19T17:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200445,Sample-Routine,Water,Surface Water,2021-10-19,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-19T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200445,Sample-Routine,Water,Surface Water,2021-10-19,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.119,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-19T18:55:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-290613232,Sample-Routine,Water,NA,2021-10-19,15:00:00,CDT,2021-10-19,15:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0270,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-11-09,NA,NA,NA,NA,NA,STORET,5,2021-10-19T20:00:00Z,5,2021-10-19T20:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-290613067,Sample-Routine,Water,NA,2021-10-19,17:35:00,CDT,2021-10-19,17:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.244,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-11-09,NA,NA,NA,NA,NA,STORET,5,2021-10-19T22:35:00Z,5,2021-10-19T22:35:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-290775437,Sample-Routine,Water,NA,2021-10-25,10:30:00,CDT,2021-10-25,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0821,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-11-12,NA,NA,NA,NA,NA,STORET,5,2021-10-25T15:30:00Z,5,2021-10-25T15:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-290774892,Sample-Routine,Water,NA,2021-10-25,16:00:00,CDT,2021-10-25,16:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0673,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-11-12,NA,NA,NA,NA,NA,STORET,5,2021-10-25T21:00:00Z,5,2021-10-25T21:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200482,Sample-Routine,Water,Surface Water,2021-10-26,07:29:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-26T12:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200482,Sample-Routine,Water,Surface Water,2021-10-26,07:29:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.053,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-26T12:29:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-289318906,Sample-Routine,Water,NA,2021-10-26,09:00:00,CDT,2021-10-26,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,19.9,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2021-11-01,NA,NA,NA,NA,NA,STORET,5,2021-10-26T14:00:00Z,5,2021-10-26T14:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-289318906,Sample-Routine,Water,NA,2021-10-26,09:00:00,CDT,2021-10-26,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.122,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-11-12,NA,NA,NA,NA,NA,STORET,5,2021-10-26T14:00:00Z,5,2021-10-26T14:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200472,Sample-Routine,Water,Surface Water,2021-10-26,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.33,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-26T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200472,Sample-Routine,Water,Surface Water,2021-10-26,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-26T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200472,Sample-Routine,Water,Surface Water,2021-10-26,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.158,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-26T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200472,Sample-Routine,Water,Surface Water,2021-10-26,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,161,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-26T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200477,Sample-Routine,Water,Surface Water,2021-10-26,09:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.093,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-26T14:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200477,Sample-Routine,Water,Surface Water,2021-10-26,09:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,97.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-26T14:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200477,Sample-Routine,Water,Surface Water,2021-10-26,09:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.21,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-26T14:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200477,Sample-Routine,Water,Surface Water,2021-10-26,09:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2021-10-26T14:53:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-OL:202110261015:SR,Sample-Routine,Water,NA,2021-10-26,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-OL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.14,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-11-03,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-10-26T15:15:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202110261055:SR,Sample-Routine,Water,NA,2021-10-26,10:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.090,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-11-03,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-10-26T15:55:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202110261055:QFR,Quality Control Sample-Field Replicate,Water,NA,2021-10-26,10:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.067,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-E,APHA,4500 P E ~ Phosphorus in Water by Colorimetry- Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7436/,NA,2021-11-03,NA,Instrument Detection Level,0.006,mg/L,NA,STORET,5,2021-10-26T15:55:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-292613437,Sample-Routine,Water,NA,2021-10-27,08:55:00,CDT,2021-10-27,09:14:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0405,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-11-23,NA,NA,NA,NA,NA,STORET,5,2021-10-27T13:55:00Z,5,2021-10-27T14:14:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-291325434,Sample-Routine,Water,NA,2021-10-28,15:45:00,CDT,2021-10-28,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.261,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-11-15,NA,NA,NA,NA,NA,STORET,5,2021-10-28T20:45:00Z,5,2021-10-28T20:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-291325447,Sample-Routine,Water,NA,2021-10-28,16:20:00,CDT,2021-10-28,16:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.301,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-11-15,NA,NA,NA,NA,NA,STORET,5,2021-10-28T21:20:00Z,5,2021-10-28T21:20:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-291325460,Sample-Routine,Water,NA,2021-10-28,16:45:00,CDT,2021-10-28,16:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.239,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-11-15,NA,NA,NA,NA,NA,STORET,5,2021-10-28T21:45:00Z,5,2021-10-28T21:45:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200113,Sample-Routine,Water,Surface Water,2021-11-03,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,3.46,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-11-03T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200113,Sample-Routine,Water,Surface Water,2021-11-03,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,25.0,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2021-12-08,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2021-11-03T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200113,Sample-Routine,Water,Surface Water,2021-11-03,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.124,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2021-12-07,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2021-11-03T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200113,Sample-Routine,Water,Surface Water,2021-11-03,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.781,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2021-11-03T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200483,Sample-Routine,Water,Surface Water,2021-11-09,08:22:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.042,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-09T14:22:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200483,Sample-Routine,Water,Surface Water,2021-11-09,08:22:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-09T14:22:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200473,Sample-Routine,Water,Surface Water,2021-11-09,10:06:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-09T16:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200473,Sample-Routine,Water,Surface Water,2021-11-09,10:06:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.24,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-09T16:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200473,Sample-Routine,Water,Surface Water,2021-11-09,10:06:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.070,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-09T16:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200473,Sample-Routine,Water,Surface Water,2021-11-09,10:06:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,170,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-09T16:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200478,Sample-Routine,Water,Surface Water,2021-11-09,10:24:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.084,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-09T16:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200478,Sample-Routine,Water,Surface Water,2021-11-09,10:24:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.08,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-09T16:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200478,Sample-Routine,Water,Surface Water,2021-11-09,10:24:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-09T16:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200478,Sample-Routine,Water,Surface Water,2021-11-09,10:24:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,92.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-09T16:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200484,Sample-Routine,Water,Surface Water,2021-11-16,08:08:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T14:08:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200484,Sample-Routine,Water,Surface Water,2021-11-16,08:08:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.023,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T14:08:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200147,Sample-Routine,Water,Surface Water,2021-11-16,09:57:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,52.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-12-07,NA,NA,NA,NA,2021-12-07,NWIS,6,2021-11-16T15:57:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200147,Sample-Routine,Water,Surface Water,2021-11-16,09:57:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.145,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-12-09,NA,NA,NA,NA,2021-12-08,NWIS,6,2021-11-16T15:57:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200474,Sample-Routine,Water,Surface Water,2021-11-16,10:03:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.051,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T16:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200474,Sample-Routine,Water,Surface Water,2021-11-16,10:03:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T16:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200474,Sample-Routine,Water,Surface Water,2021-11-16,10:03:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,178,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T16:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200474,Sample-Routine,Water,Surface Water,2021-11-16,10:03:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.24,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T16:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200479,Sample-Routine,Water,Surface Water,2021-11-16,10:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T16:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200479,Sample-Routine,Water,Surface Water,2021-11-16,10:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,115,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T16:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200479,Sample-Routine,Water,Surface Water,2021-11-16,10:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.20,mg/l as N,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,NA,NA,NA,NA,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T16:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200479,Sample-Routine,Water,Surface Water,2021-11-16,10:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.065,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T16:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200146,Sample-Routine,Water,Surface Water,2021-11-16,10:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-12-07,NA,NA,NA,NA,2021-12-07,NWIS,6,2021-11-16T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200146,Sample-Routine,Water,Surface Water,2021-11-16,10:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.073,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-12-09,NA,NA,NA,NA,2021-12-08,NWIS,6,2021-11-16T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200148,Sample-Routine,Water,Surface Water,2021-11-16,12:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,198,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2021-12-07,sample was diluted,NA,NA,NA,2021-12-07,NWIS,6,2021-11-16T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200148,Sample-Routine,Water,Surface Water,2021-11-16,12:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.110,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2021-12-09,NA,NA,NA,NA,2021-12-08,NWIS,6,2021-11-16T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200453,Sample-Routine,Water,Surface Water,2021-11-16,13:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T19:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200453,Sample-Routine,Water,Surface Water,2021-11-16,13:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.044,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T19:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200447,Sample-Routine,Water,Surface Water,2021-11-16,14:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T20:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200447,Sample-Routine,Water,Surface Water,2021-11-16,14:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.055,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T20:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200446,Sample-Routine,Water,Surface Water,2021-11-16,15:03:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.058,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T21:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200446,Sample-Routine,Water,Surface Water,2021-11-16,15:03:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-11-16T21:03:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-295395991,Sample-Routine,Water,NA,2021-11-29,15:00:00,CST,2021-11-29,15:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0518,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-12-08,NA,NA,NA,NA,NA,STORET,6,2021-11-29T21:00:00Z,6,2021-11-29T21:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-295395991,Sample-Routine,Water,NA,2021-11-29,15:00:00,CST,2021-11-29,15:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,22.1,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2021-11-30,NA,NA,NA,NA,NA,STORET,6,2021-11-29T21:00:00Z,6,2021-11-29T21:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-297565672,Sample-Routine,Water,NA,2021-12-02,11:00:00,CST,2021-12-02,11:00:00,CST,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0854,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-12-08,NA,NA,NA,NA,NA,STORET,6,2021-12-02T17:00:00Z,6,2021-12-02T17:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200242,Sample-Routine,Water,Surface Water,2021-12-09,08:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.055,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2022-01-11,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,6,2021-12-09T14:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200242,Sample-Routine,Water,Surface Water,2021-12-09,08:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,3.54,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-09T14:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200242,Sample-Routine,Water,Surface Water,2021-12-09,08:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.801,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-09T14:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200242,Sample-Routine,Water,Surface Water,2021-12-09,08:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,24.6,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2022-01-07,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,6,2021-12-09T14:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200411,Sample-Routine,Water,Surface Water,2021-12-14,13:00:00,CST,2021-12-17,07:35:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,81.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-14T19:00:00Z,6,2021-12-17T13:35:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200408,Sample-Routine,Water,Surface Water,2021-12-14,13:00:00,CST,2021-12-16,16:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,125,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,sample was diluted,NA,NA,NA,2022-01-11,NWIS,6,2021-12-14T19:00:00Z,6,2021-12-16T22:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200408,Sample-Routine,Water,Surface Water,2021-12-14,13:00:00,CST,2021-12-16,16:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-26,holding time exceededsample was diluted,NA,NA,NA,2022-01-25,NWIS,6,2021-12-14T19:00:00Z,6,2021-12-16T22:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200411,Sample-Routine,Water,Surface Water,2021-12-14,13:00:00,CST,2021-12-17,07:35:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.261,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-13,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-14T19:00:00Z,6,2021-12-17T13:35:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200410,Sample-Routine,Water,Surface Water,2021-12-14,22:15:00,CST,2021-12-16,02:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-15T04:15:00Z,6,2021-12-16T08:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200410,Sample-Routine,Water,Surface Water,2021-12-14,22:15:00,CST,2021-12-16,02:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.561,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-13,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-15T04:15:00Z,6,2021-12-16T08:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200414,Sample-Routine,Water,Surface Water,2021-12-15,09:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.311,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-13,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-15T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200414,Sample-Routine,Water,Surface Water,2021-12-15,09:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,71.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-15T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200409,Sample-Routine,Water,Surface Water,2021-12-15,09:42:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.732,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-13,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-15T15:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200409,Sample-Routine,Water,Surface Water,2021-12-15,09:42:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,43.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-15T15:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200422,Sample-Routine,Water,Surface Water,2021-12-15,10:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,217,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,sample was diluted,NA,NA,NA,2022-01-11,NWIS,6,2021-12-15T16:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200422,Sample-Routine,Water,Surface Water,2021-12-15,10:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.303,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-13,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-15T16:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200460,Sample-Routine,Water,Surface Water,2021-12-15,13:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.091,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-15T19:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200460,Sample-Routine,Water,Surface Water,2021-12-15,13:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-15T19:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200415,Sample-Routine,Water,Surface Water,2021-12-15,14:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,70.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-15T20:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200415,Sample-Routine,Water,Surface Water,2021-12-15,14:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.372,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-13,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-15T20:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200423,Sample-Routine,Water,Surface Water,2021-12-15,18:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.351,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-13,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-16T00:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200423,Sample-Routine,Water,Surface Water,2021-12-15,18:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,174,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,sample was diluted,NA,NA,NA,2022-01-11,NWIS,6,2021-12-16T00:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200461,Sample-Routine,Water,Surface Water,2021-12-15,19:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200461,Sample-Routine,Water,Surface Water,2021-12-15,19:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.125,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200424,Sample-Routine,Water,Surface Water,2021-12-15,22:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,125,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,sample was diluted,NA,NA,NA,2022-01-11,NWIS,6,2021-12-16T04:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200424,Sample-Routine,Water,Surface Water,2021-12-15,22:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.650,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-13,sample was diluted,NA,NA,NA,2022-01-11,NWIS,6,2021-12-16T04:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200465,Sample-Routine,Water,Surface Water,2021-12-15,22:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.042,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T04:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200465,Sample-Routine,Water,Surface Water,2021-12-15,22:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T04:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200416,Sample-Routine,Water,Surface Water,2021-12-15,22:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,77.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-16T04:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200416,Sample-Routine,Water,Surface Water,2021-12-15,22:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.392,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-13,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-16T04:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200455,Sample-Routine,Water,Surface Water,2021-12-15,23:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.100,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T05:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200455,Sample-Routine,Water,Surface Water,2021-12-15,23:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T05:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200462,Sample-Routine,Water,Surface Water,2021-12-16,01:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.42,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200462,Sample-Routine,Water,Surface Water,2021-12-16,01:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.253,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200425,Sample-Routine,Water,Surface Water,2021-12-16,02:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.711,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-13,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-16T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200425,Sample-Routine,Water,Surface Water,2021-12-16,02:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,95.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-16T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200466,Sample-Routine,Water,Surface Water,2021-12-16,07:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200466,Sample-Routine,Water,Surface Water,2021-12-16,07:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.082,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200417,Sample-Routine,Water,Surface Water,2021-12-16,07:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.424,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-13,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-16T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200417,Sample-Routine,Water,Surface Water,2021-12-16,07:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,83.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-16T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200463,Sample-Routine,Water,Surface Water,2021-12-16,09:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200463,Sample-Routine,Water,Surface Water,2021-12-16,09:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.226,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200456,Sample-Routine,Water,Surface Water,2021-12-16,09:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.338,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200456,Sample-Routine,Water,Surface Water,2021-12-16,09:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.41,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200426,Sample-Routine,Water,Surface Water,2021-12-16,10:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.544,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-13,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-16T16:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200426,Sample-Routine,Water,Surface Water,2021-12-16,10:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,81.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-16T16:20:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-299804278,Sample-Routine,Water,NA,2021-12-16,13:58:00,CST,2021-12-16,13:58:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0933,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-12-23,NA,NA,NA,NA,NA,STORET,6,2021-12-16T19:58:00Z,6,2021-12-16T19:58:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-299804278,Sample-Routine,Water,NA,2021-12-16,13:58:00,CST,2021-12-16,13:58:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,30.0,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2022-01-10,NA,NA,NA,NA,NA,STORET,6,2021-12-16T19:58:00Z,6,2021-12-16T19:58:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-299804340,Sample-Routine,Water,NA,2021-12-16,14:30:00,CST,2021-12-16,14:30:00,CST,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0918,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-12-23,NA,NA,NA,NA,NA,STORET,6,2021-12-16T20:30:00Z,6,2021-12-16T20:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200464,Sample-Routine,Water,Surface Water,2021-12-16,15:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T21:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200464,Sample-Routine,Water,Surface Water,2021-12-16,15:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.202,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T21:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200467,Sample-Routine,Water,Surface Water,2021-12-16,15:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.287,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T21:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200467,Sample-Routine,Water,Surface Water,2021-12-16,15:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-16T21:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200457,Sample-Routine,Water,Surface Water,2021-12-16,19:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.269,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-17T01:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200457,Sample-Routine,Water,Surface Water,2021-12-16,19:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-17T01:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200418,Sample-Routine,Water,Surface Water,2021-12-16,23:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.381,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-13,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-17T05:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200418,Sample-Routine,Water,Surface Water,2021-12-16,23:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,83.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-17T05:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200468,Sample-Routine,Water,Surface Water,2021-12-17,00:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.44,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-17T06:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200468,Sample-Routine,Water,Surface Water,2021-12-17,00:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.390,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-17T06:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200427,Sample-Routine,Water,Surface Water,2021-12-17,02:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,85.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-17T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200427,Sample-Routine,Water,Surface Water,2021-12-17,02:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.547,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-13,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-17T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200458,Sample-Routine,Water,Surface Water,2021-12-17,04:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-17T10:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200458,Sample-Routine,Water,Surface Water,2021-12-17,04:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.255,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-17T10:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200459,Sample-Routine,Water,Surface Water,2021-12-17,09:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.260,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-17T15:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200459,Sample-Routine,Water,Surface Water,2021-12-17,09:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-17T15:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200469,Sample-Routine,Water,Surface Water,2021-12-17,09:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.382,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-17T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200469,Sample-Routine,Water,Surface Water,2021-12-17,09:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.44,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-17T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200454,Sample-Routine,Water,Surface Water,2021-12-21,09:52:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.067,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-21T15:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200454,Sample-Routine,Water,Surface Water,2021-12-21,09:52:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-21T15:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200448,Sample-Routine,Water,Surface Water,2021-12-21,12:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.159,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-21T18:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200448,Sample-Routine,Water,Surface Water,2021-12-21,12:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-21T18:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200449,Sample-Routine,Water,Surface Water,2021-12-21,13:17:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-21T19:17:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200449,Sample-Routine,Water,Surface Water,2021-12-21,13:17:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.143,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2021-12-21T19:17:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200419,Sample-Routine,Water,Surface Water,2021-12-22,11:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.184,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-26,holding time exceeded,NA,NA,NA,2022-01-25,NWIS,6,2021-12-22T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200419,Sample-Routine,Water,Surface Water,2021-12-22,11:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,76.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-22T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200412,Sample-Routine,Water,Surface Water,2021-12-22,11:53:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,78.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,NA,NA,NA,NA,2022-01-11,NWIS,6,2021-12-22T17:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200412,Sample-Routine,Water,Surface Water,2021-12-22,11:53:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.021,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-26,holding time exceeded,NA,NA,NA,2022-01-25,NWIS,6,2021-12-22T17:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200428,Sample-Routine,Water,Surface Water,2021-12-22,12:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.302,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-01-26,holding time exceeded,NA,NA,NA,2022-01-25,NWIS,6,2021-12-22T18:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200428,Sample-Routine,Water,Surface Water,2021-12-22,12:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,117,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-11,sample was diluted,NA,NA,NA,2022-01-11,NWIS,6,2021-12-22T18:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200340,Sample-Routine,Water,Surface Water,2022-01-05,08:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,3.11,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2022-01-05T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200340,Sample-Routine,Water,Surface Water,2022-01-05,08:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,21.7,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2022-01-20,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,6,2022-01-05T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200340,Sample-Routine,Water,Surface Water,2022-01-05,08:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.044,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2022-01-26,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,6,2022-01-05T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200340,Sample-Routine,Water,Surface Water,2022-01-05,08:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.703,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2022-01-05T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200420,Sample-Routine,Water,Surface Water,2022-01-18,13:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,78.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-28,NA,NA,NA,NA,2022-01-28,NWIS,6,2022-01-18T19:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200420,Sample-Routine,Water,Surface Water,2022-01-18,13:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.120,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-02-15,NA,NA,NA,NA,2022-02-14,NWIS,6,2022-01-18T19:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200413,Sample-Routine,Water,Surface Water,2022-01-18,14:08:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.029,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-02-15,NA,NA,NA,NA,2022-02-14,NWIS,6,2022-01-18T20:08:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200413,Sample-Routine,Water,Surface Water,2022-01-18,14:08:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,59.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-28,NA,NA,NA,NA,2022-01-28,NWIS,6,2022-01-18T20:08:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200429,Sample-Routine,Water,Surface Water,2022-01-19,10:29:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,431,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-01-28,sample was diluted,NA,NA,NA,2022-01-28,NWIS,6,2022-01-19T16:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200429,Sample-Routine,Water,Surface Water,2022-01-19,10:29:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.156,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-02-15,NA,NA,NA,NA,2022-02-14,NWIS,6,2022-01-19T16:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204770,Sample-Routine,Water,Surface Water,2022-01-19,12:29:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-01-19T18:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204770,Sample-Routine,Water,Surface Water,2022-01-19,12:29:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.069,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-01-19T18:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204771,Sample-Routine,Water,Surface Water,2022-01-19,12:53:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-01-19T18:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204771,Sample-Routine,Water,Surface Water,2022-01-19,12:53:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.065,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-01-19T18:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204772,Sample-Routine,Water,Surface Water,2022-01-19,13:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.073,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-01-19T19:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204772,Sample-Routine,Water,Surface Water,2022-01-19,13:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-01-19T19:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204802,Sample-Routine,Water,Surface Water,2022-01-19,14:08:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-01-19T20:08:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204802,Sample-Routine,Water,Surface Water,2022-01-19,14:08:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.033,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-01-19T20:08:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204773,Sample-Routine,Water,Surface Water,2022-01-19,14:38:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.04,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-01-19T20:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204773,Sample-Routine,Water,Surface Water,2022-01-19,14:38:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.030,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-01-19T20:38:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-303282806,Sample-Routine,Water,NA,2022-01-26,14:00:00,CST,2022-01-26,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,24.3,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2022-02-07,NA,NA,NA,NA,NA,STORET,6,2022-01-26T20:00:00Z,6,2022-01-26T20:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-303282806,Sample-Routine,Water,NA,2022-01-26,14:00:00,CST,2022-01-26,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0277,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-02-02,NA,NA,NA,NA,NA,STORET,6,2022-01-26T20:00:00Z,6,2022-01-26T20:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-303324788,Sample-Routine,Water,NA,2022-02-03,13:00:00,CST,2022-02-03,13:00:00,CST,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0394,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-02-17,NA,NA,NA,NA,NA,STORET,6,2022-02-03T19:00:00Z,6,2022-02-03T19:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200491,Sample-Routine,Water,Surface Water,2022-02-09,08:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.946,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2022-02-09T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200491,Sample-Routine,Water,Surface Water,2022-02-09,08:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.034,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2022-03-03,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,6,2022-02-09T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200491,Sample-Routine,Water,Surface Water,2022-02-09,08:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,4.19,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2022-02-09T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200491,Sample-Routine,Water,Surface Water,2022-02-09,08:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,29.0,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2022-02-19,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,6,2022-02-09T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204803,Sample-Routine,Water,Surface Water,2022-02-09,09:19:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.142,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-02-09T15:19:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204803,Sample-Routine,Water,Surface Water,2022-02-09,09:19:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-02-09T15:19:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204776,Sample-Routine,Water,Surface Water,2022-02-09,10:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-02-09T16:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204776,Sample-Routine,Water,Surface Water,2022-02-09,10:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.095,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-02-09T16:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204775,Sample-Routine,Water,Surface Water,2022-02-09,11:42:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-02-09T17:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204775,Sample-Routine,Water,Surface Water,2022-02-09,11:42:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.075,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-02-09T17:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204774,Sample-Routine,Water,Surface Water,2022-02-09,12:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-02-09T18:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204774,Sample-Routine,Water,Surface Water,2022-02-09,12:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.062,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-02-09T18:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204777,Sample-Routine,Water,Surface Water,2022-02-09,13:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.03,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-02-09T19:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200655,Sample-Routine,Water,Surface Water,2022-02-14,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,89.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-02-25,NA,NA,NA,NA,2022-02-24,NWIS,6,2022-02-14T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200655,Sample-Routine,Water,Surface Water,2022-02-14,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.168,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-03,NA,NA,NA,NA,2022-03-03,NWIS,6,2022-02-14T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200656,Sample-Routine,Water,Surface Water,2022-02-14,13:46:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.262,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-03,NA,NA,NA,NA,2022-03-03,NWIS,6,2022-02-14T19:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200656,Sample-Routine,Water,Surface Water,2022-02-14,13:46:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,554,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-02-25,sample was diluted,NA,NA,NA,2022-02-24,NWIS,6,2022-02-14T19:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200652,Sample-Routine,Water,Surface Water,2022-02-16,11:45:00,CST,2022-02-16,23:43:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,22.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-02-25,NA,NA,NA,NA,2022-02-24,NWIS,6,2022-02-16T17:45:00Z,6,2022-02-17T05:43:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200652,Sample-Routine,Water,Surface Water,2022-02-16,11:45:00,CST,2022-02-16,23:43:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-03,NA,NA,NA,NA,2022-03-03,NWIS,6,2022-02-16T17:45:00Z,6,2022-02-17T05:43:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200646,Sample-Routine,Water,Surface Water,2022-02-16,16:30:00,CST,2022-02-16,21:49:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-18,holding time exceededsample was diluted,NA,NA,NA,2022-03-17,NWIS,6,2022-02-16T22:30:00Z,6,2022-02-17T03:49:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200646,Sample-Routine,Water,Surface Water,2022-02-16,16:30:00,CST,2022-02-16,21:49:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,23.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-02-25,NA,NA,NA,NA,2022-02-24,NWIS,6,2022-02-16T22:30:00Z,6,2022-02-17T03:49:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200650,Sample-Routine,Water,Surface Water,2022-02-16,19:04:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.563,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-03,NA,NA,NA,NA,2022-03-03,NWIS,6,2022-02-17T01:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200650,Sample-Routine,Water,Surface Water,2022-02-16,19:04:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,14.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-02-25,NA,NA,NA,NA,2022-02-24,NWIS,6,2022-02-17T01:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200654,Sample-Routine,Water,Surface Water,2022-02-17,08:02:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,164,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-02-25,sample was diluted,NA,NA,NA,2022-02-24,NWIS,6,2022-02-17T14:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200654,Sample-Routine,Water,Surface Water,2022-02-17,08:02:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.427,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-03,NA,NA,NA,NA,2022-03-03,NWIS,6,2022-02-17T14:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200649,Sample-Routine,Water,Surface Water,2022-02-20,12:15:00,CST,2022-02-20,19:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,5.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-14,sample was diluted,NA,NA,NA,2022-03-08,NWIS,6,2022-02-20T18:15:00Z,6,2022-02-21T01:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200649,Sample-Routine,Water,Surface Water,2022-02-20,12:15:00,CST,2022-02-20,19:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,28.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-02,NA,NA,NA,NA,2022-02-28,NWIS,6,2022-02-20T18:15:00Z,6,2022-02-21T01:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200653,Sample-Routine,Water,Surface Water,2022-02-20,12:45:00,CST,2022-02-20,23:46:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,13.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-02,NA,NA,NA,NA,2022-02-28,NWIS,6,2022-02-20T18:45:00Z,6,2022-02-21T05:46:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200653,Sample-Routine,Water,Surface Water,2022-02-20,12:45:00,CST,2022-02-20,23:46:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-14,sample was diluted,NA,NA,NA,2022-03-08,NWIS,6,2022-02-20T18:45:00Z,6,2022-02-21T05:46:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200651,Sample-Routine,Water,Surface Water,2022-02-20,12:52:00,CST,2022-02-21,11:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,11.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-02,NA,NA,NA,NA,2022-02-28,NWIS,6,2022-02-20T18:52:00Z,6,2022-02-21T17:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200651,Sample-Routine,Water,Surface Water,2022-02-20,12:52:00,CST,2022-02-21,11:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.607,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-14,NA,NA,NA,NA,2022-03-08,NWIS,6,2022-02-20T18:52:00Z,6,2022-02-21T17:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200647,Sample-Routine,Water,Surface Water,2022-02-20,13:15:00,CST,2022-02-21,01:01:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,21.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-02,NA,NA,NA,NA,2022-02-28,NWIS,6,2022-02-20T19:15:00Z,6,2022-02-21T07:01:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200647,Sample-Routine,Water,Surface Water,2022-02-20,13:15:00,CST,2022-02-21,01:01:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-14,sample was diluted,NA,NA,NA,2022-03-08,NWIS,6,2022-02-20T19:15:00Z,6,2022-02-21T07:01:59Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-314085284,Sample-Routine,Water,NA,2022-02-21,13:30:00,CST,2022-02-21,13:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0288,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-02-24,NA,NA,NA,NA,NA,STORET,6,2022-02-21T19:30:00Z,6,2022-02-21T19:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-314085284,Sample-Routine,Water,NA,2022-02-21,13:30:00,CST,2022-02-21,13:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,24.4,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2022-02-25,NA,NA,NA,NA,NA,STORET,6,2022-02-21T19:30:00Z,6,2022-02-21T19:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200648,Sample-Routine,Water,Surface Water,2022-03-01,08:28:00,CST,2022-03-01,22:16:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-30,holding time exceededsample was diluted,NA,NA,NA,2022-03-23,NWIS,6,2022-03-01T14:28:00Z,6,2022-03-02T04:16:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200648,Sample-Routine,Water,Surface Water,2022-03-01,08:28:00,CST,2022-03-01,22:16:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-11,NA,NA,NA,NA,2022-03-11,NWIS,6,2022-03-01T14:28:00Z,6,2022-03-02T04:16:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200763,Sample-Routine,Water,Surface Water,2022-03-01,09:45:00,CST,2022-03-01,21:36:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.944,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-16,NA,NA,NA,NA,2022-03-14,NWIS,6,2022-03-01T15:45:00Z,6,2022-03-02T03:36:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200763,Sample-Routine,Water,Surface Water,2022-03-01,09:45:00,CST,2022-03-01,21:36:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,2,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,19.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-11,NA,NA,NA,NA,2022-03-11,NWIS,6,2022-03-01T15:45:00Z,6,2022-03-02T03:36:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200761,Sample-Routine,Water,Surface Water,2022-03-01,17:44:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.651,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-16,NA,NA,NA,NA,2022-03-14,NWIS,6,2022-03-01T23:44:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200761,Sample-Routine,Water,Surface Water,2022-03-01,17:44:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,24.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-11,NA,NA,NA,NA,2022-03-11,NWIS,6,2022-03-01T23:44:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200764,Sample-Routine,Water,Surface Water,2022-03-05,06:59:00,CST,2022-03-05,19:04:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-31,sample was diluted,NA,NA,NA,2022-03-29,NWIS,6,2022-03-05T12:59:00Z,6,2022-03-06T01:04:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200764,Sample-Routine,Water,Surface Water,2022-03-05,06:59:00,CST,2022-03-05,19:04:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,26.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-18,NA,NA,NA,NA,2022-03-17,NWIS,6,2022-03-05T12:59:00Z,6,2022-03-06T01:04:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200762,Sample-Routine,Water,Surface Water,2022-03-05,08:15:00,CST,2022-03-06,10:34:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,15,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,23.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-18,NA,NA,NA,NA,2022-03-17,NWIS,6,2022-03-05T14:15:00Z,6,2022-03-06T16:34:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200762,Sample-Routine,Water,Surface Water,2022-03-05,08:15:00,CST,2022-03-06,10:34:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,15,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-25,sample was diluted,NA,NA,NA,2022-03-24,NWIS,6,2022-03-05T14:15:00Z,6,2022-03-06T16:34:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200759,Sample-Routine,Water,Surface Water,2022-03-05,11:30:00,CST,2022-03-06,23:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,5.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-25,sample was diluted,NA,NA,NA,2022-03-24,NWIS,6,2022-03-05T17:30:00Z,6,2022-03-07T05:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200759,Sample-Routine,Water,Surface Water,2022-03-05,11:30:00,CST,2022-03-06,23:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,35.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-18,NA,NA,NA,NA,2022-03-17,NWIS,6,2022-03-05T17:30:00Z,6,2022-03-07T05:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205074,Sample-Routine,Water,Surface Water,2022-03-05,14:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.38,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-05T20:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205074,Sample-Routine,Water,Surface Water,2022-03-05,14:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.156,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-05T20:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200760,Sample-Routine,Water,Surface Water,2022-03-05,15:18:00,CST,2022-03-06,04:45:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-25,sample was diluted,NA,NA,NA,2022-03-24,NWIS,6,2022-03-05T21:18:00Z,6,2022-03-06T10:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200760,Sample-Routine,Water,Surface Water,2022-03-05,15:18:00,CST,2022-03-06,04:45:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,61.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-18,NA,NA,NA,NA,2022-03-17,NWIS,6,2022-03-05T21:18:00Z,6,2022-03-06T10:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205014,Sample-Routine,Water,Surface Water,2022-03-05,18:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.71,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T00:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205014,Sample-Routine,Water,Surface Water,2022-03-05,18:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,4.66,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T00:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204938,Sample-Routine,Water,Surface Water,2022-03-05,19:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.382,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204938,Sample-Routine,Water,Surface Water,2022-03-05,19:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.61,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200765,Sample-Routine,Water,Surface Water,2022-03-05,19:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-25,sample was diluted,NA,NA,NA,2022-03-24,NWIS,6,2022-03-06T01:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200765,Sample-Routine,Water,Surface Water,2022-03-05,19:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,16.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-18,NA,NA,NA,NA,2022-03-17,NWIS,6,2022-03-06T01:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205075,Sample-Routine,Water,Surface Water,2022-03-05,21:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T03:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205075,Sample-Routine,Water,Surface Water,2022-03-05,21:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.269,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T03:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205015,Sample-Routine,Water,Surface Water,2022-03-05,22:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.765,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T04:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200767,Sample-Routine,Water,Surface Water,2022-03-05,22:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,22.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-18,NA,NA,NA,NA,2022-03-17,NWIS,6,2022-03-06T04:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205015,Sample-Routine,Water,Surface Water,2022-03-05,22:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.98,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T04:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200767,Sample-Routine,Water,Surface Water,2022-03-05,22:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-31,sample was diluted,NA,NA,NA,2022-03-29,NWIS,6,2022-03-06T04:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205076,Sample-Routine,Water,Surface Water,2022-03-05,22:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.77,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T04:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205076,Sample-Routine,Water,Surface Water,2022-03-05,22:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.445,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T04:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200768,Sample-Routine,Water,Surface Water,2022-03-05,23:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-25,sample was diluted,NA,NA,NA,2022-03-24,NWIS,6,2022-03-06T05:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200768,Sample-Routine,Water,Surface Water,2022-03-05,23:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,22.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-18,matrix spike (MS) recovery outside of acceptable range,NA,NA,NA,2022-03-17,NWIS,6,2022-03-06T05:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204939,Sample-Routine,Water,Surface Water,2022-03-06,00:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.74,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T06:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204939,Sample-Routine,Water,Surface Water,2022-03-06,00:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.471,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T06:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205016,Sample-Routine,Water,Surface Water,2022-03-06,00:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.58,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T06:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205016,Sample-Routine,Water,Surface Water,2022-03-06,00:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.796,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T06:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205017,Sample-Routine,Water,Surface Water,2022-03-06,01:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.728,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T07:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205017,Sample-Routine,Water,Surface Water,2022-03-06,01:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.98,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T07:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205077,Sample-Routine,Water,Surface Water,2022-03-06,02:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.52,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205077,Sample-Routine,Water,Surface Water,2022-03-06,02:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.708,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204940,Sample-Routine,Water,Surface Water,2022-03-06,03:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.634,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T09:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204940,Sample-Routine,Water,Surface Water,2022-03-06,03:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T09:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200769,Sample-Routine,Water,Surface Water,2022-03-06,03:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-31,sample was diluted,NA,NA,NA,2022-03-29,NWIS,6,2022-03-06T09:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200769,Sample-Routine,Water,Surface Water,2022-03-06,03:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,26.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-18,NA,NA,NA,NA,2022-03-17,NWIS,6,2022-03-06T09:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205018,Sample-Routine,Water,Surface Water,2022-03-06,07:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205018,Sample-Routine,Water,Surface Water,2022-03-06,07:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.719,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205078,Sample-Routine,Water,Surface Water,2022-03-06,07:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.984,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205078,Sample-Routine,Water,Surface Water,2022-03-06,07:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.61,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204941,Sample-Routine,Water,Surface Water,2022-03-06,09:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.752,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204941,Sample-Routine,Water,Surface Water,2022-03-06,09:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200770,Sample-Routine,Water,Surface Water,2022-03-06,09:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-25,sample was diluted,NA,NA,NA,2022-03-24,NWIS,6,2022-03-06T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200770,Sample-Routine,Water,Surface Water,2022-03-06,09:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,37.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-18,NA,NA,NA,NA,2022-03-17,NWIS,6,2022-03-06T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204942,Sample-Routine,Water,Surface Water,2022-03-06,15:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.909,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T21:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204942,Sample-Routine,Water,Surface Water,2022-03-06,15:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.51,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-06T21:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205019,Sample-Routine,Water,Surface Water,2022-03-06,19:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-07T01:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205019,Sample-Routine,Water,Surface Water,2022-03-06,19:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.972,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-07T01:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200771,Sample-Routine,Water,Surface Water,2022-03-06,21:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.7,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-25,sample was diluted,NA,NA,NA,2022-03-24,NWIS,6,2022-03-07T03:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200771,Sample-Routine,Water,Surface Water,2022-03-06,21:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,33.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-18,NA,NA,NA,NA,2022-03-17,NWIS,6,2022-03-07T03:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200772,Sample-Routine,Water,Surface Water,2022-03-07,03:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,35.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-18,NA,NA,NA,NA,2022-03-17,NWIS,6,2022-03-07T09:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200772,Sample-Routine,Water,Surface Water,2022-03-07,03:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-07,holding time exceededsample was diluted,NA,NA,NA,2022-04-05,NWIS,6,2022-03-07T09:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205079,Sample-Routine,Water,Surface Water,2022-03-07,05:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.69,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-07T11:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205079,Sample-Routine,Water,Surface Water,2022-03-07,05:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,1.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-07T11:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204943,Sample-Routine,Water,Surface Water,2022-03-07,07:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.95,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-07T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204943,Sample-Routine,Water,Surface Water,2022-03-07,07:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.845,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-07T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200766,Sample-Routine,Water,Surface Water,2022-03-07,12:12:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,53.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-18,NA,NA,NA,NA,2022-03-17,NWIS,6,2022-03-07T18:12:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200766,Sample-Routine,Water,Surface Water,2022-03-07,12:12:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.256,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-03-25,NA,NA,NA,NA,2022-03-24,NWIS,6,2022-03-07T18:12:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200773,Sample-Routine,Water,Surface Water,2022-03-07,21:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-07,holding time exceededsample was diluted,NA,NA,NA,2022-04-05,NWIS,6,2022-03-08T03:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200773,Sample-Routine,Water,Surface Water,2022-03-07,21:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,41.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-03-18,NA,NA,NA,NA,2022-03-17,NWIS,6,2022-03-08T03:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205080,Sample-Routine,Water,Surface Water,2022-03-08,04:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.88,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-08T10:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205080,Sample-Routine,Water,Surface Water,2022-03-08,04:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.712,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-08T10:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205020,Sample-Routine,Water,Surface Water,2022-03-08,07:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.883,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-08T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205020,Sample-Routine,Water,Surface Water,2022-03-08,07:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.81,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-08T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204944,Sample-Routine,Water,Surface Water,2022-03-08,08:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.484,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-08T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204944,Sample-Routine,Water,Surface Water,2022-03-08,08:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.62,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-08T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200677,Sample-Routine,Water,Surface Water,2022-03-09,08:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.16,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-09T14:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200677,Sample-Routine,Water,Surface Water,2022-03-09,08:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.261,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2022-04-04,sample was diluted,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,6,2022-03-09T14:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200677,Sample-Routine,Water,Surface Water,2022-03-09,08:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,51.8,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2022-05-27,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,6,2022-03-09T14:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200677,Sample-Routine,Water,Surface Water,2022-03-09,08:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,5.12,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2022-03-09T14:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201000,Sample-Routine,Water,Surface Water,2022-03-15,12:15:00,CDT,2022-03-15,22:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,57.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-15T17:15:00Z,5,2022-03-16T03:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201000,Sample-Routine,Water,Surface Water,2022-03-15,12:15:00,CDT,2022-03-15,22:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-13,holding time exceededsample was diluted,NA,NA,NA,2022-04-12,NWIS,5,2022-03-15T17:15:00Z,5,2022-03-16T03:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201033,Sample-Routine,Water,Surface Water,2022-03-17,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.652,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-13,NA,NA,NA,NA,2022-04-12,NWIS,5,2022-03-17T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201033,Sample-Routine,Water,Surface Water,2022-03-17,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-17T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201034,Sample-Routine,Water,Surface Water,2022-03-17,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.750,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-19,holding time exceeded,NA,NA,NA,2022-04-18,NWIS,5,2022-03-17T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201034,Sample-Routine,Water,Surface Water,2022-03-17,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,52.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-17T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201035,Sample-Routine,Water,Surface Water,2022-03-17,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.649,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,holding time exceeded,NA,NA,NA,2022-04-19,NWIS,5,2022-03-17T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201035,Sample-Routine,Water,Surface Water,2022-03-17,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-17T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201036,Sample-Routine,Water,Surface Water,2022-03-17,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.629,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,holding time exceeded,NA,NA,NA,2022-04-19,NWIS,5,2022-03-17T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201036,Sample-Routine,Water,Surface Water,2022-03-17,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,48.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-17T16:30:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-306068287,Sample-Routine,Water,NA,2022-03-17,14:01:00,CDT,2022-03-17,14:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0392,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-03-31,NA,NA,NA,NA,NA,STORET,5,2022-03-17T19:01:00Z,5,2022-03-17T19:01:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-306068287,Sample-Routine,Water,NA,2022-03-17,14:01:00,CDT,2022-03-17,14:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,28.1,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2022-04-11,NA,NA,NA,NA,NA,STORET,5,2022-03-17T19:01:00Z,5,2022-03-17T19:01:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201004,Sample-Routine,Water,Surface Water,2022-03-19,01:45:00,CDT,2022-03-20,20:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,8.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-13,sample was diluted,NA,NA,NA,2022-04-12,NWIS,5,2022-03-19T06:45:00Z,5,2022-03-21T01:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201004,Sample-Routine,Water,Surface Water,2022-03-19,01:45:00,CDT,2022-03-20,20:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,165,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,sample was diluted,NA,NA,NA,2022-04-07,NWIS,5,2022-03-19T06:45:00Z,5,2022-03-21T01:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201006,Sample-Routine,Water,Surface Water,2022-03-19,07:20:00,CDT,2022-03-19,22:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-13,sample was diluted,NA,NA,NA,2022-04-12,NWIS,5,2022-03-19T12:20:00Z,5,2022-03-20T03:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201006,Sample-Routine,Water,Surface Water,2022-03-19,07:20:00,CDT,2022-03-19,22:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,34.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-19T12:20:00Z,5,2022-03-20T03:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201001,Sample-Routine,Water,Surface Water,2022-03-19,09:14:00,CDT,2022-03-20,01:42:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-13,sample was diluted,NA,NA,NA,2022-04-12,NWIS,5,2022-03-19T14:14:00Z,5,2022-03-20T06:42:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201001,Sample-Routine,Water,Surface Water,2022-03-19,09:14:00,CDT,2022-03-20,01:42:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,80.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-19T14:14:00Z,5,2022-03-20T06:42:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201009,Sample-Routine,Water,Surface Water,2022-03-19,11:16:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.935,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-13,sample was diluted,NA,NA,NA,2022-04-12,NWIS,5,2022-03-19T16:16:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201009,Sample-Routine,Water,Surface Water,2022-03-19,11:16:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,31.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-19T16:16:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204810,Sample-Routine,Water,Surface Water,2022-03-19,12:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-19T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204810,Sample-Routine,Water,Surface Water,2022-03-19,12:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.266,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-19T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205081,Sample-Routine,Water,Surface Water,2022-03-19,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-19T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205081,Sample-Routine,Water,Surface Water,2022-03-19,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.127,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-19T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201014,Sample-Routine,Water,Surface Water,2022-03-19,12:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.506,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-13,NA,NA,NA,NA,2022-04-12,NWIS,5,2022-03-19T17:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201014,Sample-Routine,Water,Surface Water,2022-03-19,12:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,68.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-19T17:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205021,Sample-Routine,Water,Surface Water,2022-03-19,13:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.68,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-19T18:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205021,Sample-Routine,Water,Surface Water,2022-03-19,13:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.331,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-19T18:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204814,Sample-Routine,Water,Surface Water,2022-03-19,14:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.525,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-19T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204814,Sample-Routine,Water,Surface Water,2022-03-19,14:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.95,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-19T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204811,Sample-Routine,Water,Surface Water,2022-03-19,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.47,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-19T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204811,Sample-Routine,Water,Surface Water,2022-03-19,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.373,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-19T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201015,Sample-Routine,Water,Surface Water,2022-03-19,15:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.596,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-13,NA,NA,NA,NA,2022-04-12,NWIS,5,2022-03-19T20:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201015,Sample-Routine,Water,Surface Water,2022-03-19,15:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,62.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-19T20:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204945,Sample-Routine,Water,Surface Water,2022-03-19,16:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.68,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-19T21:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204945,Sample-Routine,Water,Surface Water,2022-03-19,16:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.576,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-19T21:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201037,Sample-Routine,Water,Surface Water,2022-03-19,17:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.772,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,holding time exceeded,NA,NA,NA,2022-04-19,NWIS,5,2022-03-19T22:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201037,Sample-Routine,Water,Surface Water,2022-03-19,17:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,86.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-19T22:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205082,Sample-Routine,Water,Surface Water,2022-03-19,17:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.124,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-19T22:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205082,Sample-Routine,Water,Surface Water,2022-03-19,17:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-19T22:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205022,Sample-Routine,Water,Surface Water,2022-03-19,20:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T01:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205022,Sample-Routine,Water,Surface Water,2022-03-19,20:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.318,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T01:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201038,Sample-Routine,Water,Surface Water,2022-03-19,21:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,holding time exceededsample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-20T02:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204816,Sample-Routine,Water,Surface Water,2022-03-19,21:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T02:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204816,Sample-Routine,Water,Surface Water,2022-03-19,21:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.347,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T02:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201038,Sample-Routine,Water,Surface Water,2022-03-19,21:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,70.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-20T02:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201016,Sample-Routine,Water,Surface Water,2022-03-19,21:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.594,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-13,NA,NA,NA,NA,2022-04-12,NWIS,5,2022-03-20T02:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201016,Sample-Routine,Water,Surface Water,2022-03-19,21:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,70.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-20T02:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204946,Sample-Routine,Water,Surface Water,2022-03-19,22:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.38,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204946,Sample-Routine,Water,Surface Water,2022-03-19,22:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.225,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201039,Sample-Routine,Water,Surface Water,2022-03-20,01:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,holding time exceededsample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-20T06:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201039,Sample-Routine,Water,Surface Water,2022-03-20,01:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,68.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-20T06:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205023,Sample-Routine,Water,Surface Water,2022-03-20,02:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.47,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T07:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205023,Sample-Routine,Water,Surface Water,2022-03-20,02:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.325,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T07:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204817,Sample-Routine,Water,Surface Water,2022-03-20,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.61,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204817,Sample-Routine,Water,Surface Water,2022-03-20,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.443,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204947,Sample-Routine,Water,Surface Water,2022-03-20,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.358,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204947,Sample-Routine,Water,Surface Water,2022-03-20,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.54,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204812,Sample-Routine,Water,Surface Water,2022-03-20,08:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.76,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T13:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204812,Sample-Routine,Water,Surface Water,2022-03-20,08:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.645,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T13:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205024,Sample-Routine,Water,Surface Water,2022-03-20,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.41,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205024,Sample-Routine,Water,Surface Water,2022-03-20,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.319,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201017,Sample-Routine,Water,Surface Water,2022-03-20,09:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.570,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-13,NA,NA,NA,NA,2022-04-12,NWIS,5,2022-03-20T14:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201017,Sample-Routine,Water,Surface Water,2022-03-20,09:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,68.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-20T14:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201040,Sample-Routine,Water,Surface Water,2022-03-20,11:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,70.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-20T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201040,Sample-Routine,Water,Surface Water,2022-03-20,11:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.764,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,holding time exceeded,NA,NA,NA,2022-04-19,NWIS,5,2022-03-20T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205083,Sample-Routine,Water,Surface Water,2022-03-20,11:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.53,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T16:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205083,Sample-Routine,Water,Surface Water,2022-03-20,11:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.419,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T16:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201041,Sample-Routine,Water,Surface Water,2022-03-20,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.782,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,holding time exceeded,NA,NA,NA,2022-04-19,NWIS,5,2022-03-20T18:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201041,Sample-Routine,Water,Surface Water,2022-03-20,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,69.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-20T18:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204813,Sample-Routine,Water,Surface Water,2022-03-20,13:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.694,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T18:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204813,Sample-Routine,Water,Surface Water,2022-03-20,13:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.83,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-20T18:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201018,Sample-Routine,Water,Surface Water,2022-03-20,15:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,64.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-20T20:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201018,Sample-Routine,Water,Surface Water,2022-03-20,15:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.576,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-13,NA,NA,NA,NA,2022-04-12,NWIS,5,2022-03-20T20:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204948,Sample-Routine,Water,Surface Water,2022-03-21,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-21T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204948,Sample-Routine,Water,Surface Water,2022-03-21,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.378,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-21T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201019,Sample-Routine,Water,Surface Water,2022-03-21,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,63.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-21T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201019,Sample-Routine,Water,Surface Water,2022-03-21,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.523,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-13,NA,NA,NA,NA,2022-04-12,NWIS,5,2022-03-21T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205084,Sample-Routine,Water,Surface Water,2022-03-21,04:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.400,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-21T09:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205084,Sample-Routine,Water,Surface Water,2022-03-21,04:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.51,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-21T09:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201031,Sample-Routine,Water,Surface Water,2022-03-21,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.305,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-13,NA,NA,NA,NA,2022-04-12,NWIS,5,2022-03-21T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201031,Sample-Routine,Water,Surface Water,2022-03-21,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,79.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-07,NA,NA,NA,NA,2022-04-07,NWIS,5,2022-03-21T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201011,Sample-Routine,Water,Surface Water,2022-03-22,19:40:00,CDT,2022-03-26,20:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,16,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,holding time exceededsample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-23T00:40:00Z,5,2022-03-27T01:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201011,Sample-Routine,Water,Surface Water,2022-03-22,19:40:00,CDT,2022-03-26,20:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,16,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,89.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-23T00:40:00Z,5,2022-03-27T01:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201002,Sample-Routine,Water,Surface Water,2022-03-22,20:00:00,CDT,2022-03-24,10:12:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,19,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,58.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-23T01:00:00Z,5,2022-03-24T15:12:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201002,Sample-Routine,Water,Surface Water,2022-03-22,20:00:00,CDT,2022-03-24,10:12:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,19,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,holding time exceededsample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-23T01:00:00Z,5,2022-03-24T15:12:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201007,Sample-Routine,Water,Surface Water,2022-03-22,20:17:00,CDT,2022-03-24,07:12:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,21,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,23.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-23T01:17:00Z,5,2022-03-24T12:12:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201007,Sample-Routine,Water,Surface Water,2022-03-22,20:17:00,CDT,2022-03-24,07:12:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,21,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,holding time exceededsample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-23T01:17:00Z,5,2022-03-24T12:12:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201010,Sample-Routine,Water,Surface Water,2022-03-22,21:00:00,CDT,2022-03-23,01:03:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,17.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-23T02:00:00Z,5,2022-03-23T06:03:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201010,Sample-Routine,Water,Surface Water,2022-03-22,21:00:00,CDT,2022-03-23,01:03:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,holding time exceededsample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-23T02:00:00Z,5,2022-03-23T06:03:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201005,Sample-Routine,Water,Surface Water,2022-03-22,22:33:00,CDT,2022-03-24,06:12:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,20,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,85.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-23T03:33:00Z,5,2022-03-24T11:12:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201005,Sample-Routine,Water,Surface Water,2022-03-22,22:33:00,CDT,2022-03-24,06:12:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,20,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,holding time exceededsample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-23T03:33:00Z,5,2022-03-24T11:12:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205025,Sample-Routine,Water,Surface Water,2022-03-22,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205025,Sample-Routine,Water,Surface Water,2022-03-22,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.191,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205085,Sample-Routine,Water,Surface Water,2022-03-23,00:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T05:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205085,Sample-Routine,Water,Surface Water,2022-03-23,00:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.140,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T05:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204819,Sample-Routine,Water,Surface Water,2022-03-23,01:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T06:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204819,Sample-Routine,Water,Surface Water,2022-03-23,01:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.157,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T06:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204815,Sample-Routine,Water,Surface Water,2022-03-23,02:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.246,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T07:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204815,Sample-Routine,Water,Surface Water,2022-03-23,02:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.39,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T07:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205026,Sample-Routine,Water,Surface Water,2022-03-23,03:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.61,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205026,Sample-Routine,Water,Surface Water,2022-03-23,03:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.206,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201042,Sample-Routine,Water,Surface Water,2022-03-23,04:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.415,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,holding time exceeded,NA,NA,NA,2022-04-19,NWIS,5,2022-03-23T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201042,Sample-Routine,Water,Surface Water,2022-03-23,04:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,90.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-23T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201020,Sample-Routine,Water,Surface Water,2022-03-23,05:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.914,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,holding time exceededsample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-23T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201020,Sample-Routine,Water,Surface Water,2022-03-23,05:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,48.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-23T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204949,Sample-Routine,Water,Surface Water,2022-03-23,05:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T10:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204949,Sample-Routine,Water,Surface Water,2022-03-23,05:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.151,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T10:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205086,Sample-Routine,Water,Surface Water,2022-03-23,06:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.50,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205086,Sample-Routine,Water,Surface Water,2022-03-23,06:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.089,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204824,Sample-Routine,Water,Surface Water,2022-03-23,07:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.99,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T12:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204824,Sample-Routine,Water,Surface Water,2022-03-23,07:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.438,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T12:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204818,Sample-Routine,Water,Surface Water,2022-03-23,07:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T12:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205027,Sample-Routine,Water,Surface Water,2022-03-23,07:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205027,Sample-Routine,Water,Surface Water,2022-03-23,07:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.213,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201043,Sample-Routine,Water,Surface Water,2022-03-23,07:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,70.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-23T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201043,Sample-Routine,Water,Surface Water,2022-03-23,07:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,sample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-23T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201021,Sample-Routine,Water,Surface Water,2022-03-23,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,sample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-23T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201021,Sample-Routine,Water,Surface Water,2022-03-23,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,37.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-23T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205087,Sample-Routine,Water,Surface Water,2022-03-23,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.76,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205087,Sample-Routine,Water,Surface Water,2022-03-23,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.097,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205088,Sample-Routine,Water,Surface Water,2022-03-23,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.60,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205088,Sample-Routine,Water,Surface Water,2022-03-23,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.103,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201044,Sample-Routine,Water,Surface Water,2022-03-23,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,sample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-23T15:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201044,Sample-Routine,Water,Surface Water,2022-03-23,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,69.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-23T15:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204950,Sample-Routine,Water,Surface Water,2022-03-23,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.56,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204950,Sample-Routine,Water,Surface Water,2022-03-23,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.208,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205028,Sample-Routine,Water,Surface Water,2022-03-23,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.44,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205028,Sample-Routine,Water,Surface Water,2022-03-23,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.242,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204825,Sample-Routine,Water,Surface Water,2022-03-23,11:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.355,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T16:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204825,Sample-Routine,Water,Surface Water,2022-03-23,11:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.80,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T16:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201045,Sample-Routine,Water,Surface Water,2022-03-23,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,sample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-23T18:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201045,Sample-Routine,Water,Surface Water,2022-03-23,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,47.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-23T18:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204826,Sample-Routine,Water,Surface Water,2022-03-23,13:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.75,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T18:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204826,Sample-Routine,Water,Surface Water,2022-03-23,13:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.343,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T18:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201022,Sample-Routine,Water,Surface Water,2022-03-23,14:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,sample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-23T19:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201022,Sample-Routine,Water,Surface Water,2022-03-23,14:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-23T19:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204951,Sample-Routine,Water,Surface Water,2022-03-23,15:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.75,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T20:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204951,Sample-Routine,Water,Surface Water,2022-03-23,15:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.235,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T20:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201046,Sample-Routine,Water,Surface Water,2022-03-23,17:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,sample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-23T22:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201046,Sample-Routine,Water,Surface Water,2022-03-23,17:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,46.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-23T22:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204952,Sample-Routine,Water,Surface Water,2022-03-23,17:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.72,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T22:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204952,Sample-Routine,Water,Surface Water,2022-03-23,17:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.242,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-23T22:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204820,Sample-Routine,Water,Surface Water,2022-03-23,19:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.81,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T00:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204820,Sample-Routine,Water,Surface Water,2022-03-23,19:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.583,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T00:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205029,Sample-Routine,Water,Surface Water,2022-03-23,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.43,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205029,Sample-Routine,Water,Surface Water,2022-03-23,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.239,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201047,Sample-Routine,Water,Surface Water,2022-03-23,20:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-22,holding time exceededsample was diluted,NA,NA,NA,2022-04-21,NWIS,5,2022-03-24T01:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201047,Sample-Routine,Water,Surface Water,2022-03-23,20:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,51.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-24T01:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205089,Sample-Routine,Water,Surface Water,2022-03-23,21:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.354,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T02:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205089,Sample-Routine,Water,Surface Water,2022-03-23,21:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.58,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T02:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204821,Sample-Routine,Water,Surface Water,2022-03-23,23:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.84,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T04:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204821,Sample-Routine,Water,Surface Water,2022-03-23,23:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.622,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T04:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204829,Sample-Routine,Water,Surface Water,2022-03-24,01:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.65,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T06:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204829,Sample-Routine,Water,Surface Water,2022-03-24,01:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.411,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T06:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201048,Sample-Routine,Water,Surface Water,2022-03-24,01:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-24T06:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201048,Sample-Routine,Water,Surface Water,2022-03-24,01:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-22,holding time exceededsample was diluted,NA,NA,NA,2022-04-21,NWIS,5,2022-03-24T06:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201023,Sample-Routine,Water,Surface Water,2022-03-24,02:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.740,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,sample was diluted,NA,NA,NA,2022-04-19,NWIS,5,2022-03-24T07:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201023,Sample-Routine,Water,Surface Water,2022-03-24,02:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,51.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-24T07:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204822,Sample-Routine,Water,Surface Water,2022-03-24,03:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.81,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204822,Sample-Routine,Water,Surface Water,2022-03-24,03:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.615,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204953,Sample-Routine,Water,Surface Water,2022-03-24,04:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.55,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T09:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204953,Sample-Routine,Water,Surface Water,2022-03-24,04:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.317,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T09:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205090,Sample-Routine,Water,Surface Water,2022-03-24,05:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.69,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T10:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205090,Sample-Routine,Water,Surface Water,2022-03-24,05:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.423,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T10:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205030,Sample-Routine,Water,Surface Water,2022-03-24,09:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205030,Sample-Routine,Water,Surface Water,2022-03-24,09:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.215,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204831,Sample-Routine,Water,Surface Water,2022-03-24,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.59,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204831,Sample-Routine,Water,Surface Water,2022-03-24,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.405,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204823,Sample-Routine,Water,Surface Water,2022-03-24,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.71,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204823,Sample-Routine,Water,Surface Water,2022-03-24,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.585,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201024,Sample-Routine,Water,Surface Water,2022-03-24,14:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.555,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,NA,NA,NA,NA,2022-04-19,NWIS,5,2022-03-24T19:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201024,Sample-Routine,Water,Surface Water,2022-03-24,14:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,56.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-24T19:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204954,Sample-Routine,Water,Surface Water,2022-03-24,15:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.55,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T20:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204954,Sample-Routine,Water,Surface Water,2022-03-24,15:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.335,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T20:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205091,Sample-Routine,Water,Surface Water,2022-03-24,17:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.60,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T22:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205091,Sample-Routine,Water,Surface Water,2022-03-24,17:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.423,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-24T22:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201025,Sample-Routine,Water,Surface Water,2022-03-25,02:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.437,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,NA,NA,NA,NA,2022-04-19,NWIS,5,2022-03-25T07:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201025,Sample-Routine,Water,Surface Water,2022-03-25,02:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,58.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-25T07:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204833,Sample-Routine,Water,Surface Water,2022-03-25,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.345,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-25T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204833,Sample-Routine,Water,Surface Water,2022-03-25,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.46,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-25T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205092,Sample-Routine,Water,Surface Water,2022-03-25,05:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.47,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-25T10:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205092,Sample-Routine,Water,Surface Water,2022-03-25,05:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.344,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-25T10:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204827,Sample-Routine,Water,Surface Water,2022-03-25,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.55,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-25T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204827,Sample-Routine,Water,Surface Water,2022-03-25,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.454,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-25T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204955,Sample-Routine,Water,Surface Water,2022-03-25,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.284,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-25T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204955,Sample-Routine,Water,Surface Water,2022-03-25,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-25T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205031,Sample-Routine,Water,Surface Water,2022-03-25,15:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-25T20:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205031,Sample-Routine,Water,Surface Water,2022-03-25,15:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.154,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-25T20:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201026,Sample-Routine,Water,Surface Water,2022-03-25,20:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.331,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,NA,NA,NA,NA,2022-04-19,NWIS,5,2022-03-26T01:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201026,Sample-Routine,Water,Surface Water,2022-03-25,20:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,56.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-26T01:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201012,Sample-Routine,Water,Surface Water,2022-03-28,11:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.134,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-04-20,NA,NA,NA,NA,2022-04-19,NWIS,5,2022-03-28T16:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201012,Sample-Routine,Water,Surface Water,2022-03-28,11:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,79.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-14,NA,NA,NA,NA,2022-04-14,NWIS,5,2022-03-28T16:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201003,Sample-Routine,Water,Surface Water,2022-03-30,04:29:00,CDT,2022-03-31,22:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,17,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,31.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-30T09:29:00Z,5,2022-04-01T03:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201003,Sample-Routine,Water,Surface Water,2022-03-30,04:29:00,CDT,2022-03-31,22:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,17,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-30T09:29:00Z,5,2022-04-01T03:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201013,Sample-Routine,Water,Surface Water,2022-03-30,04:35:00,CDT,2022-04-01,08:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,19,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,66.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-30T09:35:00Z,5,2022-04-01T13:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201013,Sample-Routine,Water,Surface Water,2022-03-30,04:35:00,CDT,2022-04-01,08:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,19,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-30T09:35:00Z,5,2022-04-01T13:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201008,Sample-Routine,Water,Surface Water,2022-03-30,05:15:00,CDT,2022-03-31,21:11:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,21,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-30T10:15:00Z,5,2022-04-01T02:11:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201008,Sample-Routine,Water,Surface Water,2022-03-30,05:15:00,CDT,2022-03-31,21:11:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,21,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,14.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-30T10:15:00Z,5,2022-04-01T02:11:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205093,Sample-Routine,Water,Surface Water,2022-03-30,06:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-30T11:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205093,Sample-Routine,Water,Surface Water,2022-03-30,06:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.088,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-30T11:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201107,Sample-Routine,Water,Surface Water,2022-03-30,06:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,35.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-30T11:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201107,Sample-Routine,Water,Surface Water,2022-03-30,06:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.637,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceeded,NA,NA,NA,2022-05-03,NWIS,5,2022-03-30T11:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205032,Sample-Routine,Water,Surface Water,2022-03-30,06:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-30T11:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205032,Sample-Routine,Water,Surface Water,2022-03-30,06:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.120,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-30T11:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204956,Sample-Routine,Water,Surface Water,2022-03-30,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-30T14:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204956,Sample-Routine,Water,Surface Water,2022-03-30,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.145,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-30T14:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201027,Sample-Routine,Water,Surface Water,2022-03-30,09:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.220,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceeded,NA,NA,NA,2022-05-03,NWIS,5,2022-03-30T14:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201027,Sample-Routine,Water,Surface Water,2022-03-30,09:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,56.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-30T14:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201220,Sample-Routine,Water,Surface Water,2022-03-30,09:15:00,CDT,2022-03-31,22:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,18,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-30T14:15:00Z,5,2022-04-01T03:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201220,Sample-Routine,Water,Surface Water,2022-03-30,09:15:00,CDT,2022-03-31,22:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,18,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,13.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-30T14:15:00Z,5,2022-04-01T03:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204828,Sample-Routine,Water,Surface Water,2022-03-30,11:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-30T16:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204828,Sample-Routine,Water,Surface Water,2022-03-30,11:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.158,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-30T16:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204834,Sample-Routine,Water,Surface Water,2022-03-30,14:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-30T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204834,Sample-Routine,Water,Surface Water,2022-03-30,14:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.115,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-30T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201049,Sample-Routine,Water,Surface Water,2022-03-30,15:51:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.489,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceeded,NA,NA,NA,2022-05-03,NWIS,5,2022-03-30T20:51:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201049,Sample-Routine,Water,Surface Water,2022-03-30,15:51:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,86.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-30T20:51:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201108,Sample-Routine,Water,Surface Water,2022-03-30,16:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.707,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceeded,NA,NA,NA,2022-05-03,NWIS,5,2022-03-30T21:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201108,Sample-Routine,Water,Surface Water,2022-03-30,16:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,73.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-30T21:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205033,Sample-Routine,Water,Surface Water,2022-03-30,17:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-30T22:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205033,Sample-Routine,Water,Surface Water,2022-03-30,17:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.158,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-30T22:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201028,Sample-Routine,Water,Surface Water,2022-03-30,20:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.306,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceeded,NA,NA,NA,2022-05-03,NWIS,5,2022-03-31T01:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201028,Sample-Routine,Water,Surface Water,2022-03-30,20:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,65.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-31T01:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204830,Sample-Routine,Water,Surface Water,2022-03-30,23:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.389,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T04:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204830,Sample-Routine,Water,Surface Water,2022-03-30,23:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.53,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T04:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205094,Sample-Routine,Water,Surface Water,2022-03-31,00:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T05:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205094,Sample-Routine,Water,Surface Water,2022-03-31,00:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.111,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T05:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201109,Sample-Routine,Water,Surface Water,2022-03-31,01:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,50.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-31T06:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201109,Sample-Routine,Water,Surface Water,2022-03-31,01:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-31T06:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201050,Sample-Routine,Water,Surface Water,2022-03-31,01:17:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.924,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-31T06:17:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201050,Sample-Routine,Water,Surface Water,2022-03-31,01:17:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,54.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-31T06:17:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204837,Sample-Routine,Water,Surface Water,2022-03-31,01:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.354,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T06:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204837,Sample-Routine,Water,Surface Water,2022-03-31,01:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.62,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T06:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201110,Sample-Routine,Water,Surface Water,2022-03-31,02:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,5.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-31T07:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201110,Sample-Routine,Water,Surface Water,2022-03-31,02:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,40.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-31T07:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204838,Sample-Routine,Water,Surface Water,2022-03-31,04:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.03,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204838,Sample-Routine,Water,Surface Water,2022-03-31,04:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.575,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201029,Sample-Routine,Water,Surface Water,2022-03-31,04:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.758,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-31T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201029,Sample-Routine,Water,Surface Water,2022-03-31,04:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,42.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-31T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204957,Sample-Routine,Water,Surface Water,2022-03-31,04:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.161,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T09:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204957,Sample-Routine,Water,Surface Water,2022-03-31,04:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T09:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205095,Sample-Routine,Water,Surface Water,2022-03-31,04:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.40,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T09:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205095,Sample-Routine,Water,Surface Water,2022-03-31,04:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.147,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T09:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201051,Sample-Routine,Water,Surface Water,2022-03-31,05:03:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-31T10:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201051,Sample-Routine,Water,Surface Water,2022-03-31,05:03:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,39.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-31T10:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201052,Sample-Routine,Water,Surface Water,2022-03-31,07:33:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-31T12:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201052,Sample-Routine,Water,Surface Water,2022-03-31,07:33:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,33.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-31T12:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201111,Sample-Routine,Water,Surface Water,2022-03-31,07:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-31T12:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201111,Sample-Routine,Water,Surface Water,2022-03-31,07:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,46.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-31T12:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204958,Sample-Routine,Water,Surface Water,2022-03-31,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.49,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204958,Sample-Routine,Water,Surface Water,2022-03-31,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.210,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201053,Sample-Routine,Water,Surface Water,2022-03-31,08:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-31T13:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201053,Sample-Routine,Water,Surface Water,2022-03-31,08:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,27.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-31T13:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205034,Sample-Routine,Water,Surface Water,2022-03-31,08:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.38,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T13:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205034,Sample-Routine,Water,Surface Water,2022-03-31,08:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.227,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T13:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204832,Sample-Routine,Water,Surface Water,2022-03-31,09:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.63,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T14:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204832,Sample-Routine,Water,Surface Water,2022-03-31,09:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.471,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T14:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204840,Sample-Routine,Water,Surface Water,2022-03-31,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.90,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204840,Sample-Routine,Water,Surface Water,2022-03-31,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.466,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205096,Sample-Routine,Water,Surface Water,2022-03-31,10:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.43,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T15:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205096,Sample-Routine,Water,Surface Water,2022-03-31,10:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.216,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T15:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201054,Sample-Routine,Water,Surface Water,2022-03-31,11:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-31T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201054,Sample-Routine,Water,Surface Water,2022-03-31,11:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,23.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-31T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201055,Sample-Routine,Water,Surface Water,2022-03-31,13:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-31T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201055,Sample-Routine,Water,Surface Water,2022-03-31,13:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,24.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-31T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201030,Sample-Routine,Water,Surface Water,2022-03-31,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.794,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-03-31T18:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201030,Sample-Routine,Water,Surface Water,2022-03-31,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,41.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-03-31T18:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204959,Sample-Routine,Water,Surface Water,2022-03-31,16:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T21:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204959,Sample-Routine,Water,Surface Water,2022-03-31,16:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.274,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T21:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205035,Sample-Routine,Water,Surface Water,2022-03-31,18:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T23:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205035,Sample-Routine,Water,Surface Water,2022-03-31,18:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.209,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-03-31T23:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204835,Sample-Routine,Water,Surface Water,2022-03-31,19:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.72,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-01T00:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204835,Sample-Routine,Water,Surface Water,2022-03-31,19:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.562,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-01T00:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201056,Sample-Routine,Water,Surface Water,2022-03-31,22:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-04-01T03:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201056,Sample-Routine,Water,Surface Water,2022-03-31,22:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,30.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-27,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-04-01T03:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205097,Sample-Routine,Water,Surface Water,2022-03-31,22:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.56,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-01T03:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205097,Sample-Routine,Water,Surface Water,2022-03-31,22:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.400,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-01T03:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204843,Sample-Routine,Water,Surface Water,2022-04-01,03:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.86,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-01T08:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204843,Sample-Routine,Water,Surface Water,2022-04-01,03:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.575,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-01T08:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205036,Sample-Routine,Water,Surface Water,2022-04-01,09:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-01T14:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205036,Sample-Routine,Water,Surface Water,2022-04-01,09:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.178,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-01T14:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201230,Sample-Routine,Water,Surface Water,2022-04-01,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.575,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-03,holding time exceeded,NA,NA,NA,2022-05-03,NWIS,5,2022-04-01T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201230,Sample-Routine,Water,Surface Water,2022-04-01,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,39.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-22,NA,NA,NA,NA,2022-04-22,NWIS,5,2022-04-01T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204960,Sample-Routine,Water,Surface Water,2022-04-01,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.50,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-01T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204960,Sample-Routine,Water,Surface Water,2022-04-01,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.323,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-01T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204836,Sample-Routine,Water,Surface Water,2022-04-01,11:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.68,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-01T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204836,Sample-Routine,Water,Surface Water,2022-04-01,11:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.577,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-01T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205098,Sample-Routine,Water,Surface Water,2022-04-01,22:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.46,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-02T03:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205098,Sample-Routine,Water,Surface Water,2022-04-01,22:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.364,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-02T03:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204848,Sample-Routine,Water,Surface Water,2022-04-02,04:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.59,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-02T09:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204848,Sample-Routine,Water,Surface Water,2022-04-02,04:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.453,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-02T09:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204839,Sample-Routine,Water,Surface Water,2022-04-02,05:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.476,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-02T10:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204839,Sample-Routine,Water,Surface Water,2022-04-02,05:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.55,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-02T10:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201205,Sample-Routine,Water,Surface Water,2022-04-02,11:19:00,CDT,2022-04-03,02:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceededsample was diluted,NA,NA,NA,2022-06-03,NWIS,5,2022-04-02T16:19:00Z,5,2022-04-03T07:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201205,Sample-Routine,Water,Surface Water,2022-04-02,11:19:00,CDT,2022-04-03,02:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,63.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-27,NA,NA,NA,NA,2022-04-27,NWIS,5,2022-04-02T16:19:00Z,5,2022-04-03T07:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201250,Sample-Routine,Water,Surface Water,2022-04-02,23:27:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.447,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceeded,NA,NA,NA,2022-06-03,NWIS,5,2022-04-03T04:27:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201250,Sample-Routine,Water,Surface Water,2022-04-02,23:27:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,60.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-03T04:27:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205037,Sample-Routine,Water,Surface Water,2022-04-03,06:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-03T11:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205037,Sample-Routine,Water,Surface Water,2022-04-03,06:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.114,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-03T11:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201224,Sample-Routine,Water,Surface Water,2022-04-03,10:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.355,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceeded,NA,NA,NA,2022-06-03,NWIS,5,2022-04-03T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201224,Sample-Routine,Water,Surface Water,2022-04-03,10:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,76.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-03T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204961,Sample-Routine,Water,Surface Water,2022-04-03,13:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-03T18:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204961,Sample-Routine,Water,Surface Water,2022-04-03,13:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.248,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-03T18:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201221,Sample-Routine,Water,Surface Water,2022-04-04,00:45:00,CDT,2022-04-04,20:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.987,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-05,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-04-04T05:45:00Z,5,2022-04-05T01:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201221,Sample-Routine,Water,Surface Water,2022-04-04,00:45:00,CDT,2022-04-04,20:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,13.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-27,NA,NA,NA,NA,2022-04-27,NWIS,5,2022-04-04T05:45:00Z,5,2022-04-05T01:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201217,Sample-Routine,Water,Surface Water,2022-04-04,04:18:00,CDT,2022-04-04,16:07:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceededsample was diluted,NA,NA,NA,2022-06-03,NWIS,5,2022-04-04T09:18:00Z,5,2022-04-04T21:07:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201217,Sample-Routine,Water,Surface Water,2022-04-04,04:18:00,CDT,2022-04-04,16:07:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,21.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-27,NA,NA,NA,NA,2022-04-27,NWIS,5,2022-04-04T09:18:00Z,5,2022-04-04T21:07:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201208,Sample-Routine,Water,Surface Water,2022-04-04,04:45:00,CDT,2022-04-05,05:18:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,14,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceededsample was diluted,NA,NA,NA,2022-06-03,NWIS,5,2022-04-04T09:45:00Z,5,2022-04-05T10:18:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201208,Sample-Routine,Water,Surface Water,2022-04-04,04:45:00,CDT,2022-04-05,05:18:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,14,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,68.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-27,NA,NA,NA,NA,2022-04-27,NWIS,5,2022-04-04T09:45:00Z,5,2022-04-05T10:18:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201232,Sample-Routine,Water,Surface Water,2022-04-04,08:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.296,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceeded,NA,NA,NA,2022-06-03,NWIS,5,2022-04-04T13:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201232,Sample-Routine,Water,Surface Water,2022-04-04,08:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-04T13:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201225,Sample-Routine,Water,Surface Water,2022-04-04,08:35:00,CDT,2022-04-06,00:10:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.562,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-05,holding time exceeded,NA,NA,NA,2022-05-03,NWIS,5,2022-04-04T13:35:00Z,5,2022-04-06T05:10:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201225,Sample-Routine,Water,Surface Water,2022-04-04,08:35:00,CDT,2022-04-06,00:10:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,75.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-27,NA,NA,NA,NA,2022-04-27,NWIS,5,2022-04-04T13:35:00Z,5,2022-04-06T05:10:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205038,Sample-Routine,Water,Surface Water,2022-04-04,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-04T15:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205038,Sample-Routine,Water,Surface Water,2022-04-04,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.107,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-04T15:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204849,Sample-Routine,Water,Surface Water,2022-04-04,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.41,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-04T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204849,Sample-Routine,Water,Surface Water,2022-04-04,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.315,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-04T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204962,Sample-Routine,Water,Surface Water,2022-04-04,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-04T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204962,Sample-Routine,Water,Surface Water,2022-04-04,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.196,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-04T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205099,Sample-Routine,Water,Surface Water,2022-04-04,15:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-04T20:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205099,Sample-Routine,Water,Surface Water,2022-04-04,15:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.172,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-04T20:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201251,Sample-Routine,Water,Surface Water,2022-04-04,17:07:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.657,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceeded,NA,NA,NA,2022-06-03,NWIS,5,2022-04-04T22:07:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201251,Sample-Routine,Water,Surface Water,2022-04-04,17:07:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,66.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-04T22:07:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205039,Sample-Routine,Water,Surface Water,2022-04-04,19:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-05T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205039,Sample-Routine,Water,Surface Water,2022-04-04,19:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.107,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-05T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201252,Sample-Routine,Water,Surface Water,2022-04-05,00:07:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.544,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceeded,NA,NA,NA,2022-06-03,NWIS,5,2022-04-05T05:07:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201252,Sample-Routine,Water,Surface Water,2022-04-05,00:07:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,56.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-05T05:07:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204851,Sample-Routine,Water,Surface Water,2022-04-05,02:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.42,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-05T07:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204851,Sample-Routine,Water,Surface Water,2022-04-05,02:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.302,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-05T07:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204963,Sample-Routine,Water,Surface Water,2022-04-05,02:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-05T07:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204963,Sample-Routine,Water,Surface Water,2022-04-05,02:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.212,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-05T07:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201233,Sample-Routine,Water,Surface Water,2022-04-05,05:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.352,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceeded,NA,NA,NA,2022-06-03,NWIS,5,2022-04-05T10:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201233,Sample-Routine,Water,Surface Water,2022-04-05,05:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,58.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-05T10:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205152,Sample-Routine,Water,Surface Water,2022-04-05,07:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.115,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-05T12:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205152,Sample-Routine,Water,Surface Water,2022-04-05,07:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-05T12:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204841,Sample-Routine,Water,Surface Water,2022-04-05,09:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-05T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204841,Sample-Routine,Water,Surface Water,2022-04-05,09:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.439,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-05T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204853,Sample-Routine,Water,Surface Water,2022-04-05,16:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-05T21:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204853,Sample-Routine,Water,Surface Water,2022-04-05,16:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.305,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-05T21:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205040,Sample-Routine,Water,Surface Water,2022-04-05,19:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205040,Sample-Routine,Water,Surface Water,2022-04-05,19:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.097,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201206,Sample-Routine,Water,Surface Water,2022-04-05,21:35:00,CDT,2022-04-06,18:12:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,39.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-27,NA,NA,NA,NA,2022-04-27,NWIS,5,2022-04-06T02:35:00Z,5,2022-04-06T23:12:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201206,Sample-Routine,Water,Surface Water,2022-04-05,21:35:00,CDT,2022-04-06,18:12:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceededsample was diluted,NA,NA,NA,2022-06-03,NWIS,5,2022-04-06T02:35:00Z,5,2022-04-06T23:12:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201218,Sample-Routine,Water,Surface Water,2022-04-05,22:12:00,CDT,2022-04-06,11:29:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,11.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-27,NA,NA,NA,NA,2022-04-27,NWIS,5,2022-04-06T03:12:00Z,5,2022-04-06T16:29:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201218,Sample-Routine,Water,Surface Water,2022-04-05,22:12:00,CDT,2022-04-06,11:29:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-05,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-04-06T03:12:00Z,5,2022-04-06T16:29:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201222,Sample-Routine,Water,Surface Water,2022-04-05,22:45:00,CDT,2022-04-06,11:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-05-05,holding time exceededsample was diluted,NA,NA,NA,2022-05-03,NWIS,5,2022-04-06T03:45:00Z,5,2022-04-06T16:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201222,Sample-Routine,Water,Surface Water,2022-04-05,22:45:00,CDT,2022-04-06,11:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,5.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-27,NA,NA,NA,NA,2022-04-27,NWIS,5,2022-04-06T03:45:00Z,5,2022-04-06T16:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201209,Sample-Routine,Water,Surface Water,2022-04-05,23:50:00,CDT,2022-04-06,22:02:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,13,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceededsample was diluted,NA,NA,NA,2022-06-03,NWIS,5,2022-04-06T04:50:00Z,5,2022-04-07T03:02:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201209,Sample-Routine,Water,Surface Water,2022-04-05,23:50:00,CDT,2022-04-06,22:02:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,13,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-27,NA,NA,NA,NA,2022-04-27,NWIS,5,2022-04-06T04:50:00Z,5,2022-04-07T03:02:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201226,Sample-Routine,Water,Surface Water,2022-04-06,00:10:00,CDT,2022-04-07,15:40:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,68.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-27,NA,NA,NA,NA,2022-04-27,NWIS,5,2022-04-06T05:10:00Z,5,2022-04-07T20:40:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201226,Sample-Routine,Water,Surface Water,2022-04-06,00:10:00,CDT,2022-04-07,15:40:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceededsample was diluted,NA,NA,NA,2022-06-03,NWIS,5,2022-04-06T05:10:00Z,5,2022-04-07T20:40:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201234,Sample-Routine,Water,Surface Water,2022-04-06,02:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-06T07:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201234,Sample-Routine,Water,Surface Water,2022-04-06,02:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.310,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceeded,NA,NA,NA,2022-06-03,NWIS,5,2022-04-06T07:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204964,Sample-Routine,Water,Surface Water,2022-04-06,02:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T07:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204964,Sample-Routine,Water,Surface Water,2022-04-06,02:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.222,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T07:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205100,Sample-Routine,Water,Surface Water,2022-04-06,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.152,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205100,Sample-Routine,Water,Surface Water,2022-04-06,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204842,Sample-Routine,Water,Surface Water,2022-04-06,05:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.39,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204842,Sample-Routine,Water,Surface Water,2022-04-06,05:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.292,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205101,Sample-Routine,Water,Surface Water,2022-04-06,06:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.104,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T11:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205101,Sample-Routine,Water,Surface Water,2022-04-06,06:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.45,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T11:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201253,Sample-Routine,Water,Surface Water,2022-04-06,06:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,53.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-06T11:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201253,Sample-Routine,Water,Surface Water,2022-04-06,06:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.635,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceeded,NA,NA,NA,2022-06-03,NWIS,5,2022-04-06T11:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205041,Sample-Routine,Water,Surface Water,2022-04-06,06:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T11:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200982,Sample-Routine,Water,Surface Water,2022-04-06,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.17,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200982,Sample-Routine,Water,Surface Water,2022-04-06,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.061,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2022-05-04,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2022-04-06T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200982,Sample-Routine,Water,Surface Water,2022-04-06,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,30.6,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2022-06-25,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2022-04-06T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02200982,Sample-Routine,Water,Surface Water,2022-04-06,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,5.19,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201254,Sample-Routine,Water,Surface Water,2022-04-06,09:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceededsample was diluted,NA,NA,NA,2022-06-03,NWIS,5,2022-04-06T14:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201254,Sample-Routine,Water,Surface Water,2022-04-06,09:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,54.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-06T14:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204965,Sample-Routine,Water,Surface Water,2022-04-06,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204965,Sample-Routine,Water,Surface Water,2022-04-06,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.145,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204844,Sample-Routine,Water,Surface Water,2022-04-06,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.49,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204844,Sample-Routine,Water,Surface Water,2022-04-06,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.354,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204856,Sample-Routine,Water,Surface Water,2022-04-06,12:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.49,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T17:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204856,Sample-Routine,Water,Surface Water,2022-04-06,12:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.232,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T17:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205042,Sample-Routine,Water,Surface Water,2022-04-06,12:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201309,Sample-Routine,Water,Surface Water,2022-04-06,14:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.573,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceeded,NA,NA,NA,2022-06-03,NWIS,5,2022-04-06T19:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201309,Sample-Routine,Water,Surface Water,2022-04-06,14:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,46.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-06T19:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201255,Sample-Routine,Water,Surface Water,2022-04-06,14:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceededsample was diluted,NA,NA,NA,2022-06-03,NWIS,5,2022-04-06T19:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201255,Sample-Routine,Water,Surface Water,2022-04-06,14:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,36.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-06T19:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204857,Sample-Routine,Water,Surface Water,2022-04-06,16:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.51,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T21:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204857,Sample-Routine,Water,Surface Water,2022-04-06,16:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.263,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T21:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205102,Sample-Routine,Water,Surface Water,2022-04-06,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205102,Sample-Routine,Water,Surface Water,2022-04-06,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.227,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-06T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204966,Sample-Routine,Water,Surface Water,2022-04-06,19:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.45,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-07T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204966,Sample-Routine,Water,Surface Water,2022-04-06,19:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.199,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-07T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201235,Sample-Routine,Water,Surface Water,2022-04-06,21:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,43.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-07T02:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201235,Sample-Routine,Water,Surface Water,2022-04-06,21:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.548,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceeded,NA,NA,NA,2022-06-03,NWIS,5,2022-04-07T02:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204845,Sample-Routine,Water,Surface Water,2022-04-06,21:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.58,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-07T02:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204845,Sample-Routine,Water,Surface Water,2022-04-06,21:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.466,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-07T02:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201256,Sample-Routine,Water,Surface Water,2022-04-06,23:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,40.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-07T04:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201256,Sample-Routine,Water,Surface Water,2022-04-06,23:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.846,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceeded,NA,NA,NA,2022-06-03,NWIS,5,2022-04-07T04:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205103,Sample-Routine,Water,Surface Water,2022-04-07,00:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.41,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-07T05:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205103,Sample-Routine,Water,Surface Water,2022-04-07,00:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.294,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-07T05:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205043,Sample-Routine,Water,Surface Water,2022-04-07,00:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-07T05:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204846,Sample-Routine,Water,Surface Water,2022-04-07,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.469,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-07T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204846,Sample-Routine,Water,Surface Water,2022-04-07,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-07T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201236,Sample-Routine,Water,Surface Water,2022-04-07,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.420,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceeded,NA,NA,NA,2022-06-03,NWIS,5,2022-04-07T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201236,Sample-Routine,Water,Surface Water,2022-04-07,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-07T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204847,Sample-Routine,Water,Surface Water,2022-04-08,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.343,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-08T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204847,Sample-Routine,Water,Surface Water,2022-04-08,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.38,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-08T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201237,Sample-Routine,Water,Surface Water,2022-04-08,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.373,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-06,holding time exceeded,NA,NA,NA,2022-06-03,NWIS,5,2022-04-08T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201237,Sample-Routine,Water,Surface Water,2022-04-08,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-04-29,NA,NA,NA,NA,2022-04-29,NWIS,5,2022-04-08T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204858,Sample-Routine,Water,Surface Water,2022-04-08,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-08T14:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204858,Sample-Routine,Water,Surface Water,2022-04-08,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.262,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-08T14:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204967,Sample-Routine,Water,Surface Water,2022-04-08,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-08T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204967,Sample-Routine,Water,Surface Water,2022-04-08,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.189,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-08T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205104,Sample-Routine,Water,Surface Water,2022-04-08,09:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-08T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205104,Sample-Routine,Water,Surface Water,2022-04-08,09:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.212,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-08T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205153,Sample-Routine,Water,Surface Water,2022-04-12,07:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-12T12:58:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205153,Sample-Routine,Water,Surface Water,2022-04-12,07:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.059,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-12T12:58:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205044,Sample-Routine,Water,Surface Water,2022-04-12,20:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T01:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205044,Sample-Routine,Water,Surface Water,2022-04-12,20:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.072,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T01:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204863,Sample-Routine,Water,Surface Water,2022-04-12,23:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.69,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T04:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204863,Sample-Routine,Water,Surface Water,2022-04-12,23:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.197,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T04:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205105,Sample-Routine,Water,Surface Water,2022-04-13,01:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T06:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205105,Sample-Routine,Water,Surface Water,2022-04-13,01:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.197,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T06:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204850,Sample-Routine,Water,Surface Water,2022-04-13,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.076,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204850,Sample-Routine,Water,Surface Water,2022-04-13,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.41,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204968,Sample-Routine,Water,Surface Water,2022-04-13,06:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.203,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T11:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204968,Sample-Routine,Water,Surface Water,2022-04-13,06:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T11:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205045,Sample-Routine,Water,Surface Water,2022-04-13,08:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T13:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205045,Sample-Routine,Water,Surface Water,2022-04-13,08:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.096,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T13:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204866,Sample-Routine,Water,Surface Water,2022-04-13,10:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T15:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204866,Sample-Routine,Water,Surface Water,2022-04-13,10:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.071,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T15:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204969,Sample-Routine,Water,Surface Water,2022-04-13,14:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.166,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T19:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204969,Sample-Routine,Water,Surface Water,2022-04-13,14:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-13T19:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201207,Sample-Routine,Water,Surface Water,2022-04-13,16:54:00,CDT,2022-04-14,21:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-14,holding time exceededsample was diluted,NA,NA,NA,2022-06-13,NWIS,5,2022-04-13T21:54:00Z,5,2022-04-15T02:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201207,Sample-Routine,Water,Surface Water,2022-04-13,16:54:00,CDT,2022-04-14,21:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-06,NA,NA,NA,NA,2022-05-05,NWIS,5,2022-04-13T21:54:00Z,5,2022-04-15T02:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201219,Sample-Routine,Water,Surface Water,2022-04-13,17:00:00,CDT,2022-04-14,05:22:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceededsample was diluted,NA,NA,NA,2022-06-07,NWIS,5,2022-04-13T22:00:00Z,5,2022-04-14T10:22:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201219,Sample-Routine,Water,Surface Water,2022-04-13,17:00:00,CDT,2022-04-14,05:22:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,9.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-06,NA,NA,NA,NA,2022-05-05,NWIS,5,2022-04-13T22:00:00Z,5,2022-04-14T10:22:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201223,Sample-Routine,Water,Surface Water,2022-04-13,17:30:00,CDT,2022-04-14,06:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,5.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-06,NA,NA,NA,NA,2022-05-05,NWIS,5,2022-04-13T22:30:00Z,5,2022-04-14T11:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201223,Sample-Routine,Water,Surface Water,2022-04-13,17:30:00,CDT,2022-04-14,06:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceededsample was diluted,NA,NA,NA,2022-06-07,NWIS,5,2022-04-13T22:30:00Z,5,2022-04-14T11:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201227,Sample-Routine,Water,Surface Water,2022-04-13,18:40:00,CDT,2022-04-14,22:05:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,73.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-04,NA,NA,NA,NA,2022-05-04,NWIS,5,2022-04-13T23:40:00Z,5,2022-04-15T03:05:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201227,Sample-Routine,Water,Surface Water,2022-04-13,18:40:00,CDT,2022-04-14,22:05:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.500,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-13T23:40:00Z,5,2022-04-15T03:05:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201210,Sample-Routine,Water,Surface Water,2022-04-13,18:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,58.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-06,NA,NA,NA,NA,2022-05-05,NWIS,5,2022-04-13T23:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201210,Sample-Routine,Water,Surface Water,2022-04-13,18:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.113,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-13T23:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201238,Sample-Routine,Water,Surface Water,2022-04-13,19:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-06,NA,NA,NA,NA,2022-05-05,NWIS,5,2022-04-14T00:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201238,Sample-Routine,Water,Surface Water,2022-04-13,19:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.272,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-14T00:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204852,Sample-Routine,Water,Surface Water,2022-04-13,20:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.408,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T01:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204852,Sample-Routine,Water,Surface Water,2022-04-13,20:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.53,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T01:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205046,Sample-Routine,Water,Surface Water,2022-04-13,20:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T01:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201211,Sample-Routine,Water,Surface Water,2022-04-13,21:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.740,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-14T02:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201211,Sample-Routine,Water,Surface Water,2022-04-13,21:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,59.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-06,NA,NA,NA,NA,2022-05-05,NWIS,5,2022-04-14T02:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205106,Sample-Routine,Water,Surface Water,2022-04-13,22:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.40,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T03:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205106,Sample-Routine,Water,Surface Water,2022-04-13,22:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.182,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T03:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201212,Sample-Routine,Water,Surface Water,2022-04-13,22:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.961,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-14T03:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201212,Sample-Routine,Water,Surface Water,2022-04-13,22:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-06,NA,NA,NA,NA,2022-05-05,NWIS,5,2022-04-14T03:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201213,Sample-Routine,Water,Surface Water,2022-04-13,23:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-14,holding time exceededsample was diluted,NA,NA,NA,2022-06-13,NWIS,5,2022-04-14T04:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201213,Sample-Routine,Water,Surface Water,2022-04-13,23:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,53.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-06,NA,NA,NA,NA,2022-05-05,NWIS,5,2022-04-14T04:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201239,Sample-Routine,Water,Surface Water,2022-04-14,00:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.422,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-14T05:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201239,Sample-Routine,Water,Surface Water,2022-04-14,00:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-06,NA,NA,NA,NA,2022-05-05,NWIS,5,2022-04-14T05:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205107,Sample-Routine,Water,Surface Water,2022-04-14,01:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.147,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T06:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205107,Sample-Routine,Water,Surface Water,2022-04-14,01:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T06:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201214,Sample-Routine,Water,Surface Water,2022-04-14,01:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-14,holding time exceededsample was diluted,NA,NA,NA,2022-06-13,NWIS,5,2022-04-14T06:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201214,Sample-Routine,Water,Surface Water,2022-04-14,01:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,56.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-06,NA,NA,NA,NA,2022-05-05,NWIS,5,2022-04-14T06:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205047,Sample-Routine,Water,Surface Water,2022-04-14,02:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T07:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201240,Sample-Routine,Water,Surface Water,2022-04-14,02:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.564,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-14T07:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201240,Sample-Routine,Water,Surface Water,2022-04-14,02:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,39.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-06,NA,NA,NA,NA,2022-05-05,NWIS,5,2022-04-14T07:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204867,Sample-Routine,Water,Surface Water,2022-04-14,03:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.56,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T08:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204867,Sample-Routine,Water,Surface Water,2022-04-14,03:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.224,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T08:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202093,Sample-Routine,Water,Surface Water,2022-04-14,03:16:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,67.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-04,NA,NA,NA,NA,2022-05-04,NWIS,5,2022-04-14T08:16:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202093,Sample-Routine,Water,Surface Water,2022-04-14,03:16:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.550,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceededsample was diluted,NA,NA,NA,2022-06-07,NWIS,5,2022-04-14T08:16:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201258,Sample-Routine,Water,Surface Water,2022-04-14,03:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.698,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceededsample was diluted,NA,NA,NA,2022-06-07,NWIS,5,2022-04-14T08:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201258,Sample-Routine,Water,Surface Water,2022-04-14,03:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,69.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-04,NA,NA,NA,NA,2022-05-04,NWIS,5,2022-04-14T08:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204854,Sample-Routine,Water,Surface Water,2022-04-14,04:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.49,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T09:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204854,Sample-Routine,Water,Surface Water,2022-04-14,04:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.394,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T09:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201215,Sample-Routine,Water,Surface Water,2022-04-14,04:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.925,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-14T09:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201215,Sample-Routine,Water,Surface Water,2022-04-14,04:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,60.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-06,NA,NA,NA,NA,2022-05-05,NWIS,5,2022-04-14T09:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204970,Sample-Routine,Water,Surface Water,2022-04-14,05:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.67,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T10:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204970,Sample-Routine,Water,Surface Water,2022-04-14,05:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.185,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T10:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201216,Sample-Routine,Water,Surface Water,2022-04-14,06:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.586,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-14T11:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201216,Sample-Routine,Water,Surface Water,2022-04-14,06:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,67.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-06,NA,NA,NA,NA,2022-05-05,NWIS,5,2022-04-14T11:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204869,Sample-Routine,Water,Surface Water,2022-04-14,07:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.52,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T12:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204869,Sample-Routine,Water,Surface Water,2022-04-14,07:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.213,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T12:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205108,Sample-Routine,Water,Surface Water,2022-04-14,07:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T12:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205108,Sample-Routine,Water,Surface Water,2022-04-14,07:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.182,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T12:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201241,Sample-Routine,Water,Surface Water,2022-04-14,08:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.442,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-14T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201241,Sample-Routine,Water,Surface Water,2022-04-14,08:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,47.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-06,NA,NA,NA,NA,2022-05-05,NWIS,5,2022-04-14T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204971,Sample-Routine,Water,Surface Water,2022-04-14,11:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.44,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204971,Sample-Routine,Water,Surface Water,2022-04-14,11:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.185,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201260,Sample-Routine,Water,Surface Water,2022-04-14,11:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-04,NA,NA,NA,NA,2022-05-04,NWIS,5,2022-04-14T16:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201260,Sample-Routine,Water,Surface Water,2022-04-14,11:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.949,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceededsample was diluted,NA,NA,NA,2022-06-07,NWIS,5,2022-04-14T16:42:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-309424515,Sample-Routine,Water,NA,2022-04-14,14:00:00,CDT,2022-04-14,14:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0924,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-04-29,NA,NA,NA,NA,NA,STORET,5,2022-04-14T19:00:00Z,5,2022-04-14T19:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-309424515,Sample-Routine,Water,NA,2022-04-14,14:00:00,CDT,2022-04-14,14:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,28.5,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2022-04-18,NA,NA,NA,NA,NA,STORET,5,2022-04-14T19:00:00Z,5,2022-04-14T19:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201242,Sample-Routine,Water,Surface Water,2022-04-14,15:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.464,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-14T20:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201242,Sample-Routine,Water,Surface Water,2022-04-14,15:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-04,NA,NA,NA,NA,2022-05-04,NWIS,5,2022-04-14T20:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204855,Sample-Routine,Water,Surface Water,2022-04-14,16:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.58,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T21:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204855,Sample-Routine,Water,Surface Water,2022-04-14,16:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.452,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-14T21:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205048,Sample-Routine,Water,Surface Water,2022-04-14,20:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-15T01:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201261,Sample-Routine,Water,Surface Water,2022-04-15,01:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.415,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-15T06:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201261,Sample-Routine,Water,Surface Water,2022-04-15,01:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-04,NA,NA,NA,NA,2022-05-04,NWIS,5,2022-04-15T06:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204874,Sample-Routine,Water,Surface Water,2022-04-15,04:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.39,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-15T09:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204874,Sample-Routine,Water,Surface Water,2022-04-15,04:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.264,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-15T09:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205109,Sample-Routine,Water,Surface Water,2022-04-15,07:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.40,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-15T12:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205109,Sample-Routine,Water,Surface Water,2022-04-15,07:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.263,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-15T12:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204859,Sample-Routine,Water,Surface Water,2022-04-15,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.43,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-15T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204859,Sample-Routine,Water,Surface Water,2022-04-15,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.359,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-15T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204972,Sample-Routine,Water,Surface Water,2022-04-15,13:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-15T18:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204972,Sample-Routine,Water,Surface Water,2022-04-15,13:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.200,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-15T18:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201243,Sample-Routine,Water,Surface Water,2022-04-15,19:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.268,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-16T00:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201243,Sample-Routine,Water,Surface Water,2022-04-15,19:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,52.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-04,NA,NA,NA,NA,2022-05-04,NWIS,5,2022-04-16T00:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201244,Sample-Routine,Water,Surface Water,2022-04-16,23:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.166,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-17T04:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201244,Sample-Routine,Water,Surface Water,2022-04-16,23:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,50.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-04,NA,NA,NA,NA,2022-05-04,NWIS,5,2022-04-17T04:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201228,Sample-Routine,Water,Surface Water,2022-04-18,07:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.094,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-08,holding time exceeded,NA,NA,NA,2022-06-07,NWIS,5,2022-04-18T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201228,Sample-Routine,Water,Surface Water,2022-04-18,07:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,78.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-04,NA,NA,NA,NA,2022-05-04,NWIS,5,2022-04-18T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205154,Sample-Routine,Water,Surface Water,2022-04-19,07:31:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.047,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-19T12:31:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205154,Sample-Routine,Water,Surface Water,2022-04-19,07:31:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-19T12:31:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201245,Sample-Routine,Water,Surface Water,2022-04-21,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.164,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-14,holding time exceeded,NA,NA,NA,2022-06-13,NWIS,5,2022-04-21T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201245,Sample-Routine,Water,Surface Water,2022-04-21,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-12,NA,NA,NA,NA,2022-05-12,NWIS,5,2022-04-21T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201246,Sample-Routine,Water,Surface Water,2022-04-21,16:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.173,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-14,holding time exceeded,NA,NA,NA,2022-06-13,NWIS,5,2022-04-21T21:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201246,Sample-Routine,Water,Surface Water,2022-04-21,16:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,58.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-12,NA,NA,NA,NA,2022-05-12,NWIS,5,2022-04-21T21:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201247,Sample-Routine,Water,Surface Water,2022-04-21,23:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.209,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-14,holding time exceeded,NA,NA,NA,2022-06-13,NWIS,5,2022-04-22T04:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201247,Sample-Routine,Water,Surface Water,2022-04-21,23:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,60.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-12,NA,NA,NA,NA,2022-05-12,NWIS,5,2022-04-22T04:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204804,Sample-Routine,Water,Surface Water,2022-04-22,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.051,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-22T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204804,Sample-Routine,Water,Surface Water,2022-04-22,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-22T13:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204780,Sample-Routine,Water,Surface Water,2022-04-22,08:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-22T13:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204780,Sample-Routine,Water,Surface Water,2022-04-22,08:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.210,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-22T13:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204781,Sample-Routine,Water,Surface Water,2022-04-22,09:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-22T14:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204781,Sample-Routine,Water,Surface Water,2022-04-22,09:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.124,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-22T14:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204779,Sample-Routine,Water,Surface Water,2022-04-22,09:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.109,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-22T14:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204779,Sample-Routine,Water,Surface Water,2022-04-22,09:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-22T14:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204778,Sample-Routine,Water,Surface Water,2022-04-22,09:44:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-22T14:44:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204778,Sample-Routine,Water,Surface Water,2022-04-22,09:44:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.152,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-04-22T14:44:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201248,Sample-Routine,Water,Surface Water,2022-04-22,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.207,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-14,holding time exceeded,NA,NA,NA,2022-06-13,NWIS,5,2022-04-22T18:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201248,Sample-Routine,Water,Surface Water,2022-04-22,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-12,NA,NA,NA,NA,2022-05-12,NWIS,5,2022-04-22T18:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201249,Sample-Routine,Water,Surface Water,2022-04-23,03:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.178,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-14,holding time exceeded,NA,NA,NA,2022-06-13,NWIS,5,2022-04-23T08:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201249,Sample-Routine,Water,Surface Water,2022-04-23,03:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,57.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-12,NA,NA,NA,NA,2022-05-12,NWIS,5,2022-04-23T08:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201229,Sample-Routine,Water,Surface Water,2022-05-02,10:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.053,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-14,holding time exceeded,NA,NA,NA,2022-06-13,NWIS,5,2022-05-02T15:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201229,Sample-Routine,Water,Surface Water,2022-05-02,10:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,78.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-12,NA,NA,NA,NA,2022-05-12,NWIS,5,2022-05-02T15:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205155,Sample-Routine,Water,Surface Water,2022-05-03,07:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.043,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-03T12:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205155,Sample-Routine,Water,Surface Water,2022-05-03,07:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-03T12:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201204,Sample-Routine,Water,Surface Water,2022-05-04,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.836,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-04T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201204,Sample-Routine,Water,Surface Water,2022-05-04,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.094,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2022-06-08,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2022-05-04T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201204,Sample-Routine,Water,Surface Water,2022-05-04,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,25.7,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2022-07-09,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2022-05-04T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201204,Sample-Routine,Water,Surface Water,2022-05-04,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,3.70,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-04T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201892,Sample-Routine,Water,Surface Water,2022-05-04,10:28:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.097,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-14,holding time exceeded,NA,NA,NA,2022-06-13,NWIS,5,2022-05-04T15:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201892,Sample-Routine,Water,Surface Water,2022-05-04,10:28:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,56.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-12,NA,NA,NA,NA,2022-05-12,NWIS,5,2022-05-04T15:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201894,Sample-Routine,Water,Surface Water,2022-05-04,12:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.051,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-14,holding time exceeded,NA,NA,NA,2022-06-13,NWIS,5,2022-05-04T17:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201894,Sample-Routine,Water,Surface Water,2022-05-04,12:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,64.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-05-12,NA,NA,NA,NA,2022-05-12,NWIS,5,2022-05-04T17:40:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-313508044,Sample-Routine,Water,NA,2022-05-08,14:30:00,CDT,2022-05-08,14:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.151,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-05-16,NA,NA,NA,NA,NA,STORET,5,2022-05-08T19:30:00Z,5,2022-05-08T19:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-313508056,Sample-Routine,Water,NA,2022-05-08,15:15:00,CDT,2022-05-08,15:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0308,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-05-16,NA,NA,NA,NA,NA,STORET,5,2022-05-08T20:15:00Z,5,2022-05-08T20:15:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205156,Sample-Routine,Water,Surface Water,2022-05-10,07:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.05,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-10T12:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205156,Sample-Routine,Water,Surface Water,2022-05-10,07:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.034,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-10T12:52:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-316531319,Sample-Routine,Water,NA,2022-05-10,14:00:00,CDT,2022-05-10,16:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0535,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-05-16,NA,NA,NA,NA,NA,STORET,5,2022-05-10T19:00:00Z,5,2022-05-10T21:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204782,Sample-Routine,Water,Surface Water,2022-05-11,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-11T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204782,Sample-Routine,Water,Surface Water,2022-05-11,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.145,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-11T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204783,Sample-Routine,Water,Surface Water,2022-05-11,11:23:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-11T16:23:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204783,Sample-Routine,Water,Surface Water,2022-05-11,11:23:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.092,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-11T16:23:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204784,Sample-Routine,Water,Surface Water,2022-05-11,11:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-11T16:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204784,Sample-Routine,Water,Surface Water,2022-05-11,11:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.108,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-11T16:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204805,Sample-Routine,Water,Surface Water,2022-05-11,12:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.05,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-11T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204805,Sample-Routine,Water,Surface Water,2022-05-11,12:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.040,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-11T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204785,Sample-Routine,Water,Surface Water,2022-05-11,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-11T18:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204785,Sample-Routine,Water,Surface Water,2022-05-11,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.057,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-11T18:00:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-316575527,Sample-Routine,Water,NA,2022-05-16,10:00:00,CDT,2022-05-16,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.108,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-05-20,NA,NA,NA,NA,NA,STORET,5,2022-05-16T15:00:00Z,5,2022-05-16T15:00:00Z +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCPP:202205161105:SR,Sample-Routine,Water,NA,2022-05-16,11:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCPP,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.047,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-05-24,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-05-16T16:05:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCCL:202205161210:SR,Sample-Routine,Water,NA,2022-05-16,12:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCCL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.27,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-05-24,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-05-16T17:10:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCFF:202205161330:SR,Sample-Routine,Water,NA,2022-05-16,13:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCFF,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.032,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-05-24,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-05-16T18:30:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-SLV:202205161345:SR,Sample-Routine,Water,NA,2022-05-16,13:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-SLV,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.071,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-05-24,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-05-16T18:45:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-OL:202205170940:SR,Sample-Routine,Water,NA,2022-05-17,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-OL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.026,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-05-24,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-05-17T14:40:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202205171020:SR,Sample-Routine,Water,NA,2022-05-17,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.025,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-05-24,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-05-17T15:20:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202205171020:QFR,Quality Control Sample-Field Replicate,Water,NA,2022-05-17,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.026,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-05-24,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-05-17T15:20:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-316575622,Sample-Routine,Water,NA,2022-05-17,16:00:00,CDT,2022-05-17,16:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.291,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-05-26,NA,NA,NA,NA,NA,STORET,5,2022-05-17T21:00:00Z,5,2022-05-17T21:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-316575648,Sample-Routine,Water,NA,2022-05-23,08:12:00,CDT,2022-05-23,08:27:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0939,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-01,NA,NA,NA,NA,NA,STORET,5,2022-05-23T13:12:00Z,5,2022-05-23T13:27:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-313508193,Sample-Routine,Water,NA,2022-05-23,18:00:00,CDT,2022-05-23,18:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.127,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-01,NA,NA,NA,NA,NA,STORET,5,2022-05-23T23:00:00Z,5,2022-05-23T23:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-313508166,Sample-Routine,Water,NA,2022-05-24,10:00:00,CDT,2022-05-24,11:09:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.127,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-01,NA,NA,NA,NA,NA,STORET,5,2022-05-24T15:00:00Z,5,2022-05-24T16:09:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-312851030,Sample-Routine,Water,NA,2022-05-24,12:00:00,CDT,2022-05-24,12:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0714,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-01,NA,NA,NA,NA,NA,STORET,5,2022-05-24T17:00:00Z,5,2022-05-24T17:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-312851030,Sample-Routine,Water,NA,2022-05-24,12:00:00,CDT,2022-05-24,12:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,23.6,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2022-06-07,NA,NA,NA,NA,NA,STORET,5,2022-05-24T17:00:00Z,5,2022-05-24T17:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205157,Sample-Routine,Water,Surface Water,2022-05-25,07:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-25T12:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205157,Sample-Routine,Water,Surface Water,2022-05-25,07:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.039,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-25T12:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201893,Sample-Routine,Water,Surface Water,2022-05-25,09:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,54.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-25T14:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201893,Sample-Routine,Water,Surface Water,2022-05-25,09:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.344,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-30,holding time exceeded,NA,NA,NA,2022-06-30,NWIS,5,2022-05-25T14:37:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-314182738,Sample-Routine,Water,NA,2022-05-25,10:00:00,CDT,2022-05-25,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10010769,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0479,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-13,NA,NA,NA,NA,NA,STORET,5,2022-05-25T15:00:00Z,5,2022-05-25T15:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-314065246,Sample-Routine,Water,NA,2022-05-25,10:05:00,CDT,2022-05-25,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.189,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-08,NA,NA,NA,NA,NA,STORET,5,2022-05-25T15:05:00Z,5,2022-05-25T15:05:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-314062472,Sample-Routine,Water,NA,2022-05-25,10:30:00,CDT,2022-05-25,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.339,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-08,NA,NA,NA,NA,NA,STORET,5,2022-05-25T15:30:00Z,5,2022-05-25T15:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-314065234,Sample-Routine,Water,NA,2022-05-25,11:05:00,CDT,2022-05-25,11:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.307,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-08,NA,NA,NA,NA,NA,STORET,5,2022-05-25T16:05:00Z,5,2022-05-25T16:05:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201876,Sample-Routine,Water,Surface Water,2022-05-25,17:45:00,CDT,2022-05-28,02:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,15,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,80.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,sample preparation problem,NA,NA,NA,2022-06-15,NWIS,5,2022-05-25T22:45:00Z,5,2022-05-28T07:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201876,Sample-Routine,Water,Surface Water,2022-05-25,17:45:00,CDT,2022-05-28,02:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,15,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-11,holding time exceededsample was dilutedsample preparation problem,NA,NA,NA,2022-07-11,NWIS,5,2022-05-25T22:45:00Z,5,2022-05-28T07:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201875,Sample-Routine,Water,Surface Water,2022-05-25,18:15:00,CDT,2022-05-26,15:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-30,holding time exceeded,NA,NA,NA,2022-06-30,NWIS,5,2022-05-25T23:15:00Z,5,2022-05-26T20:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201875,Sample-Routine,Water,Surface Water,2022-05-25,18:15:00,CDT,2022-05-26,15:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,22.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-25T23:15:00Z,5,2022-05-26T20:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201874,Sample-Routine,Water,Surface Water,2022-05-25,18:45:00,CDT,2022-05-26,19:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,18,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,10.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-25T23:45:00Z,5,2022-05-27T00:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201874,Sample-Routine,Water,Surface Water,2022-05-25,18:45:00,CDT,2022-05-26,19:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,18,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.701,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-30,holding time exceeded,NA,NA,NA,2022-06-30,NWIS,5,2022-05-25T23:45:00Z,5,2022-05-27T00:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205110,Sample-Routine,Water,Surface Water,2022-05-25,19:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T00:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205110,Sample-Routine,Water,Surface Water,2022-05-25,19:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.113,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T00:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205111,Sample-Routine,Water,Surface Water,2022-05-25,20:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T01:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205111,Sample-Routine,Water,Surface Water,2022-05-25,20:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.050,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T01:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204973,Sample-Routine,Water,Surface Water,2022-05-25,21:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T02:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204973,Sample-Routine,Water,Surface Water,2022-05-25,21:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.142,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T02:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204875,Sample-Routine,Water,Surface Water,2022-05-25,22:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.188,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T03:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204875,Sample-Routine,Water,Surface Water,2022-05-25,22:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T03:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201870,Sample-Routine,Water,Surface Water,2022-05-25,22:31:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,71.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-26T03:31:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201870,Sample-Routine,Water,Surface Water,2022-05-25,22:31:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,9.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-11,holding time exceededsample was diluted,NA,NA,NA,2022-07-11,NWIS,5,2022-05-26T03:31:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201871,Sample-Routine,Water,Surface Water,2022-05-25,23:31:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-11,holding time exceededsample was diluted,NA,NA,NA,2022-07-11,NWIS,5,2022-05-26T04:31:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201871,Sample-Routine,Water,Surface Water,2022-05-25,23:31:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,66.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-26T04:31:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201881,Sample-Routine,Water,Surface Water,2022-05-25,23:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.566,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-30,holding time exceeded,NA,NA,NA,2022-06-30,NWIS,5,2022-05-26T04:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201881,Sample-Routine,Water,Surface Water,2022-05-25,23:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,47.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-26T04:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201872,Sample-Routine,Water,Surface Water,2022-05-26,02:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-11,holding time exceededsample was diluted,NA,NA,NA,2022-07-11,NWIS,5,2022-05-26T07:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201872,Sample-Routine,Water,Surface Water,2022-05-26,02:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,59.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-26T07:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201895,Sample-Routine,Water,Surface Water,2022-05-26,03:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.472,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-12,holding time exceeded,NA,NA,NA,2022-07-12,NWIS,5,2022-05-26T08:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201895,Sample-Routine,Water,Surface Water,2022-05-26,03:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,71.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-26T08:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205049,Sample-Routine,Water,Surface Water,2022-05-26,03:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T08:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205049,Sample-Routine,Water,Surface Water,2022-05-26,03:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.132,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T08:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201873,Sample-Routine,Water,Surface Water,2022-05-26,03:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,75.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-26T08:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201873,Sample-Routine,Water,Surface Water,2022-05-26,03:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-11,holding time exceededsample was diluted,NA,NA,NA,2022-07-11,NWIS,5,2022-05-26T08:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201896,Sample-Routine,Water,Surface Water,2022-05-26,05:09:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.663,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-12,holding time exceeded,NA,NA,NA,2022-07-12,NWIS,5,2022-05-26T10:09:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201896,Sample-Routine,Water,Surface Water,2022-05-26,05:09:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,95.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-26T10:09:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204877,Sample-Routine,Water,Surface Water,2022-05-26,06:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204877,Sample-Routine,Water,Surface Water,2022-05-26,06:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.222,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205112,Sample-Routine,Water,Surface Water,2022-05-26,08:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.069,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T13:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205112,Sample-Routine,Water,Surface Water,2022-05-26,08:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T13:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204974,Sample-Routine,Water,Surface Water,2022-05-26,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.125,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204974,Sample-Routine,Water,Surface Water,2022-05-26,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201882,Sample-Routine,Water,Surface Water,2022-05-26,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.499,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-30,holding time exceeded,NA,NA,NA,2022-06-30,NWIS,5,2022-05-26T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201882,Sample-Routine,Water,Surface Water,2022-05-26,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-26T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205050,Sample-Routine,Water,Surface Water,2022-05-26,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205050,Sample-Routine,Water,Surface Water,2022-05-26,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.128,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T14:40:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-314065098,Sample-Routine,Water,NA,2022-05-26,10:30:00,CDT,2022-05-26,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0835,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-08,NA,NA,NA,NA,NA,STORET,5,2022-05-26T15:30:00Z,5,2022-05-26T15:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201897,Sample-Routine,Water,Surface Water,2022-05-26,11:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,51.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-26T16:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201897,Sample-Routine,Water,Surface Water,2022-05-26,11:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-19,holding time exceededsample was diluted,NA,NA,NA,2022-07-15,NWIS,5,2022-05-26T16:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205051,Sample-Routine,Water,Surface Water,2022-05-26,15:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.131,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T20:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205051,Sample-Routine,Water,Surface Water,2022-05-26,15:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T20:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201883,Sample-Routine,Water,Surface Water,2022-05-26,16:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.559,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-30,holding time exceeded,NA,NA,NA,2022-06-30,NWIS,5,2022-05-26T21:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201883,Sample-Routine,Water,Surface Water,2022-05-26,16:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-26T21:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204975,Sample-Routine,Water,Surface Water,2022-05-26,16:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.159,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T21:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204975,Sample-Routine,Water,Surface Water,2022-05-26,16:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-26T21:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201898,Sample-Routine,Water,Surface Water,2022-05-26,18:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.756,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-12,holding time exceeded,NA,NA,NA,2022-07-12,NWIS,5,2022-05-26T23:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201898,Sample-Routine,Water,Surface Water,2022-05-26,18:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-26T23:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204880,Sample-Routine,Water,Surface Water,2022-05-26,19:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-27T00:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204880,Sample-Routine,Water,Surface Water,2022-05-26,19:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.286,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-27T00:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205052,Sample-Routine,Water,Surface Water,2022-05-26,21:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-27T02:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205052,Sample-Routine,Water,Surface Water,2022-05-26,21:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.127,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-27T02:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201884,Sample-Routine,Water,Surface Water,2022-05-26,23:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.601,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-06-30,holding time exceeded,NA,NA,NA,2022-06-30,NWIS,5,2022-05-27T04:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201884,Sample-Routine,Water,Surface Water,2022-05-26,23:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,43.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-27T04:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201899,Sample-Routine,Water,Surface Water,2022-05-27,01:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.572,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-12,holding time exceeded,NA,NA,NA,2022-07-12,NWIS,5,2022-05-27T06:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201899,Sample-Routine,Water,Surface Water,2022-05-27,01:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,47.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-27T06:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201900,Sample-Routine,Water,Surface Water,2022-05-27,08:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,52.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-27T13:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201900,Sample-Routine,Water,Surface Water,2022-05-27,08:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.486,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-12,holding time exceeded,NA,NA,NA,2022-07-12,NWIS,5,2022-05-27T13:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204976,Sample-Routine,Water,Surface Water,2022-05-27,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-27T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204976,Sample-Routine,Water,Surface Water,2022-05-27,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.206,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-27T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204882,Sample-Routine,Water,Surface Water,2022-05-27,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-27T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204882,Sample-Routine,Water,Surface Water,2022-05-27,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.296,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-27T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201885,Sample-Routine,Water,Surface Water,2022-05-27,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,44.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-27T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201885,Sample-Routine,Water,Surface Water,2022-05-27,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.465,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-12,holding time exceeded,NA,NA,NA,2022-07-12,NWIS,5,2022-05-27T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204883,Sample-Routine,Water,Surface Water,2022-05-27,23:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-28T04:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204883,Sample-Routine,Water,Surface Water,2022-05-27,23:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.291,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-28T04:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204977,Sample-Routine,Water,Surface Water,2022-05-28,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-28T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204977,Sample-Routine,Water,Surface Water,2022-05-28,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.209,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-05-28T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201886,Sample-Routine,Water,Surface Water,2022-05-30,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.375,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-12,holding time exceeded,NA,NA,NA,2022-07-12,NWIS,5,2022-05-30T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201886,Sample-Routine,Water,Surface Water,2022-05-30,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,44.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-17,NA,NA,NA,NA,2022-06-15,NWIS,5,2022-05-30T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201877,Sample-Routine,Water,Surface Water,2022-06-06,02:45:00,CDT,2022-06-07,09:25:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.203,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-12,holding time exceeded,NA,NA,NA,2022-07-12,NWIS,5,2022-06-06T07:45:00Z,5,2022-06-07T14:25:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201877,Sample-Routine,Water,Surface Water,2022-06-06,02:45:00,CDT,2022-06-07,09:25:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,89.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-28,NA,NA,NA,NA,2022-06-28,NWIS,5,2022-06-06T07:45:00Z,5,2022-06-07T14:25:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205158,Sample-Routine,Water,Surface Water,2022-06-06,08:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-06T13:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205158,Sample-Routine,Water,Surface Water,2022-06-06,08:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.080,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-06T13:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201887,Sample-Routine,Water,Surface Water,2022-06-06,15:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.365,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-12,holding time exceeded,NA,NA,NA,2022-07-12,NWIS,5,2022-06-06T20:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201887,Sample-Routine,Water,Surface Water,2022-06-06,15:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,46.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-28,NA,NA,NA,NA,2022-06-28,NWIS,5,2022-06-06T20:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201888,Sample-Routine,Water,Surface Water,2022-06-06,22:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.396,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-12,holding time exceeded,NA,NA,NA,2022-07-12,NWIS,5,2022-06-07T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201888,Sample-Routine,Water,Surface Water,2022-06-06,22:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,46.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-28,NA,NA,NA,NA,2022-06-28,NWIS,5,2022-06-07T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201889,Sample-Routine,Water,Surface Water,2022-06-07,05:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.391,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-12,holding time exceeded,NA,NA,NA,2022-07-12,NWIS,5,2022-06-07T10:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201889,Sample-Routine,Water,Surface Water,2022-06-07,05:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,51.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-28,NA,NA,NA,NA,2022-06-28,NWIS,5,2022-06-07T10:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201890,Sample-Routine,Water,Surface Water,2022-06-07,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.398,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-12,holding time exceeded,NA,NA,NA,2022-07-12,NWIS,5,2022-06-07T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201890,Sample-Routine,Water,Surface Water,2022-06-07,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,51.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-28,NA,NA,NA,NA,2022-06-28,NWIS,5,2022-06-07T17:30:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-315365729,Sample-Routine,Water,NA,2022-06-07,13:00:00,CDT,2022-06-07,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.101,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-13,NA,NA,NA,NA,NA,STORET,5,2022-06-07T18:00:00Z,5,2022-06-07T18:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201891,Sample-Routine,Water,Surface Water,2022-06-08,02:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.406,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-12,holding time exceeded,NA,NA,NA,2022-07-12,NWIS,5,2022-06-08T07:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201891,Sample-Routine,Water,Surface Water,2022-06-08,02:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,53.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-28,NA,NA,NA,NA,2022-06-28,NWIS,5,2022-06-08T07:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201878,Sample-Routine,Water,Surface Water,2022-06-08,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.089,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-12,holding time exceeded,NA,NA,NA,2022-07-12,NWIS,5,2022-06-08T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201878,Sample-Routine,Water,Surface Water,2022-06-08,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,84.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-06-28,NA,NA,NA,NA,2022-06-28,NWIS,5,2022-06-08T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202403,Sample-Routine,Water,Surface Water,2022-06-08,10:35:00,CDT,2022-06-09,21:05:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.181,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-19,holding time exceeded,NA,NA,NA,2022-07-15,NWIS,5,2022-06-08T15:35:00Z,5,2022-06-10T02:05:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202403,Sample-Routine,Water,Surface Water,2022-06-08,10:35:00,CDT,2022-06-09,21:05:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,87.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-01,NA,NA,NA,NA,2022-07-01,NWIS,5,2022-06-08T15:35:00Z,5,2022-06-10T02:05:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202399,Sample-Routine,Water,Surface Water,2022-06-08,12:43:00,CDT,2022-06-09,16:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,67.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-01,NA,NA,NA,NA,2022-07-01,NWIS,5,2022-06-08T17:43:00Z,5,2022-06-09T21:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202399,Sample-Routine,Water,Surface Water,2022-06-08,12:43:00,CDT,2022-06-09,16:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-19,holding time exceededsample was diluted,NA,NA,NA,2022-07-15,NWIS,5,2022-06-08T17:43:00Z,5,2022-06-09T21:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202414,Sample-Routine,Water,Surface Water,2022-06-08,17:57:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.786,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-19,holding time exceededsample was diluted,NA,NA,NA,2022-07-15,NWIS,5,2022-06-08T22:57:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202414,Sample-Routine,Water,Surface Water,2022-06-08,17:57:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,81.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-01,NA,NA,NA,NA,2022-07-01,NWIS,5,2022-06-08T22:57:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202415,Sample-Routine,Water,Surface Water,2022-06-08,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.840,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-19,holding time exceededsample was diluted,NA,NA,NA,2022-07-15,NWIS,5,2022-06-08T23:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202415,Sample-Routine,Water,Surface Water,2022-06-08,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,82.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-01,NA,NA,NA,NA,2022-07-01,NWIS,5,2022-06-08T23:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202416,Sample-Routine,Water,Surface Water,2022-06-08,18:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.991,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-19,holding time exceededsample was diluted,NA,NA,NA,2022-07-15,NWIS,5,2022-06-08T23:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202416,Sample-Routine,Water,Surface Water,2022-06-08,18:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,84.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-01,NA,NA,NA,NA,2022-07-01,NWIS,5,2022-06-08T23:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202406,Sample-Routine,Water,Surface Water,2022-06-08,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.351,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-19,holding time exceeded,NA,NA,NA,2022-07-15,NWIS,5,2022-06-09T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202406,Sample-Routine,Water,Surface Water,2022-06-08,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,51.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-01,NA,NA,NA,NA,2022-07-01,NWIS,5,2022-06-09T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202417,Sample-Routine,Water,Surface Water,2022-06-09,01:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-19,holding time exceededsample was diluted,NA,NA,NA,2022-07-15,NWIS,5,2022-06-09T06:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202417,Sample-Routine,Water,Surface Water,2022-06-09,01:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-01,NA,NA,NA,NA,2022-07-01,NWIS,5,2022-06-09T06:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201828,Sample-Routine,Water,Surface Water,2022-06-09,08:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,25.4,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2022-08-16,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2022-06-09T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201828,Sample-Routine,Water,Surface Water,2022-06-09,08:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.825,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-09T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201828,Sample-Routine,Water,Surface Water,2022-06-09,08:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.112,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2022-07-27,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2022-06-09T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02201828,Sample-Routine,Water,Surface Water,2022-06-09,08:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,3.65,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-09T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202407,Sample-Routine,Water,Surface Water,2022-06-09,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.418,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-19,holding time exceeded,NA,NA,NA,2022-07-15,NWIS,5,2022-06-09T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202407,Sample-Routine,Water,Surface Water,2022-06-09,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-01,NA,NA,NA,NA,2022-07-01,NWIS,5,2022-06-09T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202418,Sample-Routine,Water,Surface Water,2022-06-09,14:18:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.580,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-19,holding time exceeded,NA,NA,NA,2022-07-15,NWIS,5,2022-06-09T19:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202418,Sample-Routine,Water,Surface Water,2022-06-09,14:18:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,44.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-01,NA,NA,NA,NA,2022-07-01,NWIS,5,2022-06-09T19:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202408,Sample-Routine,Water,Surface Water,2022-06-09,20:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.361,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-19,holding time exceeded,NA,NA,NA,2022-07-15,NWIS,5,2022-06-10T01:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202408,Sample-Routine,Water,Surface Water,2022-06-09,20:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,54.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-01,NA,NA,NA,NA,2022-07-01,NWIS,5,2022-06-10T01:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202409,Sample-Routine,Water,Surface Water,2022-06-10,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.423,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-19,holding time exceeded,NA,NA,NA,2022-07-15,NWIS,5,2022-06-10T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202409,Sample-Routine,Water,Surface Water,2022-06-10,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,60.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-01,NA,NA,NA,NA,2022-07-01,NWIS,5,2022-06-10T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202410,Sample-Routine,Water,Surface Water,2022-06-10,17:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,61.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-01,NA,NA,NA,NA,2022-07-01,NWIS,5,2022-06-10T22:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202410,Sample-Routine,Water,Surface Water,2022-06-10,17:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.412,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-19,holding time exceeded,NA,NA,NA,2022-07-15,NWIS,5,2022-06-10T22:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204786,Sample-Routine,Water,Surface Water,2022-06-13,11:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-13T16:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204786,Sample-Routine,Water,Surface Water,2022-06-13,11:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.237,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-13T16:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204787,Sample-Routine,Water,Surface Water,2022-06-13,11:34:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-13T16:34:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204787,Sample-Routine,Water,Surface Water,2022-06-13,11:34:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.156,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-13T16:34:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204788,Sample-Routine,Water,Surface Water,2022-06-13,12:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-13T17:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204788,Sample-Routine,Water,Surface Water,2022-06-13,12:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.259,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-13T17:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204806,Sample-Routine,Water,Surface Water,2022-06-13,12:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-13T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204806,Sample-Routine,Water,Surface Water,2022-06-13,12:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.061,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-13T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204789,Sample-Routine,Water,Surface Water,2022-06-13,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-13T18:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204789,Sample-Routine,Water,Surface Water,2022-06-13,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.132,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-13T18:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202400,Sample-Routine,Water,Surface Water,2022-06-13,18:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-19,holding time exceededsample was diluted,NA,NA,NA,2022-07-15,NWIS,5,2022-06-13T23:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202400,Sample-Routine,Water,Surface Water,2022-06-13,18:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441546088082001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,53.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-01,NA,NA,NA,NA,2022-07-01,NWIS,5,2022-06-13T23:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205159,Sample-Routine,Water,Surface Water,2022-06-14,07:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-14T12:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205159,Sample-Routine,Water,Surface Water,2022-06-14,07:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.095,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-14T12:52:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-315917415,Sample-Routine,Water,NA,2022-06-14,13:40:00,CDT,2022-06-14,13:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,23.4,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2022-06-27,NA,NA,NA,NA,NA,STORET,5,2022-06-14T18:40:00Z,5,2022-06-14T18:40:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-315917415,Sample-Routine,Water,NA,2022-06-14,13:40:00,CDT,2022-06-14,13:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0889,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-24,NA,NA,NA,NA,NA,STORET,5,2022-06-14T18:40:00Z,5,2022-06-14T18:40:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-315380801,Sample-Routine,Water,NA,2022-06-15,13:15:00,CDT,2022-06-15,13:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0687,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-24,NA,NA,NA,NA,NA,STORET,5,2022-06-15T18:15:00Z,5,2022-06-15T18:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205113,Sample-Routine,Water,Surface Water,2022-06-15,19:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T00:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205113,Sample-Routine,Water,Surface Water,2022-06-15,19:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.076,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T00:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205114,Sample-Routine,Water,Surface Water,2022-06-15,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204860,Sample-Routine,Water,Surface Water,2022-06-15,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.65,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204860,Sample-Routine,Water,Surface Water,2022-06-15,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.248,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205114,Sample-Routine,Water,Surface Water,2022-06-15,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.104,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204978,Sample-Routine,Water,Surface Water,2022-06-15,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204978,Sample-Routine,Water,Surface Water,2022-06-15,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.104,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202401,Sample-Routine,Water,Surface Water,2022-06-15,20:00:00,CDT,2022-06-16,14:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,10.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-08,NA,NA,NA,NA,2022-07-08,NWIS,5,2022-06-16T01:00:00Z,5,2022-06-16T19:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202401,Sample-Routine,Water,Surface Water,2022-06-15,20:00:00,CDT,2022-06-16,14:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,5.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-26,holding time exceededsample was diluted,NA,NA,NA,2022-07-21,NWIS,5,2022-06-16T01:00:00Z,5,2022-06-16T19:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204886,Sample-Routine,Water,Surface Water,2022-06-15,21:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.40,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T02:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204886,Sample-Routine,Water,Surface Water,2022-06-15,21:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.255,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T02:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204861,Sample-Routine,Water,Surface Water,2022-06-15,22:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.239,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T03:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204861,Sample-Routine,Water,Surface Water,2022-06-15,22:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.42,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T03:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203195,Sample-Routine,Water,Surface Water,2022-06-15,23:03:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-26,holding time exceededsample was diluted,NA,NA,NA,2022-07-21,NWIS,5,2022-06-16T04:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203195,Sample-Routine,Water,Surface Water,2022-06-15,23:03:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,6.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-08,NA,NA,NA,NA,2022-07-08,NWIS,5,2022-06-16T04:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205115,Sample-Routine,Water,Surface Water,2022-06-16,01:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T06:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205115,Sample-Routine,Water,Surface Water,2022-06-16,01:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.086,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T06:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204888,Sample-Routine,Water,Surface Water,2022-06-16,07:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.50,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T12:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204888,Sample-Routine,Water,Surface Water,2022-06-16,07:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.375,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T12:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204889,Sample-Routine,Water,Surface Water,2022-06-16,09:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.42,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T14:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204889,Sample-Routine,Water,Surface Water,2022-06-16,09:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.306,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T14:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204979,Sample-Routine,Water,Surface Water,2022-06-16,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204979,Sample-Routine,Water,Surface Water,2022-06-16,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.175,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205116,Sample-Routine,Water,Surface Water,2022-06-16,13:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T18:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205116,Sample-Routine,Water,Surface Water,2022-06-16,13:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.194,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T18:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204980,Sample-Routine,Water,Surface Water,2022-06-16,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204980,Sample-Routine,Water,Surface Water,2022-06-16,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.215,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204862,Sample-Routine,Water,Surface Water,2022-06-16,16:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.71,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T21:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204862,Sample-Routine,Water,Surface Water,2022-06-16,16:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.593,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T21:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204890,Sample-Routine,Water,Surface Water,2022-06-16,16:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T21:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204890,Sample-Routine,Water,Surface Water,2022-06-16,16:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.330,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-16T21:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204981,Sample-Routine,Water,Surface Water,2022-06-16,23:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.41,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-17T04:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204981,Sample-Routine,Water,Surface Water,2022-06-16,23:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.283,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-17T04:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205053,Sample-Routine,Water,Surface Water,2022-06-17,04:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-17T09:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205053,Sample-Routine,Water,Surface Water,2022-06-17,04:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.201,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-17T09:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204864,Sample-Routine,Water,Surface Water,2022-06-17,04:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.515,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-17T09:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204864,Sample-Routine,Water,Surface Water,2022-06-17,04:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.59,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-17T09:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204891,Sample-Routine,Water,Surface Water,2022-06-17,06:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-17T11:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204891,Sample-Routine,Water,Surface Water,2022-06-17,06:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.475,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-17T11:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205117,Sample-Routine,Water,Surface Water,2022-06-17,07:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.43,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-17T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205117,Sample-Routine,Water,Surface Water,2022-06-17,07:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.373,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-17T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204982,Sample-Routine,Water,Surface Water,2022-06-17,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.364,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-17T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204982,Sample-Routine,Water,Surface Water,2022-06-17,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.44,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-17T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204865,Sample-Routine,Water,Surface Water,2022-06-17,16:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.60,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-17T21:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204865,Sample-Routine,Water,Surface Water,2022-06-17,16:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.560,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-17T21:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205118,Sample-Routine,Water,Surface Water,2022-06-17,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-18T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205118,Sample-Routine,Water,Surface Water,2022-06-17,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.354,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-18T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204893,Sample-Routine,Water,Surface Water,2022-06-17,20:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.52,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-18T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204893,Sample-Routine,Water,Surface Water,2022-06-17,20:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.453,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-18T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205054,Sample-Routine,Water,Surface Water,2022-06-18,04:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-18T09:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205054,Sample-Routine,Water,Surface Water,2022-06-18,04:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.208,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-18T09:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204983,Sample-Routine,Water,Surface Water,2022-06-18,07:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.351,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-18T12:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204983,Sample-Routine,Water,Surface Water,2022-06-18,07:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.40,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-18T12:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204868,Sample-Routine,Water,Surface Water,2022-06-18,16:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.44,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-18T21:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204868,Sample-Routine,Water,Surface Water,2022-06-18,16:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.435,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-18T21:35:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-317120854,Sample-Routine,Water,NA,2022-06-20,10:15:00,CDT,2022-06-20,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.206,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-30,NA,NA,NA,NA,NA,STORET,5,2022-06-20T15:15:00Z,5,2022-06-20T15:15:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202413,Sample-Routine,Water,Surface Water,2022-06-21,10:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.541,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-21,holding time exceeded,NA,NA,NA,2022-07-19,NWIS,5,2022-06-21T15:58:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202413,Sample-Routine,Water,Surface Water,2022-06-21,10:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-06,NA,NA,NA,NA,2022-07-06,NWIS,5,2022-06-21T15:58:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-317120409,Sample-Routine,Water,NA,2022-06-21,11:15:00,CDT,2022-06-21,11:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10010769,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.117,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-30,NA,NA,NA,NA,NA,STORET,5,2022-06-21T16:15:00Z,5,2022-06-21T16:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-318357948,Sample-Routine,Water,NA,2022-06-21,11:15:00,CDT,2022-06-21,11:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10010769,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.153,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-25,NA,NA,NA,NA,NA,STORET,5,2022-06-21T16:15:00Z,5,2022-06-21T16:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-317120308,Sample-Routine,Water,NA,2022-06-21,15:00:00,CDT,2022-06-21,15:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.200,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-30,NA,NA,NA,NA,NA,STORET,5,2022-06-21T20:00:00Z,5,2022-06-21T20:25:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205160,Sample-Routine,Water,Surface Water,2022-06-22,07:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-22T12:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205160,Sample-Routine,Water,Surface Water,2022-06-22,07:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.158,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-22T12:55:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-318343784,Sample-Routine,Water,NA,2022-06-22,10:30:00,CDT,2022-06-22,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.309,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-11,NA,NA,NA,NA,NA,STORET,5,2022-06-22T15:30:00Z,5,2022-06-22T15:45:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202419,Sample-Routine,Water,Surface Water,2022-06-22,13:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.259,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-21,holding time exceeded,NA,NA,NA,2022-07-19,NWIS,5,2022-06-22T18:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202419,Sample-Routine,Water,Surface Water,2022-06-22,13:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,93.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-06,NA,NA,NA,NA,2022-07-06,NWIS,5,2022-06-22T18:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202404,Sample-Routine,Water,Surface Water,2022-06-23,08:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.057,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-21,NA,NA,NA,NA,2022-07-19,NWIS,5,2022-06-23T13:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202404,Sample-Routine,Water,Surface Water,2022-06-23,08:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,81.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-06,NA,NA,NA,NA,2022-07-06,NWIS,5,2022-06-23T13:53:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-318343427,Sample-Routine,Water,NA,2022-06-26,16:00:00,CDT,2022-06-26,16:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.370,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-12,NA,NA,NA,NA,NA,STORET,5,2022-06-26T21:00:00Z,5,2022-06-26T21:20:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-318343297,Sample-Routine,Water,NA,2022-06-26,18:07:00,CDT,2022-06-26,18:29:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.133,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-07,NA,NA,NA,NA,NA,STORET,5,2022-06-26T23:07:00Z,5,2022-06-26T23:29:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205161,Sample-Routine,Water,Surface Water,2022-06-27,07:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-27T12:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205161,Sample-Routine,Water,Surface Water,2022-06-27,07:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.153,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-06-27T12:55:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-318343751,Sample-Routine,Water,NA,2022-06-29,08:00:00,CDT,2022-06-29,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,1.17,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-11,NA,NA,NA,NA,NA,STORET,5,2022-06-29T13:00:00Z,5,2022-06-29T13:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-318343772,Sample-Routine,Water,NA,2022-06-29,08:30:00,CDT,2022-06-29,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.543,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-11,NA,NA,NA,NA,NA,STORET,5,2022-06-29T13:30:00Z,5,2022-06-29T13:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-318343763,Sample-Routine,Water,NA,2022-06-29,09:00:00,CDT,2022-06-29,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.543,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-11,NA,NA,NA,NA,NA,STORET,5,2022-06-29T14:00:00Z,5,2022-06-29T14:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-317160265,Sample-Routine,Water,NA,2022-06-30,17:23:00,CDT,2022-06-30,18:12:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.173,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-14,NA,NA,NA,NA,NA,STORET,5,2022-06-30T22:23:00Z,5,2022-06-30T23:12:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-317160277,Sample-Routine,Water,NA,2022-06-30,17:24:00,CDT,2022-06-30,18:12:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.172,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-14,NA,NA,NA,NA,NA,STORET,5,2022-06-30T22:24:00Z,5,2022-06-30T23:12:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204984,Sample-Routine,Water,Surface Water,2022-07-04,17:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.085,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-04T22:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204984,Sample-Routine,Water,Surface Water,2022-07-04,17:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-04T22:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205119,Sample-Routine,Water,Surface Water,2022-07-04,17:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-04T22:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205119,Sample-Routine,Water,Surface Water,2022-07-04,17:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.076,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-04T22:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205120,Sample-Routine,Water,Surface Water,2022-07-04,18:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-04T23:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205120,Sample-Routine,Water,Surface Water,2022-07-04,18:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.065,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-04T23:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204894,Sample-Routine,Water,Surface Water,2022-07-04,19:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.41,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-05T00:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204894,Sample-Routine,Water,Surface Water,2022-07-04,19:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.233,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-05T00:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204985,Sample-Routine,Water,Surface Water,2022-07-04,20:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-05T01:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204985,Sample-Routine,Water,Surface Water,2022-07-04,20:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.169,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-05T01:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202411,Sample-Routine,Water,Surface Water,2022-07-04,20:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.730,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-26,NA,NA,NA,NA,2022-07-25,NWIS,5,2022-07-05T01:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202411,Sample-Routine,Water,Surface Water,2022-07-04,20:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,52.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-18,NA,NA,NA,NA,2022-07-18,NWIS,5,2022-07-05T01:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205121,Sample-Routine,Water,Surface Water,2022-07-04,23:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-05T04:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205121,Sample-Routine,Water,Surface Water,2022-07-04,23:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.051,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-05T04:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204896,Sample-Routine,Water,Surface Water,2022-07-05,02:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.41,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-05T07:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204896,Sample-Routine,Water,Surface Water,2022-07-05,02:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.324,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-05T07:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202412,Sample-Routine,Water,Surface Water,2022-07-05,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.548,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-07-26,NA,NA,NA,NA,2022-07-25,NWIS,5,2022-07-05T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202412,Sample-Routine,Water,Surface Water,2022-07-05,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,44.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-18,NA,NA,NA,NA,2022-07-18,NWIS,5,2022-07-05T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204897,Sample-Routine,Water,Surface Water,2022-07-05,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.303,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-05T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204897,Sample-Routine,Water,Surface Water,2022-07-05,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.38,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-05T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205122,Sample-Routine,Water,Surface Water,2022-07-05,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-05T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205122,Sample-Routine,Water,Surface Water,2022-07-05,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.126,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-05T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204899,Sample-Routine,Water,Surface Water,2022-07-05,16:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.286,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-05T21:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204899,Sample-Routine,Water,Surface Water,2022-07-05,16:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-05T21:15:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-317729208,Sample-Routine,Water,NA,2022-07-05,18:00:00,CDT,2022-07-05,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,1.57,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-19,NA,NA,NA,NA,NA,STORET,5,2022-07-05T23:00:00Z,5,2022-07-05T23:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-317729232,Sample-Routine,Water,NA,2022-07-05,18:00:00,CDT,2022-07-05,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.381,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-19,NA,NA,NA,NA,NA,STORET,5,2022-07-05T23:00:00Z,5,2022-07-05T23:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-317729220,Sample-Routine,Water,NA,2022-07-05,18:00:00,CDT,2022-07-05,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.376,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-19,NA,NA,NA,NA,NA,STORET,5,2022-07-05T23:00:00Z,5,2022-07-05T23:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204986,Sample-Routine,Water,Surface Water,2022-07-05,20:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-06T01:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204986,Sample-Routine,Water,Surface Water,2022-07-05,20:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.202,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-06T01:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202027,Sample-Routine,Water,Surface Water,2022-07-06,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.042,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-06T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202027,Sample-Routine,Water,Surface Water,2022-07-06,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.172,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2022-08-18,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2022-07-06T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202027,Sample-Routine,Water,Surface Water,2022-07-06,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,27.4,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2022-09-27,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2022-07-06T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202027,Sample-Routine,Water,Surface Water,2022-07-06,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.187,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-06T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204901,Sample-Routine,Water,Surface Water,2022-07-06,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-06T18:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204901,Sample-Routine,Water,Surface Water,2022-07-06,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.309,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-06T18:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204987,Sample-Routine,Water,Surface Water,2022-07-06,20:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-07T01:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204987,Sample-Routine,Water,Surface Water,2022-07-06,20:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.230,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-07T01:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205123,Sample-Routine,Water,Surface Water,2022-07-08,06:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.075,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-08T11:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205123,Sample-Routine,Water,Surface Water,2022-07-08,06:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-08T11:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205055,Sample-Routine,Water,Surface Water,2022-07-08,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.105,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-08T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205055,Sample-Routine,Water,Surface Water,2022-07-08,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-08T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205124,Sample-Routine,Water,Surface Water,2022-07-08,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-08T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205124,Sample-Routine,Water,Surface Water,2022-07-08,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.060,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-08T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204870,Sample-Routine,Water,Surface Water,2022-07-08,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.46,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-08T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204870,Sample-Routine,Water,Surface Water,2022-07-08,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.398,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-08T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205056,Sample-Routine,Water,Surface Water,2022-07-08,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.164,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-08T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205056,Sample-Routine,Water,Surface Water,2022-07-08,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-08T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204988,Sample-Routine,Water,Surface Water,2022-07-08,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.161,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-08T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204988,Sample-Routine,Water,Surface Water,2022-07-08,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-08T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205057,Sample-Routine,Water,Surface Water,2022-07-08,18:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-08T23:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205057,Sample-Routine,Water,Surface Water,2022-07-08,18:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.172,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-08T23:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205125,Sample-Routine,Water,Surface Water,2022-07-08,21:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.130,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-09T02:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205125,Sample-Routine,Water,Surface Water,2022-07-08,21:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-09T02:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204871,Sample-Routine,Water,Surface Water,2022-07-09,05:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.49,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-09T10:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204871,Sample-Routine,Water,Surface Water,2022-07-09,05:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.449,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-09T10:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205058,Sample-Routine,Water,Surface Water,2022-07-09,06:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.159,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-09T11:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205058,Sample-Routine,Water,Surface Water,2022-07-09,06:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-09T11:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204903,Sample-Routine,Water,Surface Water,2022-07-09,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-09T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204903,Sample-Routine,Water,Surface Water,2022-07-09,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.268,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-09T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204872,Sample-Routine,Water,Surface Water,2022-07-09,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.46,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-09T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204872,Sample-Routine,Water,Surface Water,2022-07-09,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.435,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-09T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205126,Sample-Routine,Water,Surface Water,2022-07-09,15:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-09T20:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205126,Sample-Routine,Water,Surface Water,2022-07-09,15:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.152,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-09T20:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204989,Sample-Routine,Water,Surface Water,2022-07-09,20:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-10T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204989,Sample-Routine,Water,Surface Water,2022-07-09,20:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.169,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-10T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204904,Sample-Routine,Water,Surface Water,2022-07-09,23:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-10T04:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204904,Sample-Routine,Water,Surface Water,2022-07-09,23:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.282,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-10T04:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204990,Sample-Routine,Water,Surface Water,2022-07-10,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-10T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204990,Sample-Routine,Water,Surface Water,2022-07-10,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.240,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-10T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204790,Sample-Routine,Water,Surface Water,2022-07-11,08:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-11T13:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204790,Sample-Routine,Water,Surface Water,2022-07-11,08:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.299,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-11T13:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204791,Sample-Routine,Water,Surface Water,2022-07-11,09:28:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-11T14:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204791,Sample-Routine,Water,Surface Water,2022-07-11,09:28:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.210,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-11T14:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204792,Sample-Routine,Water,Surface Water,2022-07-11,10:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.355,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-11T15:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204792,Sample-Routine,Water,Surface Water,2022-07-11,10:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-11T15:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204807,Sample-Routine,Water,Surface Water,2022-07-11,10:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-11T15:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204807,Sample-Routine,Water,Surface Water,2022-07-11,10:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.073,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-11T15:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203204,Sample-Routine,Water,Surface Water,2022-07-11,10:59:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.675,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-09,holding time exceeded,NA,NA,NA,2022-08-03,NWIS,5,2022-07-11T15:59:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203204,Sample-Routine,Water,Surface Water,2022-07-11,10:59:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,52.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-19,NA,NA,NA,NA,2022-07-18,NWIS,5,2022-07-11T15:59:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204793,Sample-Routine,Water,Surface Water,2022-07-11,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-11T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204793,Sample-Routine,Water,Surface Water,2022-07-11,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.144,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-11T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202420,Sample-Routine,Water,Surface Water,2022-07-11,12:57:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.186,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-09,holding time exceeded,NA,NA,NA,2022-08-03,NWIS,5,2022-07-11T17:57:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202420,Sample-Routine,Water,Surface Water,2022-07-11,12:57:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,234,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-19,sample was diluted,NA,NA,NA,2022-07-18,NWIS,5,2022-07-11T17:57:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205162,Sample-Routine,Water,Surface Water,2022-07-12,07:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-12T12:58:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205162,Sample-Routine,Water,Surface Water,2022-07-12,07:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.077,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-12T12:58:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202405,Sample-Routine,Water,Surface Water,2022-07-12,09:23:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.059,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-09,NA,NA,NA,NA,2022-08-03,NWIS,5,2022-07-12T14:23:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202405,Sample-Routine,Water,Surface Water,2022-07-12,09:23:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045002,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,79.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-07-19,NA,NA,NA,NA,2022-07-18,NWIS,5,2022-07-12T14:23:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-317133201,Sample-Routine,Water,NA,2022-07-13,09:20:00,CDT,2022-07-13,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.289,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-20,NA,NA,NA,NA,NA,STORET,5,2022-07-13T14:20:00Z,5,2022-07-13T14:20:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-317133201,Sample-Routine,Water,NA,2022-07-13,09:20:00,CDT,2022-07-13,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,32.9,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2022-07-18,NA,NA,NA,NA,NA,STORET,5,2022-07-13T14:20:00Z,5,2022-07-13T14:20:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-318357897,Sample-Routine,Water,NA,2022-07-18,09:00:00,CDT,2022-07-18,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.318,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-25,NA,NA,NA,NA,NA,STORET,5,2022-07-18T14:00:00Z,5,2022-07-18T14:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-318357936,Sample-Routine,Water,NA,2022-07-18,09:30:00,CDT,2022-07-18,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.571,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-25,NA,NA,NA,NA,NA,STORET,5,2022-07-18T14:30:00Z,5,2022-07-18T14:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-318357846,Sample-Routine,Water,NA,2022-07-18,10:00:00,CDT,2022-07-18,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.335,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-25,NA,NA,NA,NA,NA,STORET,5,2022-07-18T15:00:00Z,5,2022-07-18T15:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-318357909,Sample-Routine,Water,NA,2022-07-18,10:00:00,CDT,2022-07-18,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.450,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-25,NA,NA,NA,NA,NA,STORET,5,2022-07-18T15:00:00Z,5,2022-07-18T15:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-318388042,Sample-Routine,Water,NA,2022-07-18,10:10:00,CDT,2022-07-18,10:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.628,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-27,NA,NA,NA,NA,NA,STORET,5,2022-07-18T15:10:00Z,5,2022-07-18T15:10:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-319124812,Sample-Routine,Water,NA,2022-07-20,16:30:00,CDT,2022-07-20,16:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0791,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-28,NA,NA,NA,NA,NA,STORET,5,2022-07-20T21:30:00Z,5,2022-07-20T21:45:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204991,Sample-Routine,Water,Surface Water,2022-07-23,19:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T00:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204991,Sample-Routine,Water,Surface Water,2022-07-23,19:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.071,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T00:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205127,Sample-Routine,Water,Surface Water,2022-07-23,19:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T00:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205127,Sample-Routine,Water,Surface Water,2022-07-23,19:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.170,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T00:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204992,Sample-Routine,Water,Surface Water,2022-07-23,22:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.56,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T03:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204992,Sample-Routine,Water,Surface Water,2022-07-23,22:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.201,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T03:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205128,Sample-Routine,Water,Surface Water,2022-07-24,01:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T06:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205128,Sample-Routine,Water,Surface Water,2022-07-24,01:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.061,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T06:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204873,Sample-Routine,Water,Surface Water,2022-07-24,02:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.68,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T07:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204873,Sample-Routine,Water,Surface Water,2022-07-24,02:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.462,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T07:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205129,Sample-Routine,Water,Surface Water,2022-07-24,03:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205129,Sample-Routine,Water,Surface Water,2022-07-24,03:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.073,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204906,Sample-Routine,Water,Surface Water,2022-07-24,03:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.45,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204906,Sample-Routine,Water,Surface Water,2022-07-24,03:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.311,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204993,Sample-Routine,Water,Surface Water,2022-07-24,03:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204993,Sample-Routine,Water,Surface Water,2022-07-24,03:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.096,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205130,Sample-Routine,Water,Surface Water,2022-07-24,03:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205130,Sample-Routine,Water,Surface Water,2022-07-24,03:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.052,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205059,Sample-Routine,Water,Surface Water,2022-07-24,06:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.133,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T11:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205059,Sample-Routine,Water,Surface Water,2022-07-24,06:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.65,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T11:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205060,Sample-Routine,Water,Surface Water,2022-07-24,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.193,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205060,Sample-Routine,Water,Surface Water,2022-07-24,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205131,Sample-Routine,Water,Surface Water,2022-07-24,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205131,Sample-Routine,Water,Surface Water,2022-07-24,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.109,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204907,Sample-Routine,Water,Surface Water,2022-07-24,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.61,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204907,Sample-Routine,Water,Surface Water,2022-07-24,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.472,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204994,Sample-Routine,Water,Surface Water,2022-07-24,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204994,Sample-Routine,Water,Surface Water,2022-07-24,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.145,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204876,Sample-Routine,Water,Surface Water,2022-07-24,14:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T19:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204876,Sample-Routine,Water,Surface Water,2022-07-24,14:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.826,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T19:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204909,Sample-Routine,Water,Surface Water,2022-07-24,17:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.39,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204909,Sample-Routine,Water,Surface Water,2022-07-24,17:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.298,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-24T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204995,Sample-Routine,Water,Surface Water,2022-07-24,19:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-25T00:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204995,Sample-Routine,Water,Surface Water,2022-07-24,19:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.196,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-25T00:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205061,Sample-Routine,Water,Surface Water,2022-07-24,20:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-25T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205061,Sample-Routine,Water,Surface Water,2022-07-24,20:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.246,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-25T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204910,Sample-Routine,Water,Surface Water,2022-07-25,00:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.409,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-25T05:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204910,Sample-Routine,Water,Surface Water,2022-07-25,00:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-25T05:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204878,Sample-Routine,Water,Surface Water,2022-07-25,02:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.03,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-25T07:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204878,Sample-Routine,Water,Surface Water,2022-07-25,02:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,1.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-25T07:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205132,Sample-Routine,Water,Surface Water,2022-07-25,03:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-25T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205132,Sample-Routine,Water,Surface Water,2022-07-25,03:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.184,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-25T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204911,Sample-Routine,Water,Surface Water,2022-07-25,07:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.50,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-25T12:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204911,Sample-Routine,Water,Surface Water,2022-07-25,07:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.433,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-25T12:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205163,Sample-Routine,Water,Surface Water,2022-07-26,07:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-26T12:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205163,Sample-Routine,Water,Surface Water,2022-07-26,07:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.174,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-07-26T12:52:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-319764081,Sample-Routine,Water,NA,2022-07-26,18:00:00,CDT,2022-07-26,18:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.301,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-08-05,NA,NA,NA,NA,NA,STORET,5,2022-07-26T23:00:00Z,5,2022-07-26T23:20:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-319764068,Sample-Routine,Water,NA,2022-07-27,13:01:00,CDT,2022-07-27,13:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.227,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-08-05,NA,NA,NA,NA,NA,STORET,5,2022-07-27T18:01:00Z,5,2022-07-27T18:13:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-319764055,Sample-Routine,Water,NA,2022-07-27,13:15:00,CDT,2022-07-27,13:22:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.223,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-08-05,NA,NA,NA,NA,NA,STORET,5,2022-07-27T18:15:00Z,5,2022-07-27T18:22:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-319764046,Sample-Routine,Water,NA,2022-07-27,13:35:00,CDT,2022-07-27,13:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.155,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-08-05,NA,NA,NA,NA,NA,STORET,5,2022-07-27T18:35:00Z,5,2022-07-27T18:35:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-320371060,Sample-Routine,Water,NA,2022-08-02,11:00:00,CDT,2022-08-02,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.560,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-08-08,NA,NA,NA,NA,NA,STORET,5,2022-08-02T16:00:00Z,5,2022-08-02T16:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-320951684,Sample-Routine,Water,NA,2022-08-02,11:45:00,CDT,2022-08-02,11:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.909,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-08-08,NA,NA,NA,NA,NA,STORET,5,2022-08-02T16:45:00Z,5,2022-08-02T16:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-320951672,Sample-Routine,Water,NA,2022-08-02,12:10:00,CDT,2022-08-02,12:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.212,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-08-08,NA,NA,NA,NA,NA,STORET,5,2022-08-02T17:10:00Z,5,2022-08-02T17:10:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202948,Sample-Routine,Water,Surface Water,2022-08-03,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.181,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-03T14:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202948,Sample-Routine,Water,Surface Water,2022-08-03,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.799,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-03T14:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202948,Sample-Routine,Water,Surface Water,2022-08-03,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.140,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2022-09-20,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2022-08-03T14:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02202948,Sample-Routine,Water,Surface Water,2022-08-03,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,22.2,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2022-10-22,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2022-08-03T14:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205133,Sample-Routine,Water,Surface Water,2022-08-07,01:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T06:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205133,Sample-Routine,Water,Surface Water,2022-08-07,01:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.139,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T06:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205134,Sample-Routine,Water,Surface Water,2022-08-07,01:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T06:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205134,Sample-Routine,Water,Surface Water,2022-08-07,01:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.046,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T06:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204913,Sample-Routine,Water,Surface Water,2022-08-07,03:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.59,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204913,Sample-Routine,Water,Surface Water,2022-08-07,03:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.291,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204996,Sample-Routine,Water,Surface Water,2022-08-07,04:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.55,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T09:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204996,Sample-Routine,Water,Surface Water,2022-08-07,04:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.208,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T09:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203218,Sample-Routine,Water,Surface Water,2022-08-07,06:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.386,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-07T11:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203218,Sample-Routine,Water,Surface Water,2022-08-07,06:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,190,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,sample was diluted,NA,NA,NA,2022-08-19,NWIS,5,2022-08-07T11:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205062,Sample-Routine,Water,Surface Water,2022-08-07,06:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T11:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205062,Sample-Routine,Water,Surface Water,2022-08-07,06:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.093,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T11:05:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-320906268,Sample-Routine,Water,NA,2022-08-07,06:18:00,CDT,2022-08-07,06:18:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,1.48,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-08-18,NA,NA,NA,NA,NA,STORET,5,2022-08-07T11:18:00Z,5,2022-08-07T11:18:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203205,Sample-Routine,Water,Surface Water,2022-08-07,06:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,40.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,NA,NA,NA,NA,2022-08-19,NWIS,5,2022-08-07T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203205,Sample-Routine,Water,Surface Water,2022-08-07,06:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-09-01,sample was diluted,NA,NA,NA,2022-08-30,NWIS,5,2022-08-07T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203200,Sample-Routine,Water,Surface Water,2022-08-07,07:00:00,CDT,2022-08-07,16:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.685,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-07T12:00:00Z,5,2022-08-07T21:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203200,Sample-Routine,Water,Surface Water,2022-08-07,07:00:00,CDT,2022-08-07,16:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,2.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,NA,NA,NA,NA,2022-08-19,NWIS,5,2022-08-07T12:00:00Z,5,2022-08-07T21:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203196,Sample-Routine,Water,Surface Water,2022-08-07,07:00:00,CDT,2022-08-07,13:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.629,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-07T12:00:00Z,5,2022-08-07T18:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203196,Sample-Routine,Water,Surface Water,2022-08-07,07:00:00,CDT,2022-08-07,13:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,1.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,NA,NA,NA,NA,2022-08-19,NWIS,5,2022-08-07T12:00:00Z,5,2022-08-07T18:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205135,Sample-Routine,Water,Surface Water,2022-08-07,07:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T12:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205135,Sample-Routine,Water,Surface Water,2022-08-07,07:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.053,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T12:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204879,Sample-Routine,Water,Surface Water,2022-08-07,07:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T12:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204879,Sample-Routine,Water,Surface Water,2022-08-07,07:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.723,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T12:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204914,Sample-Routine,Water,Surface Water,2022-08-07,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.47,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204914,Sample-Routine,Water,Surface Water,2022-08-07,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.273,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205136,Sample-Routine,Water,Surface Water,2022-08-07,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205136,Sample-Routine,Water,Surface Water,2022-08-07,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.068,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204997,Sample-Routine,Water,Surface Water,2022-08-07,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204997,Sample-Routine,Water,Surface Water,2022-08-07,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.115,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203219,Sample-Routine,Water,Surface Water,2022-08-07,13:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,158,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,sample was diluted,NA,NA,NA,2022-08-19,NWIS,5,2022-08-07T18:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203219,Sample-Routine,Water,Surface Water,2022-08-07,13:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.332,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-07T18:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203206,Sample-Routine,Water,Surface Water,2022-08-07,13:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,34.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,NA,NA,NA,NA,2022-08-19,NWIS,5,2022-08-07T18:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203206,Sample-Routine,Water,Surface Water,2022-08-07,13:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.768,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-07T18:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205137,Sample-Routine,Water,Surface Water,2022-08-07,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205137,Sample-Routine,Water,Surface Water,2022-08-07,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.113,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205063,Sample-Routine,Water,Surface Water,2022-08-07,15:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T20:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205063,Sample-Routine,Water,Surface Water,2022-08-07,15:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.231,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T20:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203201,Sample-Routine,Water,Surface Water,2022-08-07,16:15:00,CDT,2022-08-08,03:26:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.641,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-07T21:15:00Z,5,2022-08-08T08:26:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203201,Sample-Routine,Water,Surface Water,2022-08-07,16:15:00,CDT,2022-08-08,03:26:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,3.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,NA,NA,NA,NA,2022-08-19,NWIS,5,2022-08-07T21:15:00Z,5,2022-08-08T08:26:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203197,Sample-Routine,Water,Surface Water,2022-08-07,16:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.526,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-07T21:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203197,Sample-Routine,Water,Surface Water,2022-08-07,16:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,2.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,NA,NA,NA,NA,2022-08-19,NWIS,5,2022-08-07T21:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204917,Sample-Routine,Water,Surface Water,2022-08-07,17:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.60,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T22:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204917,Sample-Routine,Water,Surface Water,2022-08-07,17:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.416,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T22:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204998,Sample-Routine,Water,Surface Water,2022-08-07,17:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T22:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204998,Sample-Routine,Water,Surface Water,2022-08-07,17:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.202,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T22:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204881,Sample-Routine,Water,Surface Water,2022-08-07,17:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.84,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T22:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204881,Sample-Routine,Water,Surface Water,2022-08-07,17:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.687,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-07T22:45:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-320906280,Sample-Routine,Water,NA,2022-08-07,18:00:00,CDT,2022-08-07,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,1.47,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-08-18,NA,NA,NA,NA,NA,STORET,5,2022-08-07T23:00:00Z,5,2022-08-07T23:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-320906304,Sample-Routine,Water,NA,2022-08-07,18:00:00,CDT,2022-08-07,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.888,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-08-18,NA,NA,NA,NA,NA,STORET,5,2022-08-07T23:00:00Z,5,2022-08-07T23:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203220,Sample-Routine,Water,Surface Water,2022-08-07,20:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.343,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-08T01:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203220,Sample-Routine,Water,Surface Water,2022-08-07,20:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,142,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,sample was diluted,NA,NA,NA,2022-08-19,NWIS,5,2022-08-08T01:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203207,Sample-Routine,Water,Surface Water,2022-08-07,20:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.751,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-08T01:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203207,Sample-Routine,Water,Surface Water,2022-08-07,20:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,42.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,NA,NA,NA,NA,2022-08-19,NWIS,5,2022-08-08T01:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205064,Sample-Routine,Water,Surface Water,2022-08-07,21:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.270,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-08T02:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205064,Sample-Routine,Water,Surface Water,2022-08-07,21:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-08T02:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203234,Sample-Routine,Water,Surface Water,2022-08-08,03:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.360,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-08T08:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203234,Sample-Routine,Water,Surface Water,2022-08-08,03:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,236,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,sample was diluted,NA,NA,NA,2022-08-19,NWIS,5,2022-08-08T08:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205065,Sample-Routine,Water,Surface Water,2022-08-08,03:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-08T08:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205065,Sample-Routine,Water,Surface Water,2022-08-08,03:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.283,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-08T08:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203202,Sample-Routine,Water,Surface Water,2022-08-08,03:26:00,CDT,2022-08-08,09:41:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,3.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,NA,NA,NA,NA,2022-08-19,NWIS,5,2022-08-08T08:26:00Z,5,2022-08-08T14:41:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203202,Sample-Routine,Water,Surface Water,2022-08-08,03:26:00,CDT,2022-08-08,09:41:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.675,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-08T08:26:00Z,5,2022-08-08T14:41:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203208,Sample-Routine,Water,Surface Water,2022-08-08,03:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.848,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-08T08:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203208,Sample-Routine,Water,Surface Water,2022-08-08,03:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,43.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,NA,NA,NA,NA,2022-08-19,NWIS,5,2022-08-08T08:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203198,Sample-Routine,Water,Surface Water,2022-08-08,06:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.492,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-08T11:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203198,Sample-Routine,Water,Surface Water,2022-08-08,06:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,3.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,NA,NA,NA,NA,2022-08-19,NWIS,5,2022-08-08T11:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204919,Sample-Routine,Water,Surface Water,2022-08-08,07:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.75,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-08T12:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204919,Sample-Routine,Water,Surface Water,2022-08-08,07:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.657,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-08T12:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204999,Sample-Routine,Water,Surface Water,2022-08-08,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.49,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-08T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204999,Sample-Routine,Water,Surface Water,2022-08-08,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.389,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-08T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203221,Sample-Routine,Water,Surface Water,2022-08-08,10:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,217,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,sample was diluted,NA,NA,NA,2022-08-19,NWIS,5,2022-08-08T15:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203221,Sample-Routine,Water,Surface Water,2022-08-08,10:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.351,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-08T15:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203209,Sample-Routine,Water,Surface Water,2022-08-08,10:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,NA,NA,NA,NA,2022-08-19,NWIS,5,2022-08-08T15:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203209,Sample-Routine,Water,Surface Water,2022-08-08,10:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.583,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-08T15:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204884,Sample-Routine,Water,Surface Water,2022-08-08,11:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.90,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-08T16:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204884,Sample-Routine,Water,Surface Water,2022-08-08,11:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.837,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-08T16:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204921,Sample-Routine,Water,Surface Water,2022-08-08,14:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.74,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-08T19:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204921,Sample-Routine,Water,Surface Water,2022-08-08,14:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.675,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-08T19:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205066,Sample-Routine,Water,Surface Water,2022-08-08,21:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-09T02:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205066,Sample-Routine,Water,Surface Water,2022-08-08,21:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.264,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-09T02:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204885,Sample-Routine,Water,Surface Water,2022-08-08,23:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.01,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-09T04:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204885,Sample-Routine,Water,Surface Water,2022-08-08,23:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.947,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-09T04:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203222,Sample-Routine,Water,Surface Water,2022-08-09,00:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.356,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-09T05:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203222,Sample-Routine,Water,Surface Water,2022-08-09,00:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,166,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,sample was diluted,NA,NA,NA,2022-08-19,NWIS,5,2022-08-09T05:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203210,Sample-Routine,Water,Surface Water,2022-08-09,01:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.649,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-09T06:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203210,Sample-Routine,Water,Surface Water,2022-08-09,01:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,44.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,NA,NA,NA,NA,2022-08-19,NWIS,5,2022-08-09T06:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205000,Sample-Routine,Water,Surface Water,2022-08-09,01:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.507,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-09T06:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205000,Sample-Routine,Water,Surface Water,2022-08-09,01:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-09T06:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205138,Sample-Routine,Water,Surface Water,2022-08-09,03:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.56,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-09T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205138,Sample-Routine,Water,Surface Water,2022-08-09,03:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.497,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-09T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204887,Sample-Routine,Water,Surface Water,2022-08-09,05:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.882,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-09T10:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204887,Sample-Routine,Water,Surface Water,2022-08-09,05:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.94,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-09T10:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205164,Sample-Routine,Water,Surface Water,2022-08-09,07:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-09T12:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205164,Sample-Routine,Water,Surface Water,2022-08-09,07:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.274,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-09T12:52:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCPP:202208090850:SR,Sample-Routine,Water,NA,2022-08-09,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCPP,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.43,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-08-15,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-08-09T13:50:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-LBN:202208090905:SR,Sample-Routine,Water,NA,2022-08-09,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-LBN,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.050,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-08-15,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-08-09T14:05:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-THCC:202208090912:SR,Sample-Routine,Water,NA,2022-08-09,09:12:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-THCC,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.024,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-08-15,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-08-09T14:12:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCFF:202208090930:SR,Sample-Routine,Water,NA,2022-08-09,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCFF,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.091,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-08-15,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-08-09T14:30:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-SLV:202208090945:SR,Sample-Routine,Water,NA,2022-08-09,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-SLV,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.27,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-08-15,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-08-09T14:45:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-SLV:202208090945:SR,Sample-Routine,Water,NA,2022-08-09,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-SLV,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Total,56,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2022-08-16,NA,Instrument Detection Level,0.32,mg/L,NA,STORET,5,2022-08-09T14:45:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCBW:202208091005:SR,Sample-Routine,Water,NA,2022-08-09,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCBW,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.081,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-08-15,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-08-09T15:05:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCCL:202208091040:SR,Sample-Routine,Water,NA,2022-08-09,10:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCCL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.90,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-08-15,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-08-09T15:40:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-OL:202208091410:SR,Sample-Routine,Water,NA,2022-08-09,14:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-OL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.039,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-08-15,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-08-09T19:10:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-OL:202208091410:SR,Sample-Routine,Water,NA,2022-08-09,14:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-OL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Total,120,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2022-08-17,NA,Instrument Detection Level,1.6,mg/L,NA,STORET,5,2022-08-09T19:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203223,Sample-Routine,Water,Surface Water,2022-08-09,21:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.363,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-10T02:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203223,Sample-Routine,Water,Surface Water,2022-08-09,21:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,84.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,NA,NA,NA,NA,2022-08-19,NWIS,5,2022-08-10T02:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203211,Sample-Routine,Water,Surface Water,2022-08-09,22:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.564,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-10T03:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203211,Sample-Routine,Water,Surface Water,2022-08-09,22:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,50.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-19,NA,NA,NA,NA,2022-08-19,NWIS,5,2022-08-10T03:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205001,Sample-Routine,Water,Surface Water,2022-08-10,01:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.50,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-10T06:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205001,Sample-Routine,Water,Surface Water,2022-08-10,01:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.450,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-10T06:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204924,Sample-Routine,Water,Surface Water,2022-08-10,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.66,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-10T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204924,Sample-Routine,Water,Surface Water,2022-08-10,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.615,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-10T13:30:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202208100905:SR,Sample-Routine,Water,NA,2022-08-10,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.030,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-08-15,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-08-10T14:05:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202208100908:QFR,Quality Control Sample-Field Replicate,Water,NA,2022-08-10,09:08:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.029,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-08-15,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-08-10T14:08:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204892,Sample-Routine,Water,Surface Water,2022-08-10,23:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.52,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-11T04:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204892,Sample-Routine,Water,Surface Water,2022-08-10,23:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.485,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-11T04:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203203,Sample-Routine,Water,Surface Water,2022-08-13,06:15:00,CDT,2022-08-13,20:18:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.865,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-29,NA,NA,NA,NA,2022-08-26,NWIS,5,2022-08-13T11:15:00Z,5,2022-08-14T01:18:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203203,Sample-Routine,Water,Surface Water,2022-08-13,06:15:00,CDT,2022-08-13,20:18:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,2.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-24,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-13T11:15:00Z,5,2022-08-14T01:18:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203199,Sample-Routine,Water,Surface Water,2022-08-13,06:30:00,CDT,2022-08-13,22:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.740,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-29,NA,NA,NA,NA,2022-08-26,NWIS,5,2022-08-13T11:30:00Z,5,2022-08-14T03:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203199,Sample-Routine,Water,Surface Water,2022-08-13,06:30:00,CDT,2022-08-13,22:15:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,4.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-24,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-13T11:30:00Z,5,2022-08-14T03:15:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205139,Sample-Routine,Water,Surface Water,2022-08-13,07:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-13T12:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205139,Sample-Routine,Water,Surface Water,2022-08-13,07:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.140,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-13T12:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203212,Sample-Routine,Water,Surface Water,2022-08-13,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.752,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-29,NA,NA,NA,NA,2022-08-26,NWIS,5,2022-08-13T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203212,Sample-Routine,Water,Surface Water,2022-08-13,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,47.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-24,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-13T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204925,Sample-Routine,Water,Surface Water,2022-08-13,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.315,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-13T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204925,Sample-Routine,Water,Surface Water,2022-08-13,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-13T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205002,Sample-Routine,Water,Surface Water,2022-08-13,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-13T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205002,Sample-Routine,Water,Surface Water,2022-08-13,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.199,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-13T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204895,Sample-Routine,Water,Surface Water,2022-08-13,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.40,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-13T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204895,Sample-Routine,Water,Surface Water,2022-08-13,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.312,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-13T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203213,Sample-Routine,Water,Surface Water,2022-08-13,11:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.556,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-29,NA,NA,NA,NA,2022-08-26,NWIS,5,2022-08-13T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203213,Sample-Routine,Water,Surface Water,2022-08-13,11:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,43.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-24,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-13T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205003,Sample-Routine,Water,Surface Water,2022-08-13,13:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-13T18:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205003,Sample-Routine,Water,Surface Water,2022-08-13,13:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.121,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-13T18:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204926,Sample-Routine,Water,Surface Water,2022-08-13,17:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.53,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-13T22:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204926,Sample-Routine,Water,Surface Water,2022-08-13,17:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.396,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-13T22:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203214,Sample-Routine,Water,Surface Water,2022-08-13,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-09-01,sample was diluted,NA,NA,NA,2022-08-30,NWIS,5,2022-08-13T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203214,Sample-Routine,Water,Surface Water,2022-08-13,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,33.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-24,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-13T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205004,Sample-Routine,Water,Surface Water,2022-08-13,18:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.209,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-13T23:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205004,Sample-Routine,Water,Surface Water,2022-08-13,18:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-13T23:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204898,Sample-Routine,Water,Surface Water,2022-08-13,21:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.87,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-14T02:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204898,Sample-Routine,Water,Surface Water,2022-08-13,21:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.783,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-14T02:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203224,Sample-Routine,Water,Surface Water,2022-08-14,00:33:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.417,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-29,NA,NA,NA,NA,2022-08-26,NWIS,5,2022-08-14T05:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203224,Sample-Routine,Water,Surface Water,2022-08-14,00:33:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,77.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-24,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-14T05:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204927,Sample-Routine,Water,Surface Water,2022-08-14,00:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.55,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-14T05:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204927,Sample-Routine,Water,Surface Water,2022-08-14,00:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.459,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-14T05:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203215,Sample-Routine,Water,Surface Water,2022-08-14,01:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.713,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-29,NA,NA,NA,NA,2022-08-26,NWIS,5,2022-08-14T06:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203215,Sample-Routine,Water,Surface Water,2022-08-14,01:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-24,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-14T06:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205005,Sample-Routine,Water,Surface Water,2022-08-14,02:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.339,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-14T07:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205005,Sample-Routine,Water,Surface Water,2022-08-14,02:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.44,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-14T07:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203225,Sample-Routine,Water,Surface Water,2022-08-14,07:33:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.463,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-29,NA,NA,NA,NA,2022-08-26,NWIS,5,2022-08-14T12:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203225,Sample-Routine,Water,Surface Water,2022-08-14,07:33:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,77.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-24,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-14T12:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204928,Sample-Routine,Water,Surface Water,2022-08-14,07:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.65,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-14T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204928,Sample-Routine,Water,Surface Water,2022-08-14,07:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.564,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-14T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203216,Sample-Routine,Water,Surface Water,2022-08-14,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,52.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-24,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-14T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203216,Sample-Routine,Water,Surface Water,2022-08-14,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.878,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-29,NA,NA,NA,NA,2022-08-26,NWIS,5,2022-08-14T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204900,Sample-Routine,Water,Surface Water,2022-08-14,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.86,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-14T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204900,Sample-Routine,Water,Surface Water,2022-08-14,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.787,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-14T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205006,Sample-Routine,Water,Surface Water,2022-08-14,10:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.49,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-14T15:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205006,Sample-Routine,Water,Surface Water,2022-08-14,10:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.408,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-14T15:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203226,Sample-Routine,Water,Surface Water,2022-08-14,14:33:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.442,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-29,NA,NA,NA,NA,2022-08-26,NWIS,5,2022-08-14T19:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203226,Sample-Routine,Water,Surface Water,2022-08-14,14:33:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,78.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-24,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-14T19:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203227,Sample-Routine,Water,Surface Water,2022-08-14,21:33:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,87.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-24,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-15T02:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203227,Sample-Routine,Water,Surface Water,2022-08-14,21:33:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.408,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-29,NA,NA,NA,NA,2022-08-26,NWIS,5,2022-08-15T02:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204902,Sample-Routine,Water,Surface Water,2022-08-14,21:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.84,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-15T02:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204902,Sample-Routine,Water,Surface Water,2022-08-14,21:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.776,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-15T02:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204929,Sample-Routine,Water,Surface Water,2022-08-14,21:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.575,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-15T02:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204929,Sample-Routine,Water,Surface Water,2022-08-14,21:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.63,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-15T02:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205007,Sample-Routine,Water,Surface Water,2022-08-15,00:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.52,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-15T05:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205007,Sample-Routine,Water,Surface Water,2022-08-15,00:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.437,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-15T05:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203228,Sample-Routine,Water,Surface Water,2022-08-15,04:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.403,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-29,NA,NA,NA,NA,2022-08-26,NWIS,5,2022-08-15T09:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203228,Sample-Routine,Water,Surface Water,2022-08-15,04:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,92.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-24,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-15T09:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203217,Sample-Routine,Water,Surface Water,2022-08-15,05:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.486,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-08-29,NA,NA,NA,NA,2022-08-26,NWIS,5,2022-08-15T10:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203217,Sample-Routine,Water,Surface Water,2022-08-15,05:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-24,NA,NA,NA,NA,2022-08-24,NWIS,5,2022-08-15T10:50:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-321513040,Sample-Routine,Water,NA,2022-08-15,10:15:00,CDT,2022-08-15,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.158,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-08-19,NA,NA,NA,NA,NA,STORET,5,2022-08-15T15:15:00Z,5,2022-08-15T15:15:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204930,Sample-Routine,Water,Surface Water,2022-08-15,11:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.58,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-15T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204930,Sample-Routine,Water,Surface Water,2022-08-15,11:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.533,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-15T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204905,Sample-Routine,Water,Surface Water,2022-08-15,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.62,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-15T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204905,Sample-Routine,Water,Surface Water,2022-08-15,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.599,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-15T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205140,Sample-Routine,Water,Surface Water,2022-08-15,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.50,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-15T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205140,Sample-Routine,Water,Surface Water,2022-08-15,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.426,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-15T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204908,Sample-Routine,Water,Surface Water,2022-08-16,03:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.54,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-16T08:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204908,Sample-Routine,Water,Surface Water,2022-08-16,03:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.502,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-16T08:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204808,Sample-Routine,Water,Surface Water,2022-08-16,09:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.237,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-16T14:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204808,Sample-Routine,Water,Surface Water,2022-08-16,09:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-16T14:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204796,Sample-Routine,Water,Surface Water,2022-08-16,09:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.50,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-16T14:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204796,Sample-Routine,Water,Surface Water,2022-08-16,09:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.470,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-16T14:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204797,Sample-Routine,Water,Surface Water,2022-08-16,11:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.40,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-16T16:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204797,Sample-Routine,Water,Surface Water,2022-08-16,11:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.340,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-16T16:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204795,Sample-Routine,Water,Surface Water,2022-08-16,11:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-16T16:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204795,Sample-Routine,Water,Surface Water,2022-08-16,11:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.325,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-16T16:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204794,Sample-Routine,Water,Surface Water,2022-08-16,12:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.51,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-16T17:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204794,Sample-Routine,Water,Surface Water,2022-08-16,12:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.467,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-16T17:01:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-322720989,Sample-Routine,Water,NA,2022-08-16,13:35:00,CDT,2022-08-16,13:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.264,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-08-25,NA,NA,NA,NA,NA,STORET,5,2022-08-16T18:35:00Z,5,2022-08-16T18:35:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205165,Sample-Routine,Water,Surface Water,2022-08-17,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-17T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205165,Sample-Routine,Water,Surface Water,2022-08-17,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.214,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-17T12:40:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-322720474,Sample-Routine,Water,NA,2022-08-17,11:30:00,CDT,2022-08-17,11:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10010769,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.201,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-08-30,NA,NA,NA,NA,NA,STORET,5,2022-08-17T16:30:00Z,5,2022-08-17T16:49:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-324518657,Sample-Routine,Water,NA,2022-08-17,11:30:00,CDT,2022-08-17,11:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10010769,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.140,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-05,NA,NA,NA,NA,NA,STORET,5,2022-08-17T16:30:00Z,5,2022-08-17T16:49:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203943,Sample-Routine,Water,Surface Water,2022-08-18,11:16:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,57.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-26,NA,NA,NA,NA,2022-08-26,NWIS,5,2022-08-18T16:16:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203943,Sample-Routine,Water,Surface Water,2022-08-18,11:16:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.518,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-09-07,NA,NA,NA,NA,2022-09-01,NWIS,5,2022-08-18T16:16:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203944,Sample-Routine,Water,Surface Water,2022-08-18,14:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.276,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-09-07,NA,NA,NA,NA,2022-09-01,NWIS,5,2022-08-18T19:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203944,Sample-Routine,Water,Surface Water,2022-08-18,14:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,283,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-08-26,sample was diluted,NA,NA,NA,2022-08-26,NWIS,5,2022-08-18T19:00:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-322720344,Sample-Routine,Water,NA,2022-08-22,09:10:00,CDT,2022-08-22,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.212,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-09-02,NA,NA,NA,NA,NA,STORET,5,2022-08-22T14:10:00Z,5,2022-08-22T14:20:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205166,Sample-Routine,Water,Surface Water,2022-08-23,07:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.107,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-23T12:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205166,Sample-Routine,Water,Surface Water,2022-08-23,07:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-23T12:42:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-320906192,Sample-Routine,Water,NA,2022-08-23,12:32:00,CDT,2022-08-23,12:32:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.146,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-09-02,NA,NA,NA,NA,NA,STORET,5,2022-08-23T17:32:00Z,5,2022-08-23T17:32:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-320906192,Sample-Routine,Water,NA,2022-08-23,12:32:00,CDT,2022-08-23,12:32:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,23.8,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2022-09-06,NA,NA,NA,NA,NA,STORET,5,2022-08-23T17:32:00Z,5,2022-08-23T17:32:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-322720399,Sample-Routine,Water,NA,2022-08-23,13:00:00,CDT,2022-08-23,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0519,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-09-09,NA,NA,NA,NA,NA,STORET,5,2022-08-23T18:00:00Z,5,2022-08-23T18:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-323391227,Sample-Routine,Water,NA,2022-08-29,15:35:00,CDT,2022-08-29,15:47:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.142,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-09-12,NA,NA,NA,NA,NA,STORET,5,2022-08-29T20:35:00Z,5,2022-08-29T20:47:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-323391332,Sample-Routine,Water,NA,2022-08-29,18:00:00,CDT,2022-08-29,18:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.174,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-09-20,NA,NA,NA,NA,NA,STORET,5,2022-08-29T23:00:00Z,5,2022-08-29T23:25:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205167,Sample-Routine,Water,Surface Water,2022-08-30,09:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-30T14:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205167,Sample-Routine,Water,Surface Water,2022-08-30,09:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.126,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-08-30T14:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203950,Sample-Routine,Water,Surface Water,2022-08-30,12:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.224,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-09-22,NA,NA,NA,NA,2022-09-19,NWIS,5,2022-08-30T17:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203950,Sample-Routine,Water,Surface Water,2022-08-30,12:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,83.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-09,NA,NA,NA,NA,2022-09-09,NWIS,5,2022-08-30T17:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203951,Sample-Routine,Water,Surface Water,2022-08-30,19:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.221,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-09-22,NA,NA,NA,NA,2022-09-19,NWIS,5,2022-08-31T00:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203951,Sample-Routine,Water,Surface Water,2022-08-30,19:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,91.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-09,NA,NA,NA,NA,2022-09-09,NWIS,5,2022-08-31T00:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203952,Sample-Routine,Water,Surface Water,2022-08-31,06:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.244,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-09-22,NA,NA,NA,NA,2022-09-19,NWIS,5,2022-08-31T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203952,Sample-Routine,Water,Surface Water,2022-08-31,06:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,91.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-09,NA,NA,NA,NA,2022-09-09,NWIS,5,2022-08-31T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205141,Sample-Routine,Water,Surface Water,2022-09-03,03:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-03T08:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205141,Sample-Routine,Water,Surface Water,2022-09-03,03:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.051,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-03T08:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205142,Sample-Routine,Water,Surface Water,2022-09-03,03:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-03T08:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205142,Sample-Routine,Water,Surface Water,2022-09-03,03:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.058,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-03T08:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205008,Sample-Routine,Water,Surface Water,2022-09-03,06:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.174,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-03T11:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205008,Sample-Routine,Water,Surface Water,2022-09-03,06:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-03T11:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205009,Sample-Routine,Water,Surface Water,2022-09-03,14:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-03T19:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205009,Sample-Routine,Water,Surface Water,2022-09-03,14:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.098,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-03T19:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205143,Sample-Routine,Water,Surface Water,2022-09-03,15:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-03T20:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205143,Sample-Routine,Water,Surface Water,2022-09-03,15:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.103,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-03T20:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203764,Sample-Routine,Water,Surface Water,2022-09-07,08:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Nitrate,Dissolved,NA,NA,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,Historical Lower Reporting Limit,0.04,mg/l as N,NA,NWIS,5,2022-09-07T13:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203764,Sample-Routine,Water,Surface Water,2022-09-07,08:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.068,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2022-10-26,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2022-09-07T13:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203764,Sample-Routine,Water,Surface Water,2022-09-07,08:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,27.4,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2022-11-14,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2022-09-07T13:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203764,Sample-Routine,Water,Surface Water,2022-09-07,08:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Nitrate,Dissolved,NA,NA,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,Historical Lower Reporting Limit,0.177,mg/l asNO3,NA,NWIS,5,2022-09-07T13:35:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-324531217,Sample-Routine,Water,NA,2022-09-08,10:00:00,CDT,2022-09-08,10:12:00,CDT,3,in,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.140,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-09-26,NA,NA,NA,NA,NA,STORET,5,2022-09-08T15:00:00Z,5,2022-09-08T15:12:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205144,Sample-Routine,Water,Surface Water,2022-09-11,00:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-11T05:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205144,Sample-Routine,Water,Surface Water,2022-09-11,00:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.080,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-11T05:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205145,Sample-Routine,Water,Surface Water,2022-09-11,19:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T00:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205145,Sample-Routine,Water,Surface Water,2022-09-11,19:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.081,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T00:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205010,Sample-Routine,Water,Surface Water,2022-09-11,20:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T01:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205010,Sample-Routine,Water,Surface Water,2022-09-11,20:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.094,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T01:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204931,Sample-Routine,Water,Surface Water,2022-09-12,00:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T05:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204931,Sample-Routine,Water,Surface Water,2022-09-12,00:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.235,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T05:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205146,Sample-Routine,Water,Surface Water,2022-09-12,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205146,Sample-Routine,Water,Surface Water,2022-09-12,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.069,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205067,Sample-Routine,Water,Surface Water,2022-09-12,01:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T06:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205067,Sample-Routine,Water,Surface Water,2022-09-12,01:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.180,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T06:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204912,Sample-Routine,Water,Surface Water,2022-09-12,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204912,Sample-Routine,Water,Surface Water,2022-09-12,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.240,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203936,Sample-Routine,Water,Surface Water,2022-09-12,04:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.541,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,NA,NA,NA,NA,2022-09-28,NWIS,5,2022-09-12T09:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203936,Sample-Routine,Water,Surface Water,2022-09-12,04:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,44.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-12T09:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205068,Sample-Routine,Water,Surface Water,2022-09-12,06:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T11:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205068,Sample-Routine,Water,Surface Water,2022-09-12,06:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.238,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T11:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203935,Sample-Routine,Water,Surface Water,2022-09-12,09:00:00,CDT,2022-09-13,07:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.735,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,sample was diluted,NA,NA,NA,2022-09-28,NWIS,5,2022-09-12T14:00:00Z,5,2022-09-13T12:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203935,Sample-Routine,Water,Surface Water,2022-09-12,09:00:00,CDT,2022-09-13,07:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,5.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-12T14:00:00Z,5,2022-09-13T12:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204932,Sample-Routine,Water,Surface Water,2022-09-12,11:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.374,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T16:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204932,Sample-Routine,Water,Surface Water,2022-09-12,11:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.51,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T16:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203937,Sample-Routine,Water,Surface Water,2022-09-12,11:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.581,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,sample was diluted,NA,NA,NA,2022-09-28,NWIS,5,2022-09-12T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203937,Sample-Routine,Water,Surface Water,2022-09-12,11:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,41.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-12T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203934,Sample-Routine,Water,Surface Water,2022-09-12,11:45:00,CDT,2022-09-13,19:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,3.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-12T16:45:00Z,5,2022-09-14T00:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203934,Sample-Routine,Water,Surface Water,2022-09-12,11:45:00,CDT,2022-09-13,19:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.732,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,sample was diluted,NA,NA,NA,2022-09-28,NWIS,5,2022-09-12T16:45:00Z,5,2022-09-14T00:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203953,Sample-Routine,Water,Surface Water,2022-09-12,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.219,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,NA,NA,NA,NA,2022-09-28,NWIS,5,2022-09-12T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203953,Sample-Routine,Water,Surface Water,2022-09-12,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,64.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-12T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205069,Sample-Routine,Water,Surface Water,2022-09-12,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205069,Sample-Routine,Water,Surface Water,2022-09-12,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.255,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203945,Sample-Routine,Water,Surface Water,2022-09-12,12:32:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.349,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,NA,NA,NA,NA,2022-09-28,NWIS,5,2022-09-12T17:32:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203945,Sample-Routine,Water,Surface Water,2022-09-12,12:32:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,234,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,sample was diluted,NA,NA,NA,2022-09-26,NWIS,5,2022-09-12T17:32:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205147,Sample-Routine,Water,Surface Water,2022-09-12,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.092,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T18:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205147,Sample-Routine,Water,Surface Water,2022-09-12,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-12T18:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203938,Sample-Routine,Water,Surface Water,2022-09-12,17:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.712,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,sample was diluted,NA,NA,NA,2022-09-28,NWIS,5,2022-09-12T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203938,Sample-Routine,Water,Surface Water,2022-09-12,17:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,59.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-12T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205148,Sample-Routine,Water,Surface Water,2022-09-12,19:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T00:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205148,Sample-Routine,Water,Surface Water,2022-09-12,19:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.114,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T00:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204915,Sample-Routine,Water,Surface Water,2022-09-12,20:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.70,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T01:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204915,Sample-Routine,Water,Surface Water,2022-09-12,20:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.590,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T01:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203954,Sample-Routine,Water,Surface Water,2022-09-12,20:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,62.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-13T01:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203954,Sample-Routine,Water,Surface Water,2022-09-12,20:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.285,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,NA,NA,NA,NA,2022-09-28,NWIS,5,2022-09-13T01:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204933,Sample-Routine,Water,Surface Water,2022-09-12,20:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.490,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T01:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204933,Sample-Routine,Water,Surface Water,2022-09-12,20:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.62,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T01:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203939,Sample-Routine,Water,Surface Water,2022-09-12,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.932,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,sample was diluted,NA,NA,NA,2022-09-28,NWIS,5,2022-09-13T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203939,Sample-Routine,Water,Surface Water,2022-09-12,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,39.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-13T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205070,Sample-Routine,Water,Surface Water,2022-09-13,00:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T05:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205070,Sample-Routine,Water,Surface Water,2022-09-13,00:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.266,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T05:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203946,Sample-Routine,Water,Surface Water,2022-09-13,00:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.629,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,NA,NA,NA,NA,2022-09-28,NWIS,5,2022-09-13T05:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203946,Sample-Routine,Water,Surface Water,2022-09-13,00:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,229,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,sample was diluted,NA,NA,NA,2022-09-26,NWIS,5,2022-09-13T05:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205149,Sample-Routine,Water,Surface Water,2022-09-13,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.186,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205149,Sample-Routine,Water,Surface Water,2022-09-13,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204916,Sample-Routine,Water,Surface Water,2022-09-13,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.66,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204916,Sample-Routine,Water,Surface Water,2022-09-13,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.579,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204934,Sample-Routine,Water,Surface Water,2022-09-13,03:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.67,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T08:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204934,Sample-Routine,Water,Surface Water,2022-09-13,03:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.575,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T08:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205071,Sample-Routine,Water,Surface Water,2022-09-13,06:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T11:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205071,Sample-Routine,Water,Surface Water,2022-09-13,06:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.263,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T11:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203940,Sample-Routine,Water,Surface Water,2022-09-13,06:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.875,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,sample was diluted,NA,NA,NA,2022-09-28,NWIS,5,2022-09-13T11:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203940,Sample-Routine,Water,Surface Water,2022-09-13,06:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,39.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-13T11:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203947,Sample-Routine,Water,Surface Water,2022-09-13,07:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,287,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,sample was diluted,NA,NA,NA,2022-09-26,NWIS,5,2022-09-13T12:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203947,Sample-Routine,Water,Surface Water,2022-09-13,07:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.527,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,NA,NA,NA,NA,2022-09-28,NWIS,5,2022-09-13T12:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205168,Sample-Routine,Water,Surface Water,2022-09-13,07:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T12:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205168,Sample-Routine,Water,Surface Water,2022-09-13,07:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.254,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T12:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203955,Sample-Routine,Water,Surface Water,2022-09-13,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,53.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-13T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203955,Sample-Routine,Water,Surface Water,2022-09-13,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.387,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,NA,NA,NA,NA,2022-09-28,NWIS,5,2022-09-13T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204935,Sample-Routine,Water,Surface Water,2022-09-13,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.71,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204935,Sample-Routine,Water,Surface Water,2022-09-13,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.604,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205011,Sample-Routine,Water,Surface Water,2022-09-13,11:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T16:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205011,Sample-Routine,Water,Surface Water,2022-09-13,11:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.449,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T16:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203941,Sample-Routine,Water,Surface Water,2022-09-13,13:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.710,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,sample was diluted,NA,NA,NA,2022-09-28,NWIS,5,2022-09-13T18:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203941,Sample-Routine,Water,Surface Water,2022-09-13,13:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,42.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-13T18:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204918,Sample-Routine,Water,Surface Water,2022-09-13,14:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.84,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T19:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204918,Sample-Routine,Water,Surface Water,2022-09-13,14:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.760,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T19:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203948,Sample-Routine,Water,Surface Water,2022-09-13,14:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,99.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-13T19:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203948,Sample-Routine,Water,Surface Water,2022-09-13,14:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.600,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,NA,NA,NA,NA,2022-09-28,NWIS,5,2022-09-13T19:24:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-324519263,Sample-Routine,Water,NA,2022-09-13,17:02:00,CDT,2022-09-13,17:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.355,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-05,NA,NA,NA,NA,NA,STORET,5,2022-09-13T22:02:00Z,5,2022-09-13T22:02:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-324519186,Sample-Routine,Water,NA,2022-09-13,17:30:00,CDT,2022-09-13,17:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.858,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-04,NA,NA,NA,NA,NA,STORET,5,2022-09-13T22:30:00Z,5,2022-09-13T22:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205072,Sample-Routine,Water,Surface Water,2022-09-13,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T23:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205072,Sample-Routine,Water,Surface Water,2022-09-13,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.244,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-13T23:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203956,Sample-Routine,Water,Surface Water,2022-09-13,18:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.415,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,NA,NA,NA,NA,2022-09-28,NWIS,5,2022-09-13T23:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203956,Sample-Routine,Water,Surface Water,2022-09-13,18:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,40.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-13T23:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204920,Sample-Routine,Water,Surface Water,2022-09-13,20:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.82,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-14T01:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204920,Sample-Routine,Water,Surface Water,2022-09-13,20:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.757,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-14T01:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203949,Sample-Routine,Water,Surface Water,2022-09-13,21:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,79.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-14T02:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203949,Sample-Routine,Water,Surface Water,2022-09-13,21:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.648,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,NA,NA,NA,NA,2022-09-28,NWIS,5,2022-09-14T02:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204936,Sample-Routine,Water,Surface Water,2022-09-14,00:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.73,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-14T05:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204936,Sample-Routine,Water,Surface Water,2022-09-14,00:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.655,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-14T05:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205012,Sample-Routine,Water,Surface Water,2022-09-14,03:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.59,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-14T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205012,Sample-Routine,Water,Surface Water,2022-09-14,03:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.512,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-14T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205073,Sample-Routine,Water,Surface Water,2022-09-14,06:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-14T11:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205073,Sample-Routine,Water,Surface Water,2022-09-14,06:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.230,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-14T11:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205150,Sample-Routine,Water,Surface Water,2022-09-14,07:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.50,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-14T12:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205150,Sample-Routine,Water,Surface Water,2022-09-14,07:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.432,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-14T12:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203957,Sample-Routine,Water,Surface Water,2022-09-14,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.407,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,NA,NA,NA,NA,2022-09-28,NWIS,5,2022-09-14T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203957,Sample-Routine,Water,Surface Water,2022-09-14,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,33.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-14T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203942,Sample-Routine,Water,Surface Water,2022-09-14,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.730,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-04,sample was diluted,NA,NA,NA,2022-09-28,NWIS,5,2022-09-14T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02203942,Sample-Routine,Water,Surface Water,2022-09-14,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,46.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-14T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204922,Sample-Routine,Water,Surface Water,2022-09-14,14:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.65,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-14T19:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204922,Sample-Routine,Water,Surface Water,2022-09-14,14:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.598,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-14T19:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204937,Sample-Routine,Water,Surface Water,2022-09-14,21:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.572,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-15T02:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204937,Sample-Routine,Water,Surface Water,2022-09-14,21:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.63,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-15T02:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205151,Sample-Routine,Water,Surface Water,2022-09-15,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.45,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-15T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205151,Sample-Routine,Water,Surface Water,2022-09-15,01:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.376,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-15T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205013,Sample-Routine,Water,Surface Water,2022-09-15,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-15T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205013,Sample-Routine,Water,Surface Water,2022-09-15,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.431,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-15T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204923,Sample-Routine,Water,Surface Water,2022-09-15,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.54,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-15T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204923,Sample-Routine,Water,Surface Water,2022-09-15,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.489,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-15T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204167,Sample-Routine,Water,Surface Water,2022-09-15,13:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,32.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-15T18:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204167,Sample-Routine,Water,Surface Water,2022-09-15,13:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.298,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-07,NA,NA,NA,NA,2022-10-05,NWIS,5,2022-09-15T18:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204168,Sample-Routine,Water,Surface Water,2022-09-17,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,40.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-17T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204168,Sample-Routine,Water,Surface Water,2022-09-17,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.197,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-07,NA,NA,NA,NA,2022-10-05,NWIS,5,2022-09-17T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204809,Sample-Routine,Water,Surface Water,2022-09-19,09:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-19T14:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204809,Sample-Routine,Water,Surface Water,2022-09-19,09:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.109,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-19T14:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204800,Sample-Routine,Water,Surface Water,2022-09-19,09:33:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-19T14:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204800,Sample-Routine,Water,Surface Water,2022-09-19,09:33:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.237,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-19T14:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204799,Sample-Routine,Water,Surface Water,2022-09-19,10:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.188,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-19T15:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204799,Sample-Routine,Water,Surface Water,2022-09-19,10:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-19T15:04:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCPP:202209191020:SR,Sample-Routine,Water,NA,2022-09-19,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCPP,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.17,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-09-26,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-09-19T15:20:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCFF:202209191038:SR,Sample-Routine,Water,NA,2022-09-19,10:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCFF,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.085,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-09-26,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-09-19T15:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204798,Sample-Routine,Water,Surface Water,2022-09-19,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-19T15:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204798,Sample-Routine,Water,Surface Water,2022-09-19,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.299,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-19T15:45:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-SLV:202209191055:SR,Sample-Routine,Water,NA,2022-09-19,10:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-SLV,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.16,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-09-26,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-09-19T15:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204801,Sample-Routine,Water,Surface Water,2022-09-19,11:14:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-19T16:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204801,Sample-Routine,Water,Surface Water,2022-09-19,11:14:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.165,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-19T16:14:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCCL:202209191117:SR,Sample-Routine,Water,NA,2022-09-19,11:17:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCCL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.28,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-09-26,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-09-19T16:17:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-324518645,Sample-Routine,Water,NA,2022-09-19,13:15:00,CDT,2022-09-19,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.296,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-05,NA,NA,NA,NA,NA,STORET,5,2022-09-19T18:15:00Z,5,2022-09-19T18:15:00Z +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202209201139:SR,Sample-Routine,Water,NA,2022-09-20,11:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.033,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-09-26,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-09-20T16:39:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202209201143:QFR,Quality Control Sample-Field Replicate,Water,NA,2022-09-20,11:43:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.032,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-09-26,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-09-20T16:43:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-OL:202209201342:SR,Sample-Routine,Water,NA,2022-09-20,13:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-OL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.028,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-09-26,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-09-20T18:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205169,Sample-Routine,Water,Surface Water,2022-09-21,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-21T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02205169,Sample-Routine,Water,Surface Water,2022-09-21,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.107,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-09-21T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204169,Sample-Routine,Water,Surface Water,2022-09-22,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.161,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-07,NA,NA,NA,NA,2022-10-05,NWIS,5,2022-09-22T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204169,Sample-Routine,Water,Surface Water,2022-09-22,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-22T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204170,Sample-Routine,Water,Surface Water,2022-09-22,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,61.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-22T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204170,Sample-Routine,Water,Surface Water,2022-09-22,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.446,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-07,NA,NA,NA,NA,2022-10-05,NWIS,5,2022-09-22T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204171,Sample-Routine,Water,Surface Water,2022-09-22,12:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.391,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-10-07,NA,NA,NA,NA,2022-10-05,NWIS,5,2022-09-22T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02204171,Sample-Routine,Water,Surface Water,2022-09-22,12:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,79.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-09-26,NA,NA,NA,NA,2022-09-26,NWIS,5,2022-09-22T17:55:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-325155207,Sample-Routine,Water,NA,2022-09-26,18:15:00,CDT,2022-09-26,18:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.162,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-11,NA,NA,NA,NA,NA,STORET,5,2022-09-26T23:15:00Z,5,2022-09-26T23:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-325155233,Sample-Routine,Water,NA,2022-09-27,08:00:00,CDT,2022-09-27,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.131,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-11,NA,NA,NA,NA,NA,STORET,5,2022-09-27T13:00:00Z,5,2022-09-27T13:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-325155246,Sample-Routine,Water,NA,2022-09-27,08:00:00,CDT,2022-09-27,08:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.131,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-11,NA,NA,NA,NA,NA,STORET,5,2022-09-27T13:00:00Z,5,2022-09-27T13:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-325155259,Sample-Routine,Water,NA,2022-09-27,09:15:00,CDT,2022-09-27,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0865,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-11,NA,NA,NA,NA,NA,STORET,5,2022-09-27T14:15:00Z,5,2022-09-27T14:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-325155373,Sample-Routine,Water,NA,2022-09-27,15:45:00,CDT,2022-09-27,16:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.159,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-11,NA,NA,NA,NA,NA,STORET,5,2022-09-27T20:45:00Z,5,2022-09-27T21:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-325750813,Sample-Routine,Water,NA,2022-09-28,09:05:00,CDT,2022-09-28,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.359,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-11,NA,NA,NA,NA,NA,STORET,5,2022-09-28T14:05:00Z,5,2022-09-28T14:20:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-325750801,Sample-Routine,Water,NA,2022-09-28,09:30:00,CDT,2022-09-28,09:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.441,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-11,NA,NA,NA,NA,NA,STORET,5,2022-09-28T14:30:00Z,5,2022-09-28T14:50:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-325750789,Sample-Routine,Water,NA,2022-09-28,10:15:00,CDT,2022-09-28,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.272,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-11,NA,NA,NA,NA,NA,STORET,5,2022-09-28T15:15:00Z,5,2022-09-28T15:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-325750777,Sample-Routine,Water,NA,2022-09-28,10:15:00,CDT,2022-09-28,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.272,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-11,NA,NA,NA,NA,NA,STORET,5,2022-09-28T15:15:00Z,5,2022-09-28T15:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300639,Sample-Routine,Water,Surface Water,2022-10-04,07:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.067,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-04T12:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300639,Sample-Routine,Water,Surface Water,2022-10-04,07:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-04T12:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300431,Sample-Routine,Water,Surface Water,2022-10-05,10:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.428,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-05T15:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300431,Sample-Routine,Water,Surface Water,2022-10-05,10:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.128,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2022-11-30,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2022-10-05T15:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300431,Sample-Routine,Water,Surface Water,2022-10-05,10:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,25.1,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2022-11-29,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2022-10-05T15:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300431,Sample-Routine,Water,Surface Water,2022-10-05,10:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.89,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-05T15:10:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCCL:202210101010:SR,Sample-Routine,Water,NA,2022-10-10,10:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCCL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Total,45,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2022-10-18,NA,Instrument Detection Level,0.64,mg/L,NA,STORET,5,2022-10-10T15:10:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCCL:202210101010:SR,Sample-Routine,Water,NA,2022-10-10,10:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCCL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.2,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-10-18,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-10-10T15:10:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-SLV:202210101025:SR,Sample-Routine,Water,NA,2022-10-10,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-SLV,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Total,140,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2022-10-21,NA,Instrument Detection Level,1.6,mg/L,NA,STORET,5,2022-10-10T15:25:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-SLV:202210101025:SR,Sample-Routine,Water,NA,2022-10-10,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-SLV,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.1,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-10-18,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-10-10T15:25:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCPP:202210101100:SR,Sample-Routine,Water,NA,2022-10-10,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCPP,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Total,81,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2022-10-18,NA,Instrument Detection Level,0.64,mg/L,NA,STORET,5,2022-10-10T16:00:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCPP:202210101100:SR,Sample-Routine,Water,NA,2022-10-10,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCPP,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.031,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-10-18,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-10-10T16:00:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-LBN:202210101117:SR,Sample-Routine,Water,NA,2022-10-10,11:17:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-LBN,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Total,63,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2022-10-18,NA,Instrument Detection Level,0.64,mg/L,NA,STORET,5,2022-10-10T16:17:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-LBN:202210101117:SR,Sample-Routine,Water,NA,2022-10-10,11:17:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-LBN,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.021,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-10-18,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-10-10T16:17:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-THCC:202210101135:SR,Sample-Routine,Water,NA,2022-10-10,11:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-THCC,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.014,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-10-18,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-10-10T16:35:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-THCC:202210101135:SR,Sample-Routine,Water,NA,2022-10-10,11:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-THCC,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Total,44,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2022-10-18,NA,Instrument Detection Level,0.64,mg/L,NA,STORET,5,2022-10-10T16:35:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCFF:202210101150:SR,Sample-Routine,Water,NA,2022-10-10,11:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCFF,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Total,53,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2022-10-18,NA,Instrument Detection Level,0.64,mg/L,NA,STORET,5,2022-10-10T16:50:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCFF:202210101150:SR,Sample-Routine,Water,NA,2022-10-10,11:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCFF,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.032,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-10-18,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-10-10T16:50:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCBW:202210101205:SR,Sample-Routine,Water,NA,2022-10-10,12:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCBW,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.032,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-10-18,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-10-10T17:05:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCBW:202210101205:SR,Sample-Routine,Water,NA,2022-10-10,12:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCBW,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Total,52,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2022-10-18,NA,Instrument Detection Level,0.64,mg/L,NA,STORET,5,2022-10-10T17:05:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-326387427,Sample-Routine,Water,NA,2022-10-10,16:30:00,CDT,2022-10-10,16:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.412,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-21,NA,NA,NA,NA,NA,STORET,5,2022-10-10T21:30:00Z,5,2022-10-10T21:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-326387306,Sample-Routine,Water,NA,2022-10-10,17:15:00,CDT,2022-10-10,17:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0762,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-21,NA,NA,NA,NA,NA,STORET,5,2022-10-10T22:15:00Z,5,2022-10-10T22:15:00Z +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202210110943:SR,Sample-Routine,Water,NA,2022-10-11,09:43:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Total,55,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2022-10-18,NA,Instrument Detection Level,0.64,mg/L,NA,STORET,5,2022-10-11T14:43:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202210110943:SR,Sample-Routine,Water,NA,2022-10-11,09:43:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.036,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-10-18,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-10-11T14:43:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202210110945:QFR,Quality Control Sample-Field Replicate,Water,NA,2022-10-11,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.03,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-10-18,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-10-11T14:45:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:202210110945:QFR,Quality Control Sample-Field Replicate,Water,NA,2022-10-11,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Total,55,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2022-10-18,NA,Instrument Detection Level,0.64,mg/L,NA,STORET,5,2022-10-11T14:45:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-326387318,Sample-Routine,Water,NA,2022-10-11,10:30:00,CDT,2022-10-11,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10010769,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0611,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-21,NA,NA,NA,NA,NA,STORET,5,2022-10-11T15:30:00Z,5,2022-10-11T15:30:00Z +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-OL:202210111032:SR,Sample-Routine,Water,NA,2022-10-11,10:32:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-OL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Total,130,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2022-10-21,NA,Instrument Detection Level,1.6,mg/L,NA,STORET,5,2022-10-11T15:32:00Z,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-OL:202210111032:SR,Sample-Routine,Water,NA,2022-10-11,10:32:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-OL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.041,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,No Comment,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-10-18,NA,Instrument Detection Level,0.009,mg/L,NA,STORET,5,2022-10-11T15:32:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-325141873,Sample-Routine,Water,NA,2022-10-11,15:00:00,CDT,2022-10-11,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0980,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-21,NA,NA,NA,NA,NA,STORET,5,2022-10-11T20:00:00Z,5,2022-10-11T20:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-325141873,Sample-Routine,Water,NA,2022-10-11,15:00:00,CDT,2022-10-11,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,24.4,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2022-10-24,NA,NA,NA,NA,NA,STORET,5,2022-10-11T20:00:00Z,5,2022-10-11T20:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300611,Sample-Routine,Water,Surface Water,2022-10-12,19:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-13T00:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300611,Sample-Routine,Water,Surface Water,2022-10-12,19:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.150,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-13T00:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300612,Sample-Routine,Water,Surface Water,2022-10-13,01:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-13T06:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300612,Sample-Routine,Water,Surface Water,2022-10-13,01:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.135,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-13T06:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300570,Sample-Routine,Water,Surface Water,2022-10-13,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Total,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.02,mg/l as P,NA,NWIS,5,2022-10-13T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300570,Sample-Routine,Water,Surface Water,2022-10-13,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.023,mg/l as P,NA,NWIS,5,2022-10-13T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300556,Sample-Routine,Water,Surface Water,2022-10-13,09:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Total,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.02,mg/l as P,NA,NWIS,5,2022-10-13T14:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300556,Sample-Routine,Water,Surface Water,2022-10-13,09:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.023,mg/l as P,NA,NWIS,5,2022-10-13T14:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300557,Sample-Routine,Water,Surface Water,2022-10-13,11:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.03,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-13T16:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300557,Sample-Routine,Water,Surface Water,2022-10-13,11:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.023,mg/l as P,NA,NWIS,5,2022-10-13T16:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300555,Sample-Routine,Water,Surface Water,2022-10-13,12:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Total,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.02,mg/l as P,NA,NWIS,5,2022-10-13T17:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300555,Sample-Routine,Water,Surface Water,2022-10-13,12:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.023,mg/l as P,NA,NWIS,5,2022-10-13T17:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300554,Sample-Routine,Water,Surface Water,2022-10-13,12:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.03,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-13T17:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300554,Sample-Routine,Water,Surface Water,2022-10-13,12:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.023,mg/l as P,NA,NWIS,5,2022-10-13T17:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300613,Sample-Routine,Water,Surface Water,2022-10-13,13:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-13T18:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300613,Sample-Routine,Water,Surface Water,2022-10-13,13:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.122,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-13T18:20:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-326426004,Sample-Routine,Water,NA,2022-10-17,09:00:00,CDT,2022-10-17,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.100,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-26,NA,NA,NA,NA,NA,STORET,5,2022-10-17T14:00:00Z,5,2022-10-17T14:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-326439011,Sample-Routine,Water,NA,2022-10-18,08:00:00,CDT,2022-10-18,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0691,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-10-26,NA,NA,NA,NA,NA,STORET,5,2022-10-18T13:00:00Z,5,2022-10-18T14:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300640,Sample-Routine,Water,Surface Water,2022-10-19,07:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-19T12:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300640,Sample-Routine,Water,Surface Water,2022-10-19,07:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.056,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-19T12:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300194,Sample-Routine,Water,Surface Water,2022-10-19,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.078,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-11-02,NA,NA,NA,NA,2022-10-31,NWIS,5,2022-10-19T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300194,Sample-Routine,Water,Surface Water,2022-10-19,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,96.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-10-24,NA,NA,NA,NA,2022-10-24,NWIS,5,2022-10-19T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300571,Sample-Routine,Water,Surface Water,2022-10-19,09:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.052,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-19T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300571,Sample-Routine,Water,Surface Water,2022-10-19,09:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-19T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300560,Sample-Routine,Water,Surface Water,2022-10-19,10:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-19T15:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300560,Sample-Routine,Water,Surface Water,2022-10-19,10:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.202,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-19T15:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300561,Sample-Routine,Water,Surface Water,2022-10-19,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-19T15:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300561,Sample-Routine,Water,Surface Water,2022-10-19,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.056,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-19T15:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300559,Sample-Routine,Water,Surface Water,2022-10-19,11:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-19T16:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300559,Sample-Routine,Water,Surface Water,2022-10-19,11:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.094,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-19T16:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300558,Sample-Routine,Water,Surface Water,2022-10-19,12:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-19T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300558,Sample-Routine,Water,Surface Water,2022-10-19,12:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.260,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-19T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300188,Sample-Routine,Water,Surface Water,2022-10-19,12:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.185,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-11-02,NA,NA,NA,NA,2022-10-31,NWIS,5,2022-10-19T17:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300188,Sample-Routine,Water,Surface Water,2022-10-19,12:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,424,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-10-24,sample was diluted,NA,NA,NA,2022-10-24,NWIS,5,2022-10-19T17:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300186,Sample-Routine,Water,Surface Water,2022-10-19,13:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,62.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-10-24,NA,NA,NA,NA,2022-10-24,NWIS,5,2022-10-19T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300186,Sample-Routine,Water,Surface Water,2022-10-19,13:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.424,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-11-02,NA,NA,NA,NA,2022-10-31,NWIS,5,2022-10-19T18:10:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-328349795,Sample-Routine,Water,NA,2022-10-19,16:00:00,CDT,2022-10-19,16:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0986,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-11-08,NA,NA,NA,NA,NA,STORET,5,2022-10-19T21:00:00Z,5,2022-10-19T21:20:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-330738970,Sample-Routine,Water,NA,2022-10-23,14:40:00,CDT,2022-10-23,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.137,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-11-08,NA,NA,NA,NA,NA,STORET,5,2022-10-23T19:40:00Z,5,2022-10-23T20:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-330702125,Sample-Routine,Water,NA,2022-10-24,13:00:00,CDT,2022-10-24,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0378,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-11-08,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2022-10-24T18:00:00Z,5,2022-10-24T18:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-330702087,Sample-Routine,Water,NA,2022-10-25,10:41:00,CDT,2022-10-25,10:56:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0561,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-11-08,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2022-10-25T15:41:00Z,5,2022-10-25T15:56:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300628,Sample-Routine,Water,Surface Water,2022-10-26,00:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-26T05:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300628,Sample-Routine,Water,Surface Water,2022-10-26,00:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.081,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-10-26T05:35:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-328822047,Sample-Routine,Water,NA,2022-10-26,10:20:00,CDT,2022-10-26,10:28:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.703,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-11-10,NA,NA,NA,NA,NA,STORET,5,2022-10-26T15:20:00Z,5,2022-10-26T15:28:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-328822068,Sample-Routine,Water,NA,2022-10-26,10:45:00,CDT,2022-10-26,10:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.457,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-11-10,NA,NA,NA,NA,NA,STORET,5,2022-10-26T15:45:00Z,5,2022-10-26T15:55:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-328822080,Sample-Routine,Water,NA,2022-10-26,11:15:00,CDT,2022-10-26,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.264,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-11-10,NA,NA,NA,NA,NA,STORET,5,2022-10-26T16:15:00Z,5,2022-10-26T16:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300641,Sample-Routine,Water,Surface Water,2022-11-01,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-01T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300641,Sample-Routine,Water,Surface Water,2022-11-01,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.053,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-01T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300629,Sample-Routine,Water,Surface Water,2022-11-04,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-04T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300629,Sample-Routine,Water,Surface Water,2022-11-04,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.073,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-04T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300179,Sample-Routine,Water,Surface Water,2022-11-04,15:30:00,CDT,2022-11-05,19:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,16,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,sample was diluted,NA,NA,NA,2022-11-30,NWIS,5,2022-11-04T20:30:00Z,5,2022-11-06T00:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300179,Sample-Routine,Water,Surface Water,2022-11-04,15:30:00,CDT,2022-11-05,19:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,16,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,21.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,5,2022-11-04T20:30:00Z,5,2022-11-06T00:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300178,Sample-Routine,Water,Surface Water,2022-11-04,16:00:00,CDT,2022-11-06,07:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,18,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,17.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,5,2022-11-04T21:00:00Z,5,2022-11-06T12:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300178,Sample-Routine,Water,Surface Water,2022-11-04,16:00:00,CDT,2022-11-06,07:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,18,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,sample was diluted,NA,NA,NA,2022-11-30,NWIS,5,2022-11-04T21:00:00Z,5,2022-11-06T12:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300597,Sample-Routine,Water,Surface Water,2022-11-04,20:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300597,Sample-Routine,Water,Surface Water,2022-11-04,20:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.142,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300614,Sample-Routine,Water,Surface Water,2022-11-05,00:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T05:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300614,Sample-Routine,Water,Surface Water,2022-11-05,00:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.139,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T05:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300180,Sample-Routine,Water,Surface Water,2022-11-05,04:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.465,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-11-30,NWIS,5,2022-11-05T09:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300180,Sample-Routine,Water,Surface Water,2022-11-05,04:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,65.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,5,2022-11-05T09:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300582,Sample-Routine,Water,Surface Water,2022-11-05,05:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.44,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T10:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300582,Sample-Routine,Water,Surface Water,2022-11-05,05:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.387,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T10:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300574,Sample-Routine,Water,Surface Water,2022-11-05,05:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.314,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T10:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300574,Sample-Routine,Water,Surface Water,2022-11-05,05:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.39,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T10:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300195,Sample-Routine,Water,Surface Water,2022-11-05,07:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.200,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-12-01,NWIS,5,2022-11-05T12:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300195,Sample-Routine,Water,Surface Water,2022-11-05,07:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,73.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,5,2022-11-05T12:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300630,Sample-Routine,Water,Surface Water,2022-11-05,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300630,Sample-Routine,Water,Surface Water,2022-11-05,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.079,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300615,Sample-Routine,Water,Surface Water,2022-11-05,11:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.367,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300615,Sample-Routine,Water,Surface Water,2022-11-05,11:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300181,Sample-Routine,Water,Surface Water,2022-11-05,14:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.643,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-11-30,NWIS,5,2022-11-05T19:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300181,Sample-Routine,Water,Surface Water,2022-11-05,14:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,48.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,5,2022-11-05T19:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300631,Sample-Routine,Water,Surface Water,2022-11-05,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300631,Sample-Routine,Water,Surface Water,2022-11-05,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.099,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300583,Sample-Routine,Water,Surface Water,2022-11-05,16:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.63,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T21:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300583,Sample-Routine,Water,Surface Water,2022-11-05,16:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.457,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T21:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300575,Sample-Routine,Water,Surface Water,2022-11-05,16:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T21:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300575,Sample-Routine,Water,Surface Water,2022-11-05,16:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.870,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T21:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300598,Sample-Routine,Water,Surface Water,2022-11-05,16:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T21:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300598,Sample-Routine,Water,Surface Water,2022-11-05,16:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.198,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-05T21:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300189,Sample-Routine,Water,Surface Water,2022-11-05,17:36:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,253,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,sample was diluted,NA,NA,NA,2022-11-23,NWIS,5,2022-11-05T22:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300189,Sample-Routine,Water,Surface Water,2022-11-05,17:36:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.399,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-11-30,NWIS,5,2022-11-05T22:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300182,Sample-Routine,Water,Surface Water,2022-11-05,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.692,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-11-30,NWIS,5,2022-11-06T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300182,Sample-Routine,Water,Surface Water,2022-11-05,19:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,5,2022-11-06T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300616,Sample-Routine,Water,Surface Water,2022-11-05,20:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.56,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-06T01:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300616,Sample-Routine,Water,Surface Water,2022-11-05,20:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.446,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-06T01:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300196,Sample-Routine,Water,Surface Water,2022-11-05,20:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.188,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-12-01,NWIS,5,2022-11-06T01:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300196,Sample-Routine,Water,Surface Water,2022-11-05,20:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,71.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,5,2022-11-06T01:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300190,Sample-Routine,Water,Surface Water,2022-11-06,00:36:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.407,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-11-30,NWIS,5,2022-11-06T05:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300190,Sample-Routine,Water,Surface Water,2022-11-06,00:36:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,288,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,sample was diluted,NA,NA,NA,2022-11-23,NWIS,5,2022-11-06T05:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300584,Sample-Routine,Water,Surface Water,2022-11-06,01:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.73,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-06T06:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300584,Sample-Routine,Water,Surface Water,2022-11-06,01:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.571,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2022-11-06T06:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300183,Sample-Routine,Water,Surface Water,2022-11-06,01:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.622,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-11-30,NWIS,5,2022-11-06T06:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300183,Sample-Routine,Water,Surface Water,2022-11-06,01:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,59.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,5,2022-11-06T06:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300632,Sample-Routine,Water,Surface Water,2022-11-06,02:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.368,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-06T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300632,Sample-Routine,Water,Surface Water,2022-11-06,02:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.49,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-06T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300197,Sample-Routine,Water,Surface Water,2022-11-06,02:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.284,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-12-01,NWIS,6,2022-11-06T08:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300197,Sample-Routine,Water,Surface Water,2022-11-06,02:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,69.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,6,2022-11-06T08:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300576,Sample-Routine,Water,Surface Water,2022-11-06,03:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,1.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-06T09:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300576,Sample-Routine,Water,Surface Water,2022-11-06,03:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-06T09:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300191,Sample-Routine,Water,Surface Water,2022-11-06,06:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.7,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,sample was diluted,NA,NA,NA,2022-11-30,NWIS,6,2022-11-06T12:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300191,Sample-Routine,Water,Surface Water,2022-11-06,06:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,138,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,sample was diluted,NA,NA,NA,2022-11-23,NWIS,6,2022-11-06T12:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300617,Sample-Routine,Water,Surface Water,2022-11-06,07:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.480,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-06T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300617,Sample-Routine,Water,Surface Water,2022-11-06,07:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.55,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-06T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300599,Sample-Routine,Water,Surface Water,2022-11-06,09:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.493,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-06T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300599,Sample-Routine,Water,Surface Water,2022-11-06,09:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.64,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-06T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300192,Sample-Routine,Water,Surface Water,2022-11-06,13:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,sample was diluted,NA,NA,NA,2022-11-30,NWIS,6,2022-11-06T19:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300192,Sample-Routine,Water,Surface Water,2022-11-06,13:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,126,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,sample was diluted,NA,NA,NA,2022-11-23,NWIS,6,2022-11-06T19:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300585,Sample-Routine,Water,Surface Water,2022-11-06,15:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.727,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-06T21:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300585,Sample-Routine,Water,Surface Water,2022-11-06,15:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.85,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-06T21:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300184,Sample-Routine,Water,Surface Water,2022-11-06,15:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,67.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,6,2022-11-06T21:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300184,Sample-Routine,Water,Surface Water,2022-11-06,15:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.902,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,sample was diluted,NA,NA,NA,2022-11-30,NWIS,6,2022-11-06T21:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300577,Sample-Routine,Water,Surface Water,2022-11-06,21:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-07T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300577,Sample-Routine,Water,Surface Water,2022-11-06,21:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,1.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-07T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300600,Sample-Routine,Water,Surface Water,2022-11-07,00:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.68,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-07T06:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300600,Sample-Routine,Water,Surface Water,2022-11-07,00:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.594,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-07T06:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300633,Sample-Routine,Water,Surface Water,2022-11-07,02:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.83,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-07T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300633,Sample-Routine,Water,Surface Water,2022-11-07,02:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.730,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-07T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300578,Sample-Routine,Water,Surface Water,2022-11-07,10:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.91,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-07T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300578,Sample-Routine,Water,Surface Water,2022-11-07,10:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.828,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-07T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300618,Sample-Routine,Water,Surface Water,2022-11-07,13:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.43,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-07T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300618,Sample-Routine,Water,Surface Water,2022-11-07,13:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.392,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-07T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300185,Sample-Routine,Water,Surface Water,2022-11-08,02:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,71.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,6,2022-11-08T08:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300185,Sample-Routine,Water,Surface Water,2022-11-08,02:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.626,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-11-30,NWIS,6,2022-11-08T08:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300198,Sample-Routine,Water,Surface Water,2022-11-08,04:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.396,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-12-01,NWIS,6,2022-11-08T10:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300198,Sample-Routine,Water,Surface Water,2022-11-08,04:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,41.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,6,2022-11-08T10:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300579,Sample-Routine,Water,Surface Water,2022-11-08,07:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.58,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-08T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300579,Sample-Routine,Water,Surface Water,2022-11-08,07:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.527,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-08T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300601,Sample-Routine,Water,Surface Water,2022-11-08,08:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-08T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300601,Sample-Routine,Water,Surface Water,2022-11-08,08:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.415,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-08T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300586,Sample-Routine,Water,Surface Water,2022-11-08,09:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.473,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-08T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300586,Sample-Routine,Water,Surface Water,2022-11-08,09:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-08T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300580,Sample-Routine,Water,Surface Water,2022-11-09,07:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.338,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-09T13:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300580,Sample-Routine,Water,Surface Water,2022-11-09,07:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.38,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-09T13:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300619,Sample-Routine,Water,Surface Water,2022-11-09,08:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.272,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-09T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300619,Sample-Routine,Water,Surface Water,2022-11-09,08:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-09T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300690,Sample-Routine,Water,Surface Water,2022-11-09,08:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,4.62,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-09T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300690,Sample-Routine,Water,Surface Water,2022-11-09,08:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.135,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2023-01-09,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,6,2022-11-09T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300690,Sample-Routine,Water,Surface Water,2022-11-09,08:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.04,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-09T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300690,Sample-Routine,Water,Surface Water,2022-11-09,08:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,27.5,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2022-12-07,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,6,2022-11-09T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300587,Sample-Routine,Water,Surface Water,2022-11-09,10:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.369,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-09T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300587,Sample-Routine,Water,Surface Water,2022-11-09,10:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.43,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-09T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300602,Sample-Routine,Water,Surface Water,2022-11-09,10:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.309,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-09T16:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300602,Sample-Routine,Water,Surface Water,2022-11-09,10:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-09T16:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300199,Sample-Routine,Water,Surface Water,2022-11-09,12:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,6,2022-11-09T18:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300199,Sample-Routine,Water,Surface Water,2022-11-09,12:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.232,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-12-01,NWIS,6,2022-11-09T18:40:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-331387668,Sample-Routine,Water,NA,2022-11-10,10:50:00,CST,2022-11-10,10:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.107,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-11-29,NA,NA,NA,NA,NA,STORET,6,2022-11-10T16:50:00Z,6,2022-11-10T16:50:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-328830401,Sample-Routine,Water,NA,2022-11-10,12:45:00,CST,2022-11-10,12:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,24.7,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2022-12-02,NA,Lower Quantitation Limit,4.55,mg/L,NA,STORET,6,2022-11-10T18:45:00Z,6,2022-11-10T18:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-328830401,Sample-Routine,Water,NA,2022-11-10,12:45:00,CST,2022-11-10,12:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.107,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-11-29,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,6,2022-11-10T18:45:00Z,6,2022-11-10T18:45:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300634,Sample-Routine,Water,Surface Water,2022-11-10,21:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-11T03:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300634,Sample-Routine,Water,Surface Water,2022-11-10,21:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.175,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-11T03:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300620,Sample-Routine,Water,Surface Water,2022-11-11,03:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-11T09:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300620,Sample-Routine,Water,Surface Water,2022-11-11,03:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.190,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-11T09:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300200,Sample-Routine,Water,Surface Water,2022-11-11,04:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.166,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-12-01,NWIS,6,2022-11-11T10:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300200,Sample-Routine,Water,Surface Water,2022-11-11,04:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,51.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,6,2022-11-11T10:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300635,Sample-Routine,Water,Surface Water,2022-11-11,04:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.130,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-11T10:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300635,Sample-Routine,Water,Surface Water,2022-11-11,04:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-11T10:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300621,Sample-Routine,Water,Surface Water,2022-11-11,09:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-11T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300621,Sample-Routine,Water,Surface Water,2022-11-11,09:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.189,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-11T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300603,Sample-Routine,Water,Surface Water,2022-11-11,12:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.153,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-11T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300603,Sample-Routine,Water,Surface Water,2022-11-11,12:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-11T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300588,Sample-Routine,Water,Surface Water,2022-11-11,14:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.232,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-11T20:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300588,Sample-Routine,Water,Surface Water,2022-11-11,14:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-11T20:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300636,Sample-Routine,Water,Surface Water,2022-11-11,18:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-12T00:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300636,Sample-Routine,Water,Surface Water,2022-11-11,18:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.140,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-12T00:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300622,Sample-Routine,Water,Surface Water,2022-11-11,21:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.199,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-12T03:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300622,Sample-Routine,Water,Surface Water,2022-11-11,21:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-12T03:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300589,Sample-Routine,Water,Surface Water,2022-11-12,04:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-12T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300589,Sample-Routine,Water,Surface Water,2022-11-12,04:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.265,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-12T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300604,Sample-Routine,Water,Surface Water,2022-11-12,12:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-12T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300604,Sample-Routine,Water,Surface Water,2022-11-12,12:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.185,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-12T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300605,Sample-Routine,Water,Surface Water,2022-11-12,20:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.210,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-13T02:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300605,Sample-Routine,Water,Surface Water,2022-11-12,20:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-13T02:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300590,Sample-Routine,Water,Surface Water,2022-11-13,01:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-13T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300590,Sample-Routine,Water,Surface Water,2022-11-13,01:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.433,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-13T07:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300572,Sample-Routine,Water,Surface Water,2022-11-15,09:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-15T15:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300572,Sample-Routine,Water,Surface Water,2022-11-15,09:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.094,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-15T15:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300564,Sample-Routine,Water,Surface Water,2022-11-15,10:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.241,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-15T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300564,Sample-Routine,Water,Surface Water,2022-11-15,10:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-15T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300565,Sample-Routine,Water,Surface Water,2022-11-15,10:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.173,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-15T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300565,Sample-Routine,Water,Surface Water,2022-11-15,10:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-15T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300563,Sample-Routine,Water,Surface Water,2022-11-15,11:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.254,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-15T17:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300563,Sample-Routine,Water,Surface Water,2022-11-15,11:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-15T17:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300562,Sample-Routine,Water,Surface Water,2022-11-15,11:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.306,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-15T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300562,Sample-Routine,Water,Surface Water,2022-11-15,11:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-15T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300642,Sample-Routine,Water,Surface Water,2022-11-16,08:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.094,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-16T14:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300642,Sample-Routine,Water,Surface Water,2022-11-16,08:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-11-16T14:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300201,Sample-Routine,Water,Surface Water,2022-11-17,09:18:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.085,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-12-01,NWIS,6,2022-11-17T15:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300201,Sample-Routine,Water,Surface Water,2022-11-17,09:18:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,60.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,6,2022-11-17T15:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300187,Sample-Routine,Water,Surface Water,2022-11-17,10:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,78.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,NA,NA,NA,NA,2022-11-23,NWIS,6,2022-11-17T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300187,Sample-Routine,Water,Surface Water,2022-11-17,10:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.214,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-02,NA,NA,NA,NA,2022-12-01,NWIS,6,2022-11-17T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300193,Sample-Routine,Water,Surface Water,2022-11-17,10:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.264,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2022-12-15,NA,NA,NA,NA,2022-12-12,NWIS,6,2022-11-17T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300193,Sample-Routine,Water,Surface Water,2022-11-17,10:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,452,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-11-23,sample was diluted,NA,NA,NA,2022-11-23,NWIS,6,2022-11-17T16:30:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-331293003,Sample-Routine,Water,NA,2022-11-29,15:00:00,CST,2022-11-29,15:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0930,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-12-05,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,6,2022-11-29T21:00:00Z,6,2022-11-29T21:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-331293003,Sample-Routine,Water,NA,2022-11-29,15:00:00,CST,2022-11-29,15:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,21.6,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2022-12-02,NA,Lower Quantitation Limit,4.55,mg/L,NA,STORET,6,2022-11-29T21:00:00Z,6,2022-11-29T21:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300683,Sample-Routine,Water,Surface Water,2022-12-07,08:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,3.85,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-07T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300683,Sample-Routine,Water,Surface Water,2022-12-07,08:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.080,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2023-01-27,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,6,2022-12-07T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300683,Sample-Routine,Water,Surface Water,2022-12-07,08:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.870,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-07T14:45:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-333983025,Sample-Routine,Water,NA,2022-12-07,15:00:00,CST,2022-12-07,15:02:00,CST,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0765,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-12-21,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,6,2022-12-07T21:00:00Z,6,2022-12-07T21:02:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300573,Sample-Routine,Water,Surface Water,2022-12-13,10:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.036,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-13T16:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300573,Sample-Routine,Water,Surface Water,2022-12-13,10:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-13T16:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300568,Sample-Routine,Water,Surface Water,2022-12-13,10:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.209,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-13T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300568,Sample-Routine,Water,Surface Water,2022-12-13,10:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-13T16:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300569,Sample-Routine,Water,Surface Water,2022-12-13,11:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-13T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300569,Sample-Routine,Water,Surface Water,2022-12-13,11:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.084,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-13T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300567,Sample-Routine,Water,Surface Water,2022-12-13,11:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.045,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-13T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300567,Sample-Routine,Water,Surface Water,2022-12-13,11:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-13T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300566,Sample-Routine,Water,Surface Water,2022-12-13,11:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-13T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300566,Sample-Routine,Water,Surface Water,2022-12-13,11:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.088,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-13T17:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300637,Sample-Routine,Water,Surface Water,2022-12-15,01:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-15T07:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300637,Sample-Routine,Water,Surface Water,2022-12-15,01:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.069,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-15T07:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300623,Sample-Routine,Water,Surface Water,2022-12-15,04:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-15T10:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300623,Sample-Routine,Water,Surface Water,2022-12-15,04:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.127,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-15T10:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300638,Sample-Routine,Water,Surface Water,2022-12-15,08:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-15T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300638,Sample-Routine,Water,Surface Water,2022-12-15,08:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.036,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-15T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300591,Sample-Routine,Water,Surface Water,2022-12-15,10:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.137,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-15T16:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300591,Sample-Routine,Water,Surface Water,2022-12-15,10:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-15T16:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300436,Sample-Routine,Water,Surface Water,2022-12-15,12:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.196,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-01-06,NA,NA,NA,NA,2023-01-06,NWIS,6,2022-12-15T18:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300436,Sample-Routine,Water,Surface Water,2022-12-15,12:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-12-23,NA,NA,NA,NA,2022-12-23,NWIS,6,2022-12-15T18:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300624,Sample-Routine,Water,Surface Water,2022-12-15,12:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.206,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-15T18:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300624,Sample-Routine,Water,Surface Water,2022-12-15,12:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-15T18:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300606,Sample-Routine,Water,Surface Water,2022-12-15,13:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-15T19:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300606,Sample-Routine,Water,Surface Water,2022-12-15,13:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.061,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-15T19:20:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-336579387,Sample-Routine,Water,NA,2022-12-15,13:40:00,CST,2022-12-15,13:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0754,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-12-21,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,6,2022-12-15T19:40:00Z,6,2022-12-15T19:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-336579387,Sample-Routine,Water,NA,2022-12-15,13:40:00,CST,2022-12-15,13:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,24.4,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2023-01-05,NA,Lower Quantitation Limit,4.55,mg/L,NA,STORET,6,2022-12-15T19:40:00Z,6,2022-12-15T19:45:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300437,Sample-Routine,Water,Surface Water,2022-12-15,19:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.298,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-01-06,NA,NA,NA,NA,2023-01-06,NWIS,6,2022-12-16T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300437,Sample-Routine,Water,Surface Water,2022-12-15,19:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,62.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-12-23,NA,NA,NA,NA,2022-12-23,NWIS,6,2022-12-16T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300592,Sample-Routine,Water,Surface Water,2022-12-15,23:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.181,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-16T05:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300592,Sample-Routine,Water,Surface Water,2022-12-15,23:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-16T05:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300625,Sample-Routine,Water,Surface Water,2022-12-16,00:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-16T06:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300625,Sample-Routine,Water,Surface Water,2022-12-16,00:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.190,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-16T06:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300438,Sample-Routine,Water,Surface Water,2022-12-16,02:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.431,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-01-06,NA,NA,NA,NA,2023-01-06,NWIS,6,2022-12-16T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300438,Sample-Routine,Water,Surface Water,2022-12-16,02:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,72.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-12-23,NA,NA,NA,NA,2022-12-23,NWIS,6,2022-12-16T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300607,Sample-Routine,Water,Surface Water,2022-12-16,05:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-16T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300607,Sample-Routine,Water,Surface Water,2022-12-16,05:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.122,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-16T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300593,Sample-Routine,Water,Surface Water,2022-12-16,06:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-16T12:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300593,Sample-Routine,Water,Surface Water,2022-12-16,06:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.229,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-16T12:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300439,Sample-Routine,Water,Surface Water,2022-12-16,09:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.445,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-01-06,NA,NA,NA,NA,2023-01-06,NWIS,6,2022-12-16T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300439,Sample-Routine,Water,Surface Water,2022-12-16,09:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,90.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-12-23,NA,NA,NA,NA,2022-12-23,NWIS,6,2022-12-16T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300608,Sample-Routine,Water,Surface Water,2022-12-16,13:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.148,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-16T19:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300608,Sample-Routine,Water,Surface Water,2022-12-16,13:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-16T19:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300626,Sample-Routine,Water,Surface Water,2022-12-16,18:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.148,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-17T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300626,Sample-Routine,Water,Surface Water,2022-12-16,18:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-17T00:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300594,Sample-Routine,Water,Surface Water,2022-12-16,20:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.295,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-17T02:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300594,Sample-Routine,Water,Surface Water,2022-12-16,20:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-17T02:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300440,Sample-Routine,Water,Surface Water,2022-12-16,23:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,94.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-12-23,NA,NA,NA,NA,2022-12-23,NWIS,6,2022-12-17T05:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300440,Sample-Routine,Water,Surface Water,2022-12-16,23:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.429,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-01-06,NA,NA,NA,NA,2023-01-06,NWIS,6,2022-12-17T05:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300609,Sample-Routine,Water,Surface Water,2022-12-17,05:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-17T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300609,Sample-Routine,Water,Surface Water,2022-12-17,05:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.204,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-17T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300581,Sample-Routine,Water,Surface Water,2022-12-17,06:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.485,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-17T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300581,Sample-Routine,Water,Surface Water,2022-12-17,06:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.62,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-17T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300441,Sample-Routine,Water,Surface Water,2022-12-17,20:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.411,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-01-06,NA,NA,NA,NA,2023-01-06,NWIS,6,2022-12-18T02:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300441,Sample-Routine,Water,Surface Water,2022-12-17,20:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,80.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-12-23,NA,NA,NA,NA,2022-12-23,NWIS,6,2022-12-18T02:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300595,Sample-Routine,Water,Surface Water,2022-12-18,00:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.314,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-18T06:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300595,Sample-Routine,Water,Surface Water,2022-12-18,00:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-18T06:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300610,Sample-Routine,Water,Surface Water,2022-12-18,05:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-18T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300610,Sample-Routine,Water,Surface Water,2022-12-18,05:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.239,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-18T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300627,Sample-Routine,Water,Surface Water,2022-12-19,00:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.102,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-19T06:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300627,Sample-Routine,Water,Surface Water,2022-12-19,00:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-19T06:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300596,Sample-Routine,Water,Surface Water,2022-12-19,04:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-19T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300596,Sample-Routine,Water,Surface Water,2022-12-19,04:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.262,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2022-12-19T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300444,Sample-Routine,Water,Surface Water,2022-12-19,09:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,65.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-12-23,NA,NA,NA,NA,2022-12-23,NWIS,6,2022-12-19T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300444,Sample-Routine,Water,Surface Water,2022-12-19,09:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.091,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-01-06,NA,NA,NA,NA,2023-01-06,NWIS,6,2022-12-19T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300442,Sample-Routine,Water,Surface Water,2022-12-19,10:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.265,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-01-06,NA,NA,NA,NA,2023-01-06,NWIS,6,2022-12-19T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300442,Sample-Routine,Water,Surface Water,2022-12-19,10:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,97.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-12-23,NA,NA,NA,NA,2022-12-23,NWIS,6,2022-12-19T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300443,Sample-Routine,Water,Surface Water,2022-12-19,11:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.163,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-01-06,NA,NA,NA,NA,2023-01-06,NWIS,6,2022-12-19T17:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300443,Sample-Routine,Water,Surface Water,2022-12-19,11:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,174,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2022-12-23,sample was diluted,NA,NA,NA,2022-12-23,NWIS,6,2022-12-19T17:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300500,Sample-Routine,Water,Surface Water,2022-12-29,15:00:00,CST,2022-12-30,14:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.453,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-01-20,NA,NA,NA,NA,2023-01-19,NWIS,6,2022-12-29T21:00:00Z,6,2022-12-30T20:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300500,Sample-Routine,Water,Surface Water,2022-12-29,15:00:00,CST,2022-12-30,14:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,4.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-01-12,NA,NA,NA,NA,2023-01-12,NWIS,6,2022-12-29T21:00:00Z,6,2022-12-30T20:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300499,Sample-Routine,Water,Surface Water,2022-12-29,17:00:00,CST,2022-12-30,17:10:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,5.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-01-12,NA,NA,NA,NA,2023-01-12,NWIS,6,2022-12-29T23:00:00Z,6,2022-12-30T23:10:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300499,Sample-Routine,Water,Surface Water,2022-12-29,17:00:00,CST,2022-12-30,17:10:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.521,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-01-20,NA,NA,NA,NA,2023-01-19,NWIS,6,2022-12-29T23:00:00Z,6,2022-12-30T23:10:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300501,Sample-Routine,Water,Surface Water,2022-12-30,04:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,82.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-01-12,NA,NA,NA,NA,2023-01-12,NWIS,6,2022-12-30T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300501,Sample-Routine,Water,Surface Water,2022-12-30,04:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.201,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-01-20,NA,NA,NA,NA,2023-01-19,NWIS,6,2022-12-30T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300502,Sample-Routine,Water,Surface Water,2022-12-30,07:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.231,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-01-20,NA,NA,NA,NA,2023-01-19,NWIS,6,2022-12-30T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300502,Sample-Routine,Water,Surface Water,2022-12-30,07:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,59.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-01-12,NA,NA,NA,NA,2023-01-12,NWIS,6,2022-12-30T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300553,Sample-Routine,Water,Surface Water,2023-01-04,08:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.876,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-04T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300553,Sample-Routine,Water,Surface Water,2023-01-04,08:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,32.8,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2023-01-11,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,6,2023-01-04T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300553,Sample-Routine,Water,Surface Water,2023-01-04,08:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.073,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2023-02-07,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,6,2023-01-04T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300553,Sample-Routine,Water,Surface Water,2023-01-04,08:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,3.88,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-04T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304568,Sample-Routine,Water,Surface Water,2023-01-17,09:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.123,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-17T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304568,Sample-Routine,Water,Surface Water,2023-01-17,09:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-17T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304702,Sample-Routine,Water,Surface Water,2023-01-17,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.092,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-17T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304702,Sample-Routine,Water,Surface Water,2023-01-17,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-17T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304454,Sample-Routine,Water,Surface Water,2023-01-17,10:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.144,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-17T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304454,Sample-Routine,Water,Surface Water,2023-01-17,10:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-17T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304631,Sample-Routine,Water,Surface Water,2023-01-17,16:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.091,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-17T22:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304631,Sample-Routine,Water,Surface Water,2023-01-17,16:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-17T22:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304703,Sample-Routine,Water,Surface Water,2023-01-17,22:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-18T04:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304703,Sample-Routine,Water,Surface Water,2023-01-17,22:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.103,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-18T04:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304569,Sample-Routine,Water,Surface Water,2023-01-17,23:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.253,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-18T05:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304569,Sample-Routine,Water,Surface Water,2023-01-17,23:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-18T05:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304518,Sample-Routine,Water,Surface Water,2023-01-18,00:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.83,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-18T06:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304518,Sample-Routine,Water,Surface Water,2023-01-18,00:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.521,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-18T06:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304455,Sample-Routine,Water,Surface Water,2023-01-18,05:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.45,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-18T11:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304455,Sample-Routine,Water,Surface Water,2023-01-18,05:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.406,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-18T11:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304632,Sample-Routine,Water,Surface Water,2023-01-18,08:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-18T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304632,Sample-Routine,Water,Surface Water,2023-01-18,08:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.177,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-18T14:20:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-342122032,Sample-Routine,Water,NA,2023-01-18,13:05:00,CST,2023-01-18,13:08:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0568,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-01-25,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,6,2023-01-18T19:05:00Z,6,2023-01-18T19:08:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-342122032,Sample-Routine,Water,NA,2023-01-18,13:05:00,CST,2023-01-18,13:08:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,24.9,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2023-01-30,NA,Lower Quantitation Limit,4.55,mg/L,NA,STORET,6,2023-01-18T19:05:00Z,6,2023-01-18T19:08:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304519,Sample-Routine,Water,Surface Water,2023-01-18,14:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.63,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-18T20:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304704,Sample-Routine,Water,Surface Water,2023-01-18,16:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-18T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304704,Sample-Routine,Water,Surface Water,2023-01-18,16:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.103,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-18T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304456,Sample-Routine,Water,Surface Water,2023-01-18,19:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.40,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-19T01:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304456,Sample-Routine,Water,Surface Water,2023-01-18,19:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.366,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-19T01:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304633,Sample-Routine,Water,Surface Water,2023-01-19,00:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.289,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-19T06:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304633,Sample-Routine,Water,Surface Water,2023-01-19,00:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-19T06:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304570,Sample-Routine,Water,Surface Water,2023-01-19,03:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.248,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-19T09:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304570,Sample-Routine,Water,Surface Water,2023-01-19,03:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-19T09:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304705,Sample-Routine,Water,Surface Water,2023-01-19,04:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-19T10:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304706,Sample-Routine,Water,Surface Water,2023-01-19,09:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-19T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304707,Sample-Routine,Water,Surface Water,2023-01-19,15:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-19T21:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304457,Sample-Routine,Water,Surface Water,2023-01-19,16:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-19T22:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304457,Sample-Routine,Water,Surface Water,2023-01-19,16:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.291,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-19T22:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304634,Sample-Routine,Water,Surface Water,2023-01-20,00:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.211,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-20T06:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304634,Sample-Routine,Water,Surface Water,2023-01-20,00:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-20T06:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304458,Sample-Routine,Water,Surface Water,2023-01-20,13:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-20T19:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304458,Sample-Routine,Water,Surface Water,2023-01-20,13:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.204,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-20T19:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300676,Sample-Routine,Water,Surface Water,2023-01-23,11:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,59.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-02-10,NA,NA,NA,NA,2023-02-10,NWIS,6,2023-01-23T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300676,Sample-Routine,Water,Surface Water,2023-01-23,11:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.068,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-02-17,NA,NA,NA,NA,2023-02-15,NWIS,6,2023-01-23T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304571,Sample-Routine,Water,Surface Water,2023-01-24,09:56:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.111,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-24T15:56:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304571,Sample-Routine,Water,Surface Water,2023-01-24,09:56:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-24T15:56:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304520,Sample-Routine,Water,Surface Water,2023-01-24,10:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-24T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304520,Sample-Routine,Water,Surface Water,2023-01-24,10:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.171,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-24T16:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304635,Sample-Routine,Water,Surface Water,2023-01-24,12:18:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-24T18:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304635,Sample-Routine,Water,Surface Water,2023-01-24,12:18:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.101,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-24T18:18:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304459,Sample-Routine,Water,Surface Water,2023-01-24,13:17:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.122,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-24T19:17:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304459,Sample-Routine,Water,Surface Water,2023-01-24,13:17:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-24T19:17:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304708,Sample-Routine,Water,Surface Water,2023-01-24,13:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-24T19:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304708,Sample-Routine,Water,Surface Water,2023-01-24,13:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.044,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-01-24T19:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300674,Sample-Routine,Water,Surface Water,2023-01-25,10:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,92.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-02-10,NA,NA,NA,NA,2023-02-10,NWIS,6,2023-01-25T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300674,Sample-Routine,Water,Surface Water,2023-01-25,10:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.201,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-02-17,NA,NA,NA,NA,2023-02-15,NWIS,6,2023-01-25T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300675,Sample-Routine,Water,Surface Water,2023-01-25,11:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.139,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-02-17,NA,NA,NA,NA,2023-02-13,NWIS,6,2023-01-25T17:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300675,Sample-Routine,Water,Surface Water,2023-01-25,11:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,145,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-02-10,sample was diluted,NA,NA,NA,2023-02-10,NWIS,6,2023-01-25T17:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301350,Sample-Routine,Water,Surface Water,2023-02-07,07:00:00,CST,2023-02-08,03:16:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.321,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-08,holding time exceeded,NA,NA,NA,2023-03-07,NWIS,6,2023-02-07T13:00:00Z,6,2023-02-08T09:16:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301350,Sample-Routine,Water,Surface Water,2023-02-07,07:00:00,CST,2023-02-08,03:16:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,11,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,2.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-01,NA,NA,NA,NA,2023-03-01,NWIS,6,2023-02-07T13:00:00Z,6,2023-02-08T09:16:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300711,Sample-Routine,Water,Surface Water,2023-02-07,09:30:00,CST,2023-02-08,03:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.370,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-08,holding time exceeded,NA,NA,NA,2023-03-07,NWIS,6,2023-02-07T15:30:00Z,6,2023-02-08T09:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300711,Sample-Routine,Water,Surface Water,2023-02-07,09:30:00,CST,2023-02-08,03:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,2.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-01,NA,NA,NA,NA,2023-03-01,NWIS,6,2023-02-07T15:30:00Z,6,2023-02-08T09:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302757,Sample-Routine,Water,Surface Water,2023-02-08,08:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,32.7,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2023-02-16,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,6,2023-02-08T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304709,Sample-Routine,Water,Surface Water,2023-02-08,08:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.044,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-08T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304709,Sample-Routine,Water,Surface Water,2023-02-08,08:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-08T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302757,Sample-Routine,Water,Surface Water,2023-02-08,08:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.061,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2023-03-02,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,6,2023-02-08T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302757,Sample-Routine,Water,Surface Water,2023-02-08,08:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,3.85,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-08T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302757,Sample-Routine,Water,Surface Water,2023-02-08,08:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.871,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-08T14:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304460,Sample-Routine,Water,Surface Water,2023-02-08,09:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-08T15:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304460,Sample-Routine,Water,Surface Water,2023-02-08,09:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.099,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-08T15:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304521,Sample-Routine,Water,Surface Water,2023-02-08,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.54,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-08T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304521,Sample-Routine,Water,Surface Water,2023-02-08,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.318,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-08T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300712,Sample-Routine,Water,Surface Water,2023-02-08,10:30:00,CST,2023-02-09,00:31:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,4.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-01,NA,NA,NA,NA,2023-03-01,NWIS,6,2023-02-08T16:30:00Z,6,2023-02-09T06:31:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300712,Sample-Routine,Water,Surface Water,2023-02-08,10:30:00,CST,2023-02-09,00:31:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,7,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.480,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-08T16:30:00Z,6,2023-02-09T06:31:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301351,Sample-Routine,Water,Surface Water,2023-02-08,12:12:00,CST,2023-02-08,23:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.470,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-08T18:12:00Z,6,2023-02-09T05:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301351,Sample-Routine,Water,Surface Water,2023-02-08,12:12:00,CST,2023-02-08,23:00:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,4.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-01,NA,NA,NA,NA,2023-03-01,NWIS,6,2023-02-08T18:12:00Z,6,2023-02-09T05:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304710,Sample-Routine,Water,Surface Water,2023-02-08,15:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-08T21:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304710,Sample-Routine,Water,Surface Water,2023-02-08,15:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.047,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-08T21:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304636,Sample-Routine,Water,Surface Water,2023-02-08,22:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.077,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-09T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304636,Sample-Routine,Water,Surface Water,2023-02-08,22:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-09T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304461,Sample-Routine,Water,Surface Water,2023-02-09,02:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.439,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-09T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304461,Sample-Routine,Water,Surface Water,2023-02-09,02:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.50,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-09T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304711,Sample-Routine,Water,Surface Water,2023-02-09,04:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-09T10:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304711,Sample-Routine,Water,Surface Water,2023-02-09,04:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.057,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-09T10:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304522,Sample-Routine,Water,Surface Water,2023-02-09,06:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.400,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-09T12:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304522,Sample-Routine,Water,Surface Water,2023-02-09,06:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.55,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-09T12:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304637,Sample-Routine,Water,Surface Water,2023-02-09,11:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-09T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304637,Sample-Routine,Water,Surface Water,2023-02-09,11:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.244,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-09T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304572,Sample-Routine,Water,Surface Water,2023-02-09,14:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.38,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-09T20:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304572,Sample-Routine,Water,Surface Water,2023-02-09,14:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.241,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-09T20:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304462,Sample-Routine,Water,Surface Water,2023-02-09,16:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.47,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-09T22:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304462,Sample-Routine,Water,Surface Water,2023-02-09,16:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.418,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-09T22:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304523,Sample-Routine,Water,Surface Water,2023-02-09,20:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.56,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-10T02:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304523,Sample-Routine,Water,Surface Water,2023-02-09,20:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.441,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-10T02:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304638,Sample-Routine,Water,Surface Water,2023-02-10,03:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.333,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-10T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304638,Sample-Routine,Water,Surface Water,2023-02-10,03:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.38,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-10T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304524,Sample-Routine,Water,Surface Water,2023-02-10,03:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.53,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-10T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304524,Sample-Routine,Water,Surface Water,2023-02-10,03:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.431,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-10T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304639,Sample-Routine,Water,Surface Water,2023-02-10,11:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.39,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-10T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304639,Sample-Routine,Water,Surface Water,2023-02-10,11:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.343,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-10T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304712,Sample-Routine,Water,Surface Water,2023-02-10,12:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-10T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304712,Sample-Routine,Water,Surface Water,2023-02-10,12:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.041,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-10T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304463,Sample-Routine,Water,Surface Water,2023-02-10,13:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.400,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-10T19:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304463,Sample-Routine,Water,Surface Water,2023-02-10,13:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.45,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-10T19:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304464,Sample-Routine,Water,Surface Water,2023-02-11,12:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-11T18:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304464,Sample-Routine,Water,Surface Water,2023-02-11,12:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.293,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-11T18:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304465,Sample-Routine,Water,Surface Water,2023-02-11,19:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-12T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304465,Sample-Routine,Water,Surface Water,2023-02-11,19:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.273,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-12T01:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304713,Sample-Routine,Water,Surface Water,2023-02-14,08:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.04,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-14T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304713,Sample-Routine,Water,Surface Water,2023-02-14,08:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.032,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-14T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304525,Sample-Routine,Water,Surface Water,2023-02-14,09:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-14T15:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304525,Sample-Routine,Water,Surface Water,2023-02-14,09:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.241,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-14T15:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304573,Sample-Routine,Water,Surface Water,2023-02-14,09:34:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.110,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-14T15:34:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304573,Sample-Routine,Water,Surface Water,2023-02-14,09:34:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-14T15:34:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304640,Sample-Routine,Water,Surface Water,2023-02-14,09:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-14T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304640,Sample-Routine,Water,Surface Water,2023-02-14,09:50:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.109,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-14T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304466,Sample-Routine,Water,Surface Water,2023-02-14,10:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-14T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304466,Sample-Routine,Water,Surface Water,2023-02-14,10:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.132,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-14T16:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300938,Sample-Routine,Water,Surface Water,2023-02-14,12:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.266,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-14T18:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300938,Sample-Routine,Water,Surface Water,2023-02-14,12:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,125,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,sample was diluted,NA,NA,NA,2023-03-08,NWIS,6,2023-02-14T18:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300932,Sample-Routine,Water,Surface Water,2023-02-14,12:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,74.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-08,NWIS,6,2023-02-14T18:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300932,Sample-Routine,Water,Surface Water,2023-02-14,12:36:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.262,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-14T18:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300939,Sample-Routine,Water,Surface Water,2023-02-14,13:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,66.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-08,NWIS,6,2023-02-14T19:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300939,Sample-Routine,Water,Surface Water,2023-02-14,13:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.068,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-14T19:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300925,Sample-Routine,Water,Surface Water,2023-02-14,15:15:00,CST,2023-02-15,01:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.939,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,sample was diluted,NA,NA,NA,2023-03-07,NWIS,6,2023-02-14T21:15:00Z,6,2023-02-15T07:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300925,Sample-Routine,Water,Surface Water,2023-02-14,15:15:00,CST,2023-02-15,01:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,8.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-08,NWIS,6,2023-02-14T21:15:00Z,6,2023-02-15T07:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300924,Sample-Routine,Water,Surface Water,2023-02-14,15:15:00,CST,2023-02-15,01:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,8.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-08,NWIS,6,2023-02-14T21:15:00Z,6,2023-02-15T07:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300924,Sample-Routine,Water,Surface Water,2023-02-14,15:15:00,CST,2023-02-15,01:30:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,sample was diluted,NA,NA,NA,2023-03-07,NWIS,6,2023-02-14T21:15:00Z,6,2023-02-15T07:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304467,Sample-Routine,Water,Surface Water,2023-02-14,17:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.137,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-14T23:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304467,Sample-Routine,Water,Surface Water,2023-02-14,17:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-14T23:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304526,Sample-Routine,Water,Surface Water,2023-02-14,21:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.242,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-15T03:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304526,Sample-Routine,Water,Surface Water,2023-02-14,21:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.79,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-15T03:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304714,Sample-Routine,Water,Surface Water,2023-02-14,23:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.071,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-15T05:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304714,Sample-Routine,Water,Surface Water,2023-02-14,23:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-15T05:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304574,Sample-Routine,Water,Surface Water,2023-02-15,02:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-15T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304574,Sample-Routine,Water,Surface Water,2023-02-15,02:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.098,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-15T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304641,Sample-Routine,Water,Surface Water,2023-02-15,04:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-15T10:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304641,Sample-Routine,Water,Surface Water,2023-02-15,04:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.099,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-15T10:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300933,Sample-Routine,Water,Surface Water,2023-02-15,08:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.368,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-15T14:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300933,Sample-Routine,Water,Surface Water,2023-02-15,08:14:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,77.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-08,NWIS,6,2023-02-15T14:14:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300934,Sample-Routine,Water,Surface Water,2023-02-15,09:22:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.617,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-15T15:22:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300934,Sample-Routine,Water,Surface Water,2023-02-15,09:22:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,71.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-08,NWIS,6,2023-02-15T15:22:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300927,Sample-Routine,Water,Surface Water,2023-02-15,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,54.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-08,NWIS,6,2023-02-15T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300927,Sample-Routine,Water,Surface Water,2023-02-15,10:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.404,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-15T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300935,Sample-Routine,Water,Surface Water,2023-02-15,10:47:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,66.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-08,NWIS,6,2023-02-15T16:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300935,Sample-Routine,Water,Surface Water,2023-02-15,10:47:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.599,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-15T16:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304468,Sample-Routine,Water,Surface Water,2023-02-15,11:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-15T17:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304468,Sample-Routine,Water,Surface Water,2023-02-15,11:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.189,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-15T17:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304575,Sample-Routine,Water,Surface Water,2023-02-15,16:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.165,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-15T22:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304575,Sample-Routine,Water,Surface Water,2023-02-15,16:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-15T22:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304715,Sample-Routine,Water,Surface Water,2023-02-15,16:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-15T22:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304715,Sample-Routine,Water,Surface Water,2023-02-15,16:40:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.116,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-15T22:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300928,Sample-Routine,Water,Surface Water,2023-02-15,17:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,72.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-08,NWIS,6,2023-02-15T23:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300928,Sample-Routine,Water,Surface Water,2023-02-15,17:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.394,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-15T23:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300936,Sample-Routine,Water,Surface Water,2023-02-15,17:47:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,46.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-08,NWIS,6,2023-02-15T23:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300936,Sample-Routine,Water,Surface Water,2023-02-15,17:47:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.695,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-15T23:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304576,Sample-Routine,Water,Surface Water,2023-02-15,23:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.204,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-16T05:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304576,Sample-Routine,Water,Surface Water,2023-02-15,23:05:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-16T05:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304642,Sample-Routine,Water,Surface Water,2023-02-15,23:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-16T05:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304642,Sample-Routine,Water,Surface Water,2023-02-15,23:15:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.170,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-16T05:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300929,Sample-Routine,Water,Surface Water,2023-02-16,00:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.425,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-16T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300929,Sample-Routine,Water,Surface Water,2023-02-16,00:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,61.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-08,NWIS,6,2023-02-16T06:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300937,Sample-Routine,Water,Surface Water,2023-02-16,00:47:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.653,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-16T06:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300937,Sample-Routine,Water,Surface Water,2023-02-16,00:47:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-08,NWIS,6,2023-02-16T06:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304716,Sample-Routine,Water,Surface Water,2023-02-16,03:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.117,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-16T09:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304716,Sample-Routine,Water,Surface Water,2023-02-16,03:25:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-16T09:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304527,Sample-Routine,Water,Surface Water,2023-02-16,08:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.46,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-16T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304527,Sample-Routine,Water,Surface Water,2023-02-16,08:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.302,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-16T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300930,Sample-Routine,Water,Surface Water,2023-02-16,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,57.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-08,NWIS,6,2023-02-16T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300930,Sample-Routine,Water,Surface Water,2023-02-16,14:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.438,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-16T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304469,Sample-Routine,Water,Surface Water,2023-02-17,03:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-17T09:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304469,Sample-Routine,Water,Surface Water,2023-02-17,03:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.283,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-17T09:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300931,Sample-Routine,Water,Surface Water,2023-02-17,04:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.409,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-09,NA,NA,NA,NA,2023-03-07,NWIS,6,2023-02-17T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02300931,Sample-Routine,Water,Surface Water,2023-02-17,04:00:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,62.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-08,NA,NA,NA,NA,2023-03-08,NWIS,6,2023-02-17T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304528,Sample-Routine,Water,Surface Water,2023-02-17,19:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.166,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-18T01:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304528,Sample-Routine,Water,Surface Water,2023-02-17,19:20:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.27,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-18T01:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304643,Sample-Routine,Water,Surface Water,2023-02-18,00:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-18T06:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304643,Sample-Routine,Water,Surface Water,2023-02-18,00:45:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.200,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-18T06:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304470,Sample-Routine,Water,Surface Water,2023-02-18,00:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.239,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-18T06:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304470,Sample-Routine,Water,Surface Water,2023-02-18,00:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-18T06:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304529,Sample-Routine,Water,Surface Water,2023-02-20,21:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-21T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304529,Sample-Routine,Water,Surface Water,2023-02-20,21:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.204,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-02-21T03:30:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-342108430,Sample-Routine,Water,NA,2023-02-21,14:31:00,CST,2023-02-21,14:33:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,28.4,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2023-03-13,NA,Lower Quantitation Limit,4.55,mg/L,NA,STORET,6,2023-02-21T20:31:00Z,6,2023-02-21T20:33:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-342108430,Sample-Routine,Water,NA,2023-02-21,14:31:00,CST,2023-02-21,14:33:00,CST,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0515,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-02-28,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,6,2023-02-21T20:31:00Z,6,2023-02-21T20:33:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301287,Sample-Routine,Water,Surface Water,2023-02-27,15:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.183,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-05,holding time exceeded,NA,NA,NA,2023-03-29,NWIS,6,2023-02-27T21:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301287,Sample-Routine,Water,Surface Water,2023-02-27,15:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,119,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-24,sample was diluted,NA,NA,NA,2023-03-24,NWIS,6,2023-02-27T21:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301288,Sample-Routine,Water,Surface Water,2023-02-28,05:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,69.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-24,NA,NA,NA,NA,2023-03-24,NWIS,6,2023-02-28T11:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301288,Sample-Routine,Water,Surface Water,2023-02-28,05:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.208,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-05,holding time exceeded,NA,NA,NA,2023-03-29,NWIS,6,2023-02-28T11:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301320,Sample-Routine,Water,Surface Water,2023-02-28,09:02:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.257,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-05,holding time exceeded,NA,NA,NA,2023-03-29,NWIS,6,2023-02-28T15:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301320,Sample-Routine,Water,Surface Water,2023-02-28,09:02:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,95.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-24,NA,NA,NA,NA,2023-03-24,NWIS,6,2023-02-28T15:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301321,Sample-Routine,Water,Surface Water,2023-02-28,23:02:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.342,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-05,holding time exceeded,NA,NA,NA,2023-03-29,NWIS,6,2023-03-01T05:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301321,Sample-Routine,Water,Surface Water,2023-02-28,23:02:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,66.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-24,NA,NA,NA,NA,2023-03-24,NWIS,6,2023-03-01T05:02:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301322,Sample-Routine,Water,Surface Water,2023-03-01,01:04:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.392,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-05,holding time exceeded,NA,NA,NA,2023-03-29,NWIS,6,2023-03-01T07:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301322,Sample-Routine,Water,Surface Water,2023-03-01,01:04:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,63.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-24,NA,NA,NA,NA,2023-03-24,NWIS,6,2023-03-01T07:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301289,Sample-Routine,Water,Surface Water,2023-03-01,07:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.315,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-05,holding time exceeded,NA,NA,NA,2023-03-29,NWIS,6,2023-03-01T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301289,Sample-Routine,Water,Surface Water,2023-03-01,07:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,65.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-24,NA,NA,NA,NA,2023-03-24,NWIS,6,2023-03-01T13:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301323,Sample-Routine,Water,Surface Water,2023-03-01,14:28:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,46.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-24,NA,NA,NA,NA,2023-03-24,NWIS,6,2023-03-01T20:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301323,Sample-Routine,Water,Surface Water,2023-03-01,14:28:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.380,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-05,holding time exceeded,NA,NA,NA,2023-03-29,NWIS,6,2023-03-01T20:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301290,Sample-Routine,Water,Surface Water,2023-03-01,21:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,56.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-24,NA,NA,NA,NA,2023-03-24,NWIS,6,2023-03-02T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301290,Sample-Routine,Water,Surface Water,2023-03-01,21:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.380,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-05,holding time exceeded,NA,NA,NA,2023-03-29,NWIS,6,2023-03-02T03:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301324,Sample-Routine,Water,Surface Water,2023-03-02,02:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,52.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-24,NA,NA,NA,NA,2023-03-24,NWIS,6,2023-03-02T08:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301324,Sample-Routine,Water,Surface Water,2023-03-02,02:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.445,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-05,holding time exceeded,NA,NA,NA,2023-03-29,NWIS,6,2023-03-02T08:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301291,Sample-Routine,Water,Surface Water,2023-03-02,11:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-24,NA,NA,NA,NA,2023-03-24,NWIS,6,2023-03-02T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301291,Sample-Routine,Water,Surface Water,2023-03-02,11:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.417,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-05,holding time exceeded,NA,NA,NA,2023-03-29,NWIS,6,2023-03-02T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301292,Sample-Routine,Water,Surface Water,2023-03-03,08:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,56.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-24,NA,NA,NA,NA,2023-03-24,NWIS,6,2023-03-03T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301292,Sample-Routine,Water,Surface Water,2023-03-03,08:30:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.375,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-05,holding time exceeded,NA,NA,NA,2023-03-29,NWIS,6,2023-03-03T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301262,Sample-Routine,Water,Surface Water,2023-03-05,10:01:00,CST,2023-03-05,21:53:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.396,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-29,NA,NA,NA,NA,2023-03-28,NWIS,6,2023-03-05T16:01:00Z,6,2023-03-06T03:53:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301262,Sample-Routine,Water,Surface Water,2023-03-05,10:01:00,CST,2023-03-05,21:53:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,9,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,3.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-24,NA,NA,NA,NA,2023-03-24,NWIS,6,2023-03-05T16:01:00Z,6,2023-03-06T03:53:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301270,Sample-Routine,Water,Surface Water,2023-03-05,10:45:00,CST,2023-03-05,22:18:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.387,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-03-29,NA,NA,NA,NA,2023-03-28,NWIS,6,2023-03-05T16:45:00Z,6,2023-03-06T04:18:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301270,Sample-Routine,Water,Surface Water,2023-03-05,10:45:00,CST,2023-03-05,22:18:59,CST,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,2.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-03-24,NA,NA,NA,NA,2023-03-24,NWIS,6,2023-03-05T16:45:00Z,6,2023-03-06T04:18:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302756,Sample-Routine,Water,Surface Water,2023-03-08,08:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.090,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2023-04-11,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,6,2023-03-08T14:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302756,Sample-Routine,Water,Surface Water,2023-03-08,08:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,3.90,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2023-03-08T14:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302756,Sample-Routine,Water,Surface Water,2023-03-08,08:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,40.8,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2023-03-28,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,6,2023-03-08T14:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302756,Sample-Routine,Water,Surface Water,2023-03-08,08:55:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.881,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,6,2023-03-08T14:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304644,Sample-Routine,Water,Surface Water,2023-03-08,09:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-03-08T15:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304644,Sample-Routine,Water,Surface Water,2023-03-08,09:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.197,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-03-08T15:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304577,Sample-Routine,Water,Surface Water,2023-03-09,02:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-03-09T08:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304577,Sample-Routine,Water,Surface Water,2023-03-09,02:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.155,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-03-09T08:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304645,Sample-Routine,Water,Surface Water,2023-03-10,09:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-03-10T15:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304645,Sample-Routine,Water,Surface Water,2023-03-10,09:10:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.162,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-03-10T15:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304578,Sample-Routine,Water,Surface Water,2023-03-11,03:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.132,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-03-11T09:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304578,Sample-Routine,Water,Surface Water,2023-03-11,03:35:00,CST,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,6,2023-03-11T09:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304646,Sample-Routine,Water,Surface Water,2023-03-13,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-13T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304646,Sample-Routine,Water,Surface Water,2023-03-13,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.094,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-13T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301352,Sample-Routine,Water,Surface Water,2023-03-13,11:07:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,64.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-07,NA,NA,NA,NA,2023-04-07,NWIS,5,2023-03-13T16:07:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301352,Sample-Routine,Water,Surface Water,2023-03-13,11:07:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.060,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-13,holding time exceeded,NA,NA,NA,2023-04-10,NWIS,5,2023-03-13T16:07:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304579,Sample-Routine,Water,Surface Water,2023-03-14,03:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-14T08:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304579,Sample-Routine,Water,Surface Water,2023-03-14,03:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.079,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-14T08:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304580,Sample-Routine,Water,Surface Water,2023-03-14,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-14T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304580,Sample-Routine,Water,Surface Water,2023-03-14,11:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.098,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-14T16:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304717,Sample-Routine,Water,Surface Water,2023-03-14,12:56:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-14T17:56:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304717,Sample-Routine,Water,Surface Water,2023-03-14,12:56:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.071,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-14T17:56:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304647,Sample-Routine,Water,Surface Water,2023-03-14,13:08:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-14T18:08:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304647,Sample-Routine,Water,Surface Water,2023-03-14,13:08:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.081,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-14T18:08:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304530,Sample-Routine,Water,Surface Water,2023-03-14,13:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-14T18:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304530,Sample-Routine,Water,Surface Water,2023-03-14,13:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.226,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-14T18:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304471,Sample-Routine,Water,Surface Water,2023-03-14,14:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-14T19:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304471,Sample-Routine,Water,Surface Water,2023-03-14,14:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.104,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-14T19:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301319,Sample-Routine,Water,Surface Water,2023-03-15,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.194,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-13,holding time exceeded,NA,NA,NA,2023-04-10,NWIS,5,2023-03-15T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301319,Sample-Routine,Water,Surface Water,2023-03-15,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,84.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-07,NA,NA,NA,NA,2023-04-07,NWIS,5,2023-03-15T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301325,Sample-Routine,Water,Surface Water,2023-03-15,11:28:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.162,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-13,holding time exceeded,NA,NA,NA,2023-04-10,NWIS,5,2023-03-15T16:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301325,Sample-Routine,Water,Surface Water,2023-03-15,11:28:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,98.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-07,NA,NA,NA,NA,2023-04-07,NWIS,5,2023-03-15T16:28:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-344484634,Sample-Routine,Water,NA,2023-03-15,12:06:00,CDT,2023-03-15,12:08:00,CDT,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0496,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-03-27,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-03-15T17:06:00Z,5,2023-03-15T17:08:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-342121904,Sample-Routine,Water,NA,2023-03-15,12:35:00,CDT,2023-03-15,12:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,33.5,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2023-04-06,NA,Lower Quantitation Limit,4.55,mg/L,NA,STORET,5,2023-03-15T17:35:00Z,5,2023-03-15T17:37:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-342121904,Sample-Routine,Water,NA,2023-03-15,12:35:00,CDT,2023-03-15,12:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0445,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-03-27,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-03-15T17:35:00Z,5,2023-03-15T17:37:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301271,Sample-Routine,Water,Surface Water,2023-03-16,09:00:00,CDT,2023-03-17,09:04:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,13,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.234,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceeded,NA,NA,NA,2023-04-17,NWIS,5,2023-03-16T14:00:00Z,5,2023-03-17T14:04:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301271,Sample-Routine,Water,Surface Water,2023-03-16,09:00:00,CDT,2023-03-17,09:04:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,13,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Chloride,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,Historical Lower Reporting Limit,0.5,mg/l,2023-04-10,NWIS,5,2023-03-16T14:00:00Z,5,2023-03-17T14:04:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301263,Sample-Routine,Water,Surface Water,2023-03-16,13:30:00,CDT,2023-03-17,08:59:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Chloride,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,Historical Lower Reporting Limit,0.5,mg/l,2023-04-10,NWIS,5,2023-03-16T18:30:00Z,5,2023-03-17T13:59:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301263,Sample-Routine,Water,Surface Water,2023-03-16,13:30:00,CDT,2023-03-17,08:59:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.182,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceeded,NA,NA,NA,2023-04-17,NWIS,5,2023-03-16T18:30:00Z,5,2023-03-17T13:59:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304648,Sample-Routine,Water,Surface Water,2023-03-16,16:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-16T21:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304648,Sample-Routine,Water,Surface Water,2023-03-16,16:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.069,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-16T21:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301326,Sample-Routine,Water,Surface Water,2023-03-16,21:34:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceededsample was diluted,NA,NA,NA,2023-04-17,NWIS,5,2023-03-17T02:34:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301326,Sample-Routine,Water,Surface Water,2023-03-16,21:34:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,71.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,NA,NA,NA,2023-04-10,NWIS,5,2023-03-17T02:34:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301293,Sample-Routine,Water,Surface Water,2023-03-16,23:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.424,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceeded,NA,NA,NA,2023-04-17,NWIS,5,2023-03-17T04:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301293,Sample-Routine,Water,Surface Water,2023-03-16,23:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,55.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,NA,NA,NA,2023-04-10,NWIS,5,2023-03-17T04:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301327,Sample-Routine,Water,Surface Water,2023-03-17,06:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceededsample was diluted,NA,NA,NA,2023-04-17,NWIS,5,2023-03-17T11:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301327,Sample-Routine,Water,Surface Water,2023-03-17,06:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,37.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,NA,NA,NA,2023-04-10,NWIS,5,2023-03-17T11:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301294,Sample-Routine,Water,Surface Water,2023-03-17,07:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.519,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceeded,NA,NA,NA,2023-04-17,NWIS,5,2023-03-17T12:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301294,Sample-Routine,Water,Surface Water,2023-03-17,07:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,NA,NA,NA,2023-04-10,NWIS,5,2023-03-17T12:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304649,Sample-Routine,Water,Surface Water,2023-03-17,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-17T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304649,Sample-Routine,Water,Surface Water,2023-03-17,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.267,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-17T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304472,Sample-Routine,Water,Surface Water,2023-03-17,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.226,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-17T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304472,Sample-Routine,Water,Surface Water,2023-03-17,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-17T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304718,Sample-Routine,Water,Surface Water,2023-03-17,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-17T15:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304718,Sample-Routine,Water,Surface Water,2023-03-17,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.079,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-17T15:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301353,Sample-Routine,Water,Surface Water,2023-03-17,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.107,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceeded,NA,NA,NA,2023-04-17,NWIS,5,2023-03-17T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301353,Sample-Routine,Water,Surface Water,2023-03-17,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,64.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,NA,NA,NA,2023-04-10,NWIS,5,2023-03-17T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301328,Sample-Routine,Water,Surface Water,2023-03-17,13:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,33.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,NA,NA,NA,2023-04-10,NWIS,5,2023-03-17T18:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301328,Sample-Routine,Water,Surface Water,2023-03-17,13:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.965,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceededsample was diluted,NA,NA,NA,2023-04-17,NWIS,5,2023-03-17T18:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304581,Sample-Routine,Water,Surface Water,2023-03-17,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-17T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304581,Sample-Routine,Water,Surface Water,2023-03-17,13:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.135,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-17T18:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301295,Sample-Routine,Water,Surface Water,2023-03-17,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.516,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceeded,NA,NA,NA,2023-04-17,NWIS,5,2023-03-17T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301295,Sample-Routine,Water,Surface Water,2023-03-17,15:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,39.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,NA,NA,NA,2023-04-10,NWIS,5,2023-03-17T20:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304650,Sample-Routine,Water,Surface Water,2023-03-17,20:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-18T01:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304650,Sample-Routine,Water,Surface Water,2023-03-17,20:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.212,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-18T01:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304473,Sample-Routine,Water,Surface Water,2023-03-18,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.252,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-18T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304473,Sample-Routine,Water,Surface Water,2023-03-18,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-18T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301296,Sample-Routine,Water,Surface Water,2023-03-18,07:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.438,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceeded,NA,NA,NA,2023-04-17,NWIS,5,2023-03-18T12:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301296,Sample-Routine,Water,Surface Water,2023-03-18,07:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,43.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,NA,NA,NA,2023-04-10,NWIS,5,2023-03-18T12:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304582,Sample-Routine,Water,Surface Water,2023-03-18,10:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-18T15:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304582,Sample-Routine,Water,Surface Water,2023-03-18,10:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.176,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-18T15:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301354,Sample-Routine,Water,Surface Water,2023-03-18,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.121,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceeded,NA,NA,NA,2023-04-17,NWIS,5,2023-03-18T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301354,Sample-Routine,Water,Surface Water,2023-03-18,11:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,48.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,NA,NA,NA,2023-04-10,NWIS,5,2023-03-18T16:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304719,Sample-Routine,Water,Surface Water,2023-03-18,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-18T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304719,Sample-Routine,Water,Surface Water,2023-03-18,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.101,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-18T17:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301297,Sample-Routine,Water,Surface Water,2023-03-18,21:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.356,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceeded,NA,NA,NA,2023-04-17,NWIS,5,2023-03-19T02:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301297,Sample-Routine,Water,Surface Water,2023-03-18,21:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,50.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,NA,NA,NA,2023-04-10,NWIS,5,2023-03-19T02:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301355,Sample-Routine,Water,Surface Water,2023-03-18,22:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,42.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,NA,NA,NA,2023-04-10,NWIS,5,2023-03-19T03:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301355,Sample-Routine,Water,Surface Water,2023-03-18,22:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.155,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceeded,NA,NA,NA,2023-04-17,NWIS,5,2023-03-19T03:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304651,Sample-Routine,Water,Surface Water,2023-03-19,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-19T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304651,Sample-Routine,Water,Surface Water,2023-03-19,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.167,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-19T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301356,Sample-Routine,Water,Surface Water,2023-03-19,18:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.172,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceeded,NA,NA,NA,2023-04-17,NWIS,5,2023-03-19T23:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301356,Sample-Routine,Water,Surface Water,2023-03-19,18:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,41.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,NA,NA,NA,2023-04-10,NWIS,5,2023-03-19T23:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304474,Sample-Routine,Water,Surface Water,2023-03-19,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.240,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-19T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304474,Sample-Routine,Water,Surface Water,2023-03-19,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-19T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304583,Sample-Routine,Water,Surface Water,2023-03-20,04:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-20T09:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304583,Sample-Routine,Water,Surface Water,2023-03-20,04:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.171,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-20T09:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301357,Sample-Routine,Water,Surface Water,2023-03-20,06:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,43.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-10,NA,NA,NA,NA,2023-04-10,NWIS,5,2023-03-20T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301357,Sample-Routine,Water,Surface Water,2023-03-20,06:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.112,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-26,holding time exceeded,NA,NA,NA,2023-04-17,NWIS,5,2023-03-20T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301358,Sample-Routine,Water,Surface Water,2023-03-20,12:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.127,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceeded,NA,NA,NA,2023-04-28,NWIS,5,2023-03-20T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301358,Sample-Routine,Water,Surface Water,2023-03-20,12:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-20T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304475,Sample-Routine,Water,Surface Water,2023-03-21,02:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-21T07:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304475,Sample-Routine,Water,Surface Water,2023-03-21,02:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.130,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-21T07:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304652,Sample-Routine,Water,Surface Water,2023-03-21,04:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-21T09:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304652,Sample-Routine,Water,Surface Water,2023-03-21,04:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.106,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-21T09:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304653,Sample-Routine,Water,Surface Water,2023-03-21,12:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-21T17:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304653,Sample-Routine,Water,Surface Water,2023-03-21,12:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.107,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-21T17:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304476,Sample-Routine,Water,Surface Water,2023-03-21,16:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.134,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-21T21:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304476,Sample-Routine,Water,Surface Water,2023-03-21,16:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-21T21:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301264,Sample-Routine,Water,Surface Water,2023-03-22,05:25:00,CDT,2023-03-23,05:59:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Chloride,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,Historical Lower Reporting Limit,0.5,mg/l,2023-04-13,NWIS,5,2023-03-22T10:25:00Z,5,2023-03-23T10:59:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301264,Sample-Routine,Water,Surface Water,2023-03-22,05:25:00,CDT,2023-03-23,05:59:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,10,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.494,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceededsample was diluted,NA,NA,NA,2023-04-27,NWIS,5,2023-03-22T10:25:00Z,5,2023-03-23T10:59:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301272,Sample-Routine,Water,Surface Water,2023-03-22,08:15:00,CDT,2023-03-23,01:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Chloride,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,Historical Lower Reporting Limit,0.5,mg/l,2023-04-13,NWIS,5,2023-03-22T13:15:00Z,5,2023-03-23T06:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301272,Sample-Routine,Water,Surface Water,2023-03-22,08:15:00,CDT,2023-03-23,01:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.522,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceededsample was diluted,NA,NA,NA,2023-04-27,NWIS,5,2023-03-22T13:15:00Z,5,2023-03-23T06:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301359,Sample-Routine,Water,Surface Water,2023-03-22,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,47.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-22T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301359,Sample-Routine,Water,Surface Water,2023-03-22,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.113,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-03,holding time exceeded,NA,NA,NA,2023-05-01,NWIS,5,2023-03-22T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304584,Sample-Routine,Water,Surface Water,2023-03-22,16:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-22T21:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304584,Sample-Routine,Water,Surface Water,2023-03-22,16:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.142,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-22T21:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301298,Sample-Routine,Water,Surface Water,2023-03-22,16:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.355,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceeded,NA,NA,NA,2023-04-27,NWIS,5,2023-03-22T21:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301298,Sample-Routine,Water,Surface Water,2023-03-22,16:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,50.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-22T21:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304720,Sample-Routine,Water,Surface Water,2023-03-22,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-22T23:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304720,Sample-Routine,Water,Surface Water,2023-03-22,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.066,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-22T23:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304477,Sample-Routine,Water,Surface Water,2023-03-22,19:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-23T00:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304477,Sample-Routine,Water,Surface Water,2023-03-22,19:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.194,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-23T00:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301329,Sample-Routine,Water,Surface Water,2023-03-22,21:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,41.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-23T02:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301329,Sample-Routine,Water,Surface Water,2023-03-22,21:11:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.929,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceededsample was diluted,NA,NA,NA,2023-04-28,NWIS,5,2023-03-23T02:11:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304531,Sample-Routine,Water,Surface Water,2023-03-22,22:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.78,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-23T03:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304531,Sample-Routine,Water,Surface Water,2023-03-22,22:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.346,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-23T03:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304654,Sample-Routine,Water,Surface Water,2023-03-23,00:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-23T05:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304654,Sample-Routine,Water,Surface Water,2023-03-23,00:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.170,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-23T05:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301299,Sample-Routine,Water,Surface Water,2023-03-23,04:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,39.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-23T09:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301299,Sample-Routine,Water,Surface Water,2023-03-23,04:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.380,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceeded,NA,NA,NA,2023-04-27,NWIS,5,2023-03-23T09:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304478,Sample-Routine,Water,Surface Water,2023-03-23,06:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.41,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-23T11:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304478,Sample-Routine,Water,Surface Water,2023-03-23,06:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.271,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-23T11:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301265,Sample-Routine,Water,Surface Water,2023-03-23,08:20:00,CDT,2023-03-23,20:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.571,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceededsample was diluted,NA,NA,NA,2023-04-27,NWIS,5,2023-03-23T13:20:00Z,5,2023-03-24T01:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301265,Sample-Routine,Water,Surface Water,2023-03-23,08:20:00,CDT,2023-03-23,20:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,0.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-23T13:20:00Z,5,2023-03-24T01:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301740,Sample-Routine,Water,Surface Water,2023-03-23,12:28:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.959,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-27,holding time exceeded,NA,NA,NA,2023-04-24,NWIS,5,2023-03-23T17:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301740,Sample-Routine,Water,Surface Water,2023-03-23,12:28:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,9.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-23T17:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301741,Sample-Routine,Water,Surface Water,2023-03-23,13:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-27,holding time exceeded,NA,NA,NA,2023-04-24,NWIS,5,2023-03-23T18:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301741,Sample-Routine,Water,Surface Water,2023-03-23,13:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,7.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-23T18:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301742,Sample-Routine,Water,Surface Water,2023-03-23,13:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-04-27,holding time exceeded,NA,NA,NA,2023-04-24,NWIS,5,2023-03-23T18:58:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301742,Sample-Routine,Water,Surface Water,2023-03-23,13:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,5.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-23T18:58:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304532,Sample-Routine,Water,Surface Water,2023-03-23,14:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-23T19:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304532,Sample-Routine,Water,Surface Water,2023-03-23,14:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.414,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-23T19:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301273,Sample-Routine,Water,Surface Water,2023-03-23,14:21:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,1.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-23T19:21:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301273,Sample-Routine,Water,Surface Water,2023-03-23,14:21:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.418,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceeded,NA,NA,NA,2023-04-27,NWIS,5,2023-03-23T19:21:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301743,Sample-Routine,Water,Surface Water,2023-03-23,14:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.977,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceeded,NA,NA,NA,2023-04-27,NWIS,5,2023-03-23T19:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301743,Sample-Routine,Water,Surface Water,2023-03-23,14:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,6.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-23T19:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301744,Sample-Routine,Water,Surface Water,2023-03-23,15:28:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.987,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceeded,NA,NA,NA,2023-04-27,NWIS,5,2023-03-23T20:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301744,Sample-Routine,Water,Surface Water,2023-03-23,15:28:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,5.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-23T20:28:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304585,Sample-Routine,Water,Surface Water,2023-03-23,20:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-24T01:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304585,Sample-Routine,Water,Surface Water,2023-03-23,20:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.158,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-24T01:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301300,Sample-Routine,Water,Surface Water,2023-03-23,22:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.476,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceeded,NA,NA,NA,2023-04-27,NWIS,5,2023-03-24T03:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301300,Sample-Routine,Water,Surface Water,2023-03-23,22:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,33.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-24T03:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304533,Sample-Routine,Water,Surface Water,2023-03-24,04:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-24T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304533,Sample-Routine,Water,Surface Water,2023-03-24,04:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.465,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-24T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301738,Sample-Routine,Water,Surface Water,2023-03-24,05:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.396,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceeded,NA,NA,NA,2023-04-28,NWIS,5,2023-03-24T10:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301738,Sample-Routine,Water,Surface Water,2023-03-24,05:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,38.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-24T10:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304721,Sample-Routine,Water,Surface Water,2023-03-24,06:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-24T11:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304655,Sample-Routine,Water,Surface Water,2023-03-24,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-24T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304655,Sample-Routine,Water,Surface Water,2023-03-24,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.291,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-24T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301739,Sample-Routine,Water,Surface Water,2023-03-24,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.407,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceeded,NA,NA,NA,2023-04-28,NWIS,5,2023-03-24T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301739,Sample-Routine,Water,Surface Water,2023-03-24,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,37.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-24T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304479,Sample-Routine,Water,Surface Water,2023-03-24,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.39,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-24T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304479,Sample-Routine,Water,Surface Water,2023-03-24,15:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.313,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-24T20:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301301,Sample-Routine,Water,Surface Water,2023-03-24,23:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.372,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceeded,NA,NA,NA,2023-04-28,NWIS,5,2023-03-25T04:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301301,Sample-Routine,Water,Surface Water,2023-03-24,23:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,35.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-25T04:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301360,Sample-Routine,Water,Surface Water,2023-03-25,06:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,25.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-25T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301360,Sample-Routine,Water,Surface Water,2023-03-25,06:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.424,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-03,holding time exceeded,NA,NA,NA,2023-05-01,NWIS,5,2023-03-25T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304534,Sample-Routine,Water,Surface Water,2023-03-25,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-25T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304534,Sample-Routine,Water,Surface Water,2023-03-25,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.399,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-25T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301302,Sample-Routine,Water,Surface Water,2023-03-25,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.321,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-01,holding time exceeded,NA,NA,NA,2023-04-28,NWIS,5,2023-03-25T18:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301302,Sample-Routine,Water,Surface Water,2023-03-25,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,38.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-25T18:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304586,Sample-Routine,Water,Surface Water,2023-03-25,14:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-25T19:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304586,Sample-Routine,Water,Surface Water,2023-03-25,14:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.270,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-25T19:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304722,Sample-Routine,Water,Surface Water,2023-03-25,18:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-25T23:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304722,Sample-Routine,Water,Surface Water,2023-03-25,18:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.072,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-25T23:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304656,Sample-Routine,Water,Surface Water,2023-03-25,23:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-26T04:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304656,Sample-Routine,Water,Surface Water,2023-03-25,23:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.206,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-26T04:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301361,Sample-Routine,Water,Surface Water,2023-03-26,02:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.284,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-03,holding time exceeded,NA,NA,NA,2023-05-01,NWIS,5,2023-03-26T07:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301361,Sample-Routine,Water,Surface Water,2023-03-26,02:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,26.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-26T07:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304535,Sample-Routine,Water,Surface Water,2023-03-26,06:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.80,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-26T11:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304535,Sample-Routine,Water,Surface Water,2023-03-26,06:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.248,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-26T11:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304480,Sample-Routine,Water,Surface Water,2023-03-26,08:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-26T13:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304480,Sample-Routine,Water,Surface Water,2023-03-26,08:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.220,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-26T13:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304587,Sample-Routine,Water,Surface Water,2023-03-26,15:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-26T20:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304587,Sample-Routine,Water,Surface Water,2023-03-26,15:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.142,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-26T20:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304723,Sample-Routine,Water,Surface Water,2023-03-26,23:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.47,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-27T04:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304723,Sample-Routine,Water,Surface Water,2023-03-26,23:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.069,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-27T04:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304588,Sample-Routine,Water,Surface Water,2023-03-27,05:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-27T10:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304588,Sample-Routine,Water,Surface Water,2023-03-27,05:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.122,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-27T10:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304657,Sample-Routine,Water,Surface Water,2023-03-27,07:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-27T12:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304657,Sample-Routine,Water,Surface Water,2023-03-27,07:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.136,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-27T12:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301362,Sample-Routine,Water,Surface Water,2023-03-27,08:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.280,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-03,holding time exceeded,NA,NA,NA,2023-05-01,NWIS,5,2023-03-27T13:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301362,Sample-Routine,Water,Surface Water,2023-03-27,08:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,30.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-13,NA,NA,NA,NA,2023-04-13,NWIS,5,2023-03-27T13:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301303,Sample-Routine,Water,Surface Water,2023-03-27,22:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.271,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-10,holding time exceeded,NA,NA,NA,2023-05-05,NWIS,5,2023-03-28T03:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301303,Sample-Routine,Water,Surface Water,2023-03-27,22:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,48.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-19,NA,NA,NA,NA,2023-04-19,NWIS,5,2023-03-28T03:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304658,Sample-Routine,Water,Surface Water,2023-03-28,07:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-28T12:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304658,Sample-Routine,Water,Surface Water,2023-03-28,07:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.137,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-28T12:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304481,Sample-Routine,Water,Surface Water,2023-03-28,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-28T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304481,Sample-Routine,Water,Surface Water,2023-03-28,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.221,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-28T14:20:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-345640783,Sample-Routine,Water,NA,2023-03-28,09:35:00,CDT,2023-03-28,09:36:00,CDT,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0480,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-04-05,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-03-28T14:35:00Z,5,2023-03-28T14:36:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301304,Sample-Routine,Water,Surface Water,2023-03-28,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.315,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-10,holding time exceeded,NA,NA,NA,2023-05-05,NWIS,5,2023-03-28T18:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301304,Sample-Routine,Water,Surface Water,2023-03-28,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-19,NA,NA,NA,NA,2023-04-19,NWIS,5,2023-03-28T18:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304724,Sample-Routine,Water,Surface Water,2023-03-28,15:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-28T20:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304724,Sample-Routine,Water,Surface Water,2023-03-28,15:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.081,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-28T20:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304589,Sample-Routine,Water,Surface Water,2023-03-28,23:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-29T04:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304589,Sample-Routine,Water,Surface Water,2023-03-28,23:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.144,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-29T04:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301305,Sample-Routine,Water,Surface Water,2023-03-29,03:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.313,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-10,holding time exceeded,NA,NA,NA,2023-05-05,NWIS,5,2023-03-29T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301305,Sample-Routine,Water,Surface Water,2023-03-29,03:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,42.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-19,NA,NA,NA,NA,2023-04-19,NWIS,5,2023-03-29T08:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304725,Sample-Routine,Water,Surface Water,2023-03-29,03:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-29T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304725,Sample-Routine,Water,Surface Water,2023-03-29,03:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.070,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-29T08:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304482,Sample-Routine,Water,Surface Water,2023-03-29,06:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.253,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-29T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304482,Sample-Routine,Water,Surface Water,2023-03-29,06:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-29T11:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304659,Sample-Routine,Water,Surface Water,2023-03-29,07:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-29T12:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304659,Sample-Routine,Water,Surface Water,2023-03-29,07:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.182,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-29T12:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304536,Sample-Routine,Water,Surface Water,2023-03-29,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.231,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-29T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304536,Sample-Routine,Water,Surface Water,2023-03-29,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.51,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-29T14:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304726,Sample-Routine,Water,Surface Water,2023-03-29,15:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-29T20:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304726,Sample-Routine,Water,Surface Water,2023-03-29,15:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.070,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-29T20:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301306,Sample-Routine,Water,Surface Water,2023-03-29,17:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.334,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-10,holding time exceeded,NA,NA,NA,2023-05-05,NWIS,5,2023-03-29T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301306,Sample-Routine,Water,Surface Water,2023-03-29,17:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,43.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-04-19,NA,NA,NA,NA,2023-04-19,NWIS,5,2023-03-29T22:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304483,Sample-Routine,Water,Surface Water,2023-03-30,03:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-30T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304483,Sample-Routine,Water,Surface Water,2023-03-30,03:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.225,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-30T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304660,Sample-Routine,Water,Surface Water,2023-03-30,07:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.187,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-30T12:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304660,Sample-Routine,Water,Surface Water,2023-03-30,07:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-30T12:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301266,Sample-Routine,Water,Surface Water,2023-03-30,19:54:00,CDT,2023-03-31,01:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,1.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-03-31T00:54:00Z,5,2023-03-31T06:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301266,Sample-Routine,Water,Surface Water,2023-03-30,19:54:00,CDT,2023-03-31,01:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-03-31T00:54:00Z,5,2023-03-31T06:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301274,Sample-Routine,Water,Surface Water,2023-03-30,20:24:00,CDT,2023-03-31,01:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,3.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-03-31T01:24:00Z,5,2023-03-31T06:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301274,Sample-Routine,Water,Surface Water,2023-03-30,20:24:00,CDT,2023-03-31,01:30:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-03-31T01:24:00Z,5,2023-03-31T06:30:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304727,Sample-Routine,Water,Surface Water,2023-03-30,23:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T04:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304727,Sample-Routine,Water,Surface Water,2023-03-30,23:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.056,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T04:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304484,Sample-Routine,Water,Surface Water,2023-03-31,02:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T07:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301267,Sample-Routine,Water,Surface Water,2023-03-31,03:21:00,CDT,2023-03-31,08:39:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,0.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-03-31T08:21:00Z,5,2023-03-31T13:39:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301267,Sample-Routine,Water,Surface Water,2023-03-31,03:21:00,CDT,2023-03-31,08:39:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,5,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-03-31T08:21:00Z,5,2023-03-31T13:39:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301275,Sample-Routine,Water,Surface Water,2023-03-31,03:32:00,CDT,2023-03-31,07:32:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Chloride,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,Historical Lower Reporting Limit,0.5,mg/l,2023-05-03,NWIS,5,2023-03-31T08:32:00Z,5,2023-03-31T12:32:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301275,Sample-Routine,Water,Surface Water,2023-03-31,03:32:00,CDT,2023-03-31,07:32:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,5.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-03-31T08:32:00Z,5,2023-03-31T12:32:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301745,Sample-Routine,Water,Surface Water,2023-03-31,04:19:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-01,holding time exceededsample was diluted,NA,NA,NA,2023-05-23,NWIS,5,2023-03-31T09:19:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301745,Sample-Routine,Water,Surface Water,2023-03-31,04:19:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,8.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-03-31T09:19:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301346,Sample-Routine,Water,Surface Water,2023-03-31,04:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.367,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceeded,NA,NA,NA,2023-05-31,NWIS,5,2023-03-31T09:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301346,Sample-Routine,Water,Surface Water,2023-03-31,04:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,37.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-03-31T09:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304590,Sample-Routine,Water,Surface Water,2023-03-31,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304590,Sample-Routine,Water,Surface Water,2023-03-31,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.088,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304661,Sample-Routine,Water,Surface Water,2023-03-31,05:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T10:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304661,Sample-Routine,Water,Surface Water,2023-03-31,05:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.131,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T10:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304537,Sample-Routine,Water,Surface Water,2023-03-31,07:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.37,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T12:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304537,Sample-Routine,Water,Surface Water,2023-03-31,07:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.241,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T12:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301330,Sample-Routine,Water,Surface Water,2023-03-31,07:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,44.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-03-31T12:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301330,Sample-Routine,Water,Surface Water,2023-03-31,07:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-01,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-03-31T12:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304485,Sample-Routine,Water,Surface Water,2023-03-31,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T15:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304728,Sample-Routine,Water,Surface Water,2023-03-31,12:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304728,Sample-Routine,Water,Surface Water,2023-03-31,12:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.092,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T17:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301363,Sample-Routine,Water,Surface Water,2023-03-31,14:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-01,holding time exceededsample was diluted,NA,NA,NA,2023-05-22,NWIS,5,2023-03-31T19:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301363,Sample-Routine,Water,Surface Water,2023-03-31,14:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,36.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-03-31T19:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301331,Sample-Routine,Water,Surface Water,2023-03-31,15:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-03-31T20:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301331,Sample-Routine,Water,Surface Water,2023-03-31,15:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,23.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-03-31T20:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301308,Sample-Routine,Water,Surface Water,2023-03-31,16:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.791,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceeded,NA,NA,NA,2023-05-31,NWIS,5,2023-03-31T21:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301308,Sample-Routine,Water,Surface Water,2023-03-31,16:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,29.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-03-31T21:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304538,Sample-Routine,Water,Surface Water,2023-03-31,17:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T22:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304538,Sample-Routine,Water,Surface Water,2023-03-31,17:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.290,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T22:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301268,Sample-Routine,Water,Surface Water,2023-03-31,18:12:00,CDT,2023-04-01,00:37:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Chloride,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,Historical Lower Reporting Limit,0.5,mg/l,2023-05-03,NWIS,5,2023-03-31T23:12:00Z,5,2023-04-01T05:37:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301268,Sample-Routine,Water,Surface Water,2023-03-31,18:12:00,CDT,2023-04-01,00:37:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,6.7,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-03-31T23:12:00Z,5,2023-04-01T05:37:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304662,Sample-Routine,Water,Surface Water,2023-03-31,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304662,Sample-Routine,Water,Surface Water,2023-03-31,18:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.217,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-03-31T23:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301276,Sample-Routine,Water,Surface Water,2023-03-31,19:35:00,CDT,2023-04-01,00:37:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,6.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-01T00:35:00Z,5,2023-04-01T05:37:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301276,Sample-Routine,Water,Surface Water,2023-03-31,19:35:00,CDT,2023-04-01,00:37:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,6,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Chloride,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,Historical Lower Reporting Limit,0.5,mg/l,2023-05-03,NWIS,5,2023-04-01T00:35:00Z,5,2023-04-01T05:37:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304486,Sample-Routine,Water,Surface Water,2023-03-31,20:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.56,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-01T01:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304486,Sample-Routine,Water,Surface Water,2023-03-31,20:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.304,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-01T01:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304591,Sample-Routine,Water,Surface Water,2023-03-31,21:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-01T02:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304591,Sample-Routine,Water,Surface Water,2023-03-31,21:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.178,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-01T02:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301746,Sample-Routine,Water,Surface Water,2023-03-31,21:54:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,6.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-01,holding time exceededsample was diluted,NA,NA,NA,2023-05-23,NWIS,5,2023-04-01T02:54:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301746,Sample-Routine,Water,Surface Water,2023-03-31,21:54:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,6.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-01T02:54:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301332,Sample-Routine,Water,Surface Water,2023-03-31,22:21:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-01T03:21:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301332,Sample-Routine,Water,Surface Water,2023-03-31,22:21:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,21.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-01T03:21:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301747,Sample-Routine,Water,Surface Water,2023-03-31,22:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.8,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-01,holding time exceededsample was diluted,NA,NA,NA,2023-05-23,NWIS,5,2023-04-01T03:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301747,Sample-Routine,Water,Surface Water,2023-03-31,22:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,6.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-01T03:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301749,Sample-Routine,Water,Surface Water,2023-04-01,00:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-07,holding time exceededsample was diluted,NA,NA,NA,NA,NWIS,5,2023-04-01T05:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301749,Sample-Routine,Water,Surface Water,2023-04-01,00:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-441520088045001,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,10.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-01T05:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301364,Sample-Routine,Water,Surface Water,2023-04-01,00:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.314,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-01,holding time exceeded,NA,NA,NA,2023-05-22,NWIS,5,2023-04-01T05:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301364,Sample-Routine,Water,Surface Water,2023-04-01,00:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,29.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-01T05:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301333,Sample-Routine,Water,Surface Water,2023-04-01,03:23:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-01T08:23:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301333,Sample-Routine,Water,Surface Water,2023-04-01,03:23:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,15.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-01T08:23:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304592,Sample-Routine,Water,Surface Water,2023-04-01,03:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-01T08:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304592,Sample-Routine,Water,Surface Water,2023-04-01,03:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.136,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-01T08:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304539,Sample-Routine,Water,Surface Water,2023-04-01,03:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-01T08:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304539,Sample-Routine,Water,Surface Water,2023-04-01,03:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.346,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-01T08:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301309,Sample-Routine,Water,Surface Water,2023-04-01,04:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-01T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301309,Sample-Routine,Water,Surface Water,2023-04-01,04:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,19.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-01T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304729,Sample-Routine,Water,Surface Water,2023-04-01,05:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-01T10:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304729,Sample-Routine,Water,Surface Water,2023-04-01,05:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.119,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-01T10:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304487,Sample-Routine,Water,Surface Water,2023-04-01,06:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.92,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-01T11:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304487,Sample-Routine,Water,Surface Water,2023-04-01,06:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.222,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-01T11:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301334,Sample-Routine,Water,Surface Water,2023-04-01,06:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,4.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-01T11:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301334,Sample-Routine,Water,Surface Water,2023-04-01,06:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,11.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-01T11:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301310,Sample-Routine,Water,Surface Water,2023-04-01,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,19.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-01T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301310,Sample-Routine,Water,Surface Water,2023-04-01,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-01T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304663,Sample-Routine,Water,Surface Water,2023-04-01,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.94,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-01T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304663,Sample-Routine,Water,Surface Water,2023-04-01,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.225,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-01T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301335,Sample-Routine,Water,Surface Water,2023-04-01,09:44:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.6,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-01T14:44:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301335,Sample-Routine,Water,Surface Water,2023-04-01,09:44:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,12.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-01T14:44:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301336,Sample-Routine,Water,Surface Water,2023-04-01,12:51:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.9,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-01T17:51:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301336,Sample-Routine,Water,Surface Water,2023-04-01,12:51:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,15.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-01T17:51:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301365,Sample-Routine,Water,Surface Water,2023-04-01,14:59:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.365,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-01,holding time exceeded,NA,NA,NA,2023-05-22,NWIS,5,2023-04-01T19:59:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301365,Sample-Routine,Water,Surface Water,2023-04-01,14:59:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,17.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-01T19:59:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304593,Sample-Routine,Water,Surface Water,2023-04-01,19:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.58,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T00:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304593,Sample-Routine,Water,Surface Water,2023-04-01,19:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.243,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T00:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304540,Sample-Routine,Water,Surface Water,2023-04-01,19:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.52,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T00:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304540,Sample-Routine,Water,Surface Water,2023-04-01,19:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.327,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T00:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304488,Sample-Routine,Water,Surface Water,2023-04-01,20:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.79,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T01:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304488,Sample-Routine,Water,Surface Water,2023-04-01,20:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.338,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T01:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304664,Sample-Routine,Water,Surface Water,2023-04-01,23:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.296,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T04:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304664,Sample-Routine,Water,Surface Water,2023-04-01,23:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.86,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T04:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304730,Sample-Routine,Water,Surface Water,2023-04-02,00:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.095,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T05:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304730,Sample-Routine,Water,Surface Water,2023-04-02,00:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T05:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301311,Sample-Routine,Water,Surface Water,2023-04-02,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,17.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-02T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301311,Sample-Routine,Water,Surface Water,2023-04-02,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-02T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304731,Sample-Routine,Water,Surface Water,2023-04-02,12:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T17:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304731,Sample-Routine,Water,Surface Water,2023-04-02,12:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.099,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T17:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304594,Sample-Routine,Water,Surface Water,2023-04-02,14:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.211,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T19:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304594,Sample-Routine,Water,Surface Water,2023-04-02,14:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T19:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304541,Sample-Routine,Water,Surface Water,2023-04-02,17:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T22:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304541,Sample-Routine,Water,Surface Water,2023-04-02,17:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.278,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-02T22:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301312,Sample-Routine,Water,Surface Water,2023-04-03,00:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.815,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-03T05:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301312,Sample-Routine,Water,Surface Water,2023-04-03,00:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,21.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-03T05:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304665,Sample-Routine,Water,Surface Water,2023-04-03,00:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-03T05:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304665,Sample-Routine,Water,Surface Water,2023-04-03,00:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.204,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-03T05:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304489,Sample-Routine,Water,Surface Water,2023-04-03,00:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-03T05:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304489,Sample-Routine,Water,Surface Water,2023-04-03,00:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.239,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-03T05:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304542,Sample-Routine,Water,Surface Water,2023-04-03,14:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-03T19:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304542,Sample-Routine,Water,Surface Water,2023-04-03,14:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.263,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-03T19:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304595,Sample-Routine,Water,Surface Water,2023-04-03,17:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-03T22:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304595,Sample-Routine,Water,Surface Water,2023-04-03,17:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.151,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-03T22:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301313,Sample-Routine,Water,Surface Water,2023-04-04,03:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.506,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceeded,NA,NA,NA,2023-05-31,NWIS,5,2023-04-04T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301313,Sample-Routine,Water,Surface Water,2023-04-04,03:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,26.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-04T08:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304732,Sample-Routine,Water,Surface Water,2023-04-04,07:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-04T12:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304732,Sample-Routine,Water,Surface Water,2023-04-04,07:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.097,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-04T12:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304543,Sample-Routine,Water,Surface Water,2023-04-04,08:32:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-04T13:32:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304543,Sample-Routine,Water,Surface Water,2023-04-04,08:32:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.280,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-04T13:32:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304490,Sample-Routine,Water,Surface Water,2023-04-04,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-04T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304490,Sample-Routine,Water,Surface Water,2023-04-04,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.195,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-04T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304666,Sample-Routine,Water,Surface Water,2023-04-04,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-04T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304666,Sample-Routine,Water,Surface Water,2023-04-04,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.156,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-04T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304596,Sample-Routine,Water,Surface Water,2023-04-04,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.180,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-04T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304596,Sample-Routine,Water,Surface Water,2023-04-04,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-04T15:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301269,Sample-Routine,Water,Surface Water,2023-04-04,21:19:00,CDT,2023-04-05,11:14:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,6.3,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-05T02:19:00Z,5,2023-04-05T16:14:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301269,Sample-Routine,Water,Surface Water,2023-04-04,21:19:00,CDT,2023-04-05,11:14:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,12,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Chloride,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,Historical Lower Reporting Limit,0.5,mg/l,2023-05-03,NWIS,5,2023-04-05T02:19:00Z,5,2023-04-05T16:14:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301277,Sample-Routine,Water,Surface Water,2023-04-04,21:30:00,CDT,2023-04-05,11:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,6.0,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-05T02:30:00Z,5,2023-04-05T16:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301277,Sample-Routine,Water,Surface Water,2023-04-04,21:30:00,CDT,2023-04-05,11:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,8,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Chloride,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,Historical Lower Reporting Limit,0.5,mg/l,2023-05-03,NWIS,5,2023-04-05T02:30:00Z,5,2023-04-05T16:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304544,Sample-Routine,Water,Surface Water,2023-04-05,01:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.47,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T06:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304544,Sample-Routine,Water,Surface Water,2023-04-05,01:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.215,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T06:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304733,Sample-Routine,Water,Surface Water,2023-04-05,01:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.29,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T06:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304733,Sample-Routine,Water,Surface Water,2023-04-05,01:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.094,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T06:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304597,Sample-Routine,Water,Surface Water,2023-04-05,01:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T06:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304597,Sample-Routine,Water,Surface Water,2023-04-05,01:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.086,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T06:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304667,Sample-Routine,Water,Surface Water,2023-04-05,01:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T06:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304667,Sample-Routine,Water,Surface Water,2023-04-05,01:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.099,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T06:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304491,Sample-Routine,Water,Surface Water,2023-04-05,01:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.00,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T06:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304491,Sample-Routine,Water,Surface Water,2023-04-05,01:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.168,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T06:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301314,Sample-Routine,Water,Surface Water,2023-04-05,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,28.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-05T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301314,Sample-Routine,Water,Surface Water,2023-04-05,02:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.587,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-05T07:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304492,Sample-Routine,Water,Surface Water,2023-04-05,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.83,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304492,Sample-Routine,Water,Surface Water,2023-04-05,03:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.216,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T08:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304668,Sample-Routine,Water,Surface Water,2023-04-05,05:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T10:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304668,Sample-Routine,Water,Surface Water,2023-04-05,05:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.094,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T10:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304598,Sample-Routine,Water,Surface Water,2023-04-05,06:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.35,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T11:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304598,Sample-Routine,Water,Surface Water,2023-04-05,06:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.077,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T11:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301337,Sample-Routine,Water,Surface Water,2023-04-05,07:31:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.2,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-05T12:31:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301337,Sample-Routine,Water,Surface Water,2023-04-05,07:31:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,26.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-05T12:31:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301338,Sample-Routine,Water,Surface Water,2023-04-05,08:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,3.4,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-01,holding time exceededsample was diluted,NA,NA,NA,2023-05-22,NWIS,5,2023-04-05T13:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301338,Sample-Routine,Water,Surface Water,2023-04-05,08:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,33.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-05T13:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302606,Sample-Routine,Water,Surface Water,2023-04-05,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.849,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302606,Sample-Routine,Water,Surface Water,2023-04-05,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.061,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2023-05-10,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2023-04-05T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302606,Sample-Routine,Water,Surface Water,2023-04-05,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,29.2,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2023-04-13,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2023-04-05T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302606,Sample-Routine,Water,Surface Water,2023-04-05,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,3.76,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301315,Sample-Routine,Water,Surface Water,2023-04-05,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-05-31,holding time exceededsample was diluted,NA,NA,NA,2023-05-31,NWIS,5,2023-04-05T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301315,Sample-Routine,Water,Surface Water,2023-04-05,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,19.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-05T14:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304545,Sample-Routine,Water,Surface Water,2023-04-05,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.65,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304545,Sample-Routine,Water,Surface Water,2023-04-05,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.355,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301366,Sample-Routine,Water,Surface Water,2023-04-05,10:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.165,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-01,holding time exceeded,NA,NA,NA,2023-05-22,NWIS,5,2023-04-05T15:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301366,Sample-Routine,Water,Surface Water,2023-04-05,10:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,17.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-04,holding time exceeded,NA,NA,NA,2023-05-03,NWIS,5,2023-04-05T15:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304493,Sample-Routine,Water,Surface Water,2023-04-05,12:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.280,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T17:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304493,Sample-Routine,Water,Surface Water,2023-04-05,12:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.62,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T17:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304546,Sample-Routine,Water,Surface Water,2023-04-05,13:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.02,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T18:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304546,Sample-Routine,Water,Surface Water,2023-04-05,13:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.396,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T18:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301339,Sample-Routine,Water,Surface Water,2023-04-05,15:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-06,holding time exceededsample was diluted,NA,NA,NA,2023-06-02,NWIS,5,2023-04-05T20:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301339,Sample-Routine,Water,Surface Water,2023-04-05,15:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,19.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-05,holding time exceeded,NA,NA,NA,2023-05-05,NWIS,5,2023-04-05T20:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301340,Sample-Routine,Water,Surface Water,2023-04-05,17:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,2.1,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-06,holding time exceededsample was diluted,NA,NA,NA,2023-06-02,NWIS,5,2023-04-05T22:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301340,Sample-Routine,Water,Surface Water,2023-04-05,17:13:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,18.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-05,holding time exceeded,NA,NA,NA,2023-05-05,NWIS,5,2023-04-05T22:13:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301316,Sample-Routine,Water,Surface Water,2023-04-05,17:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.5,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-06,holding time exceededsample was diluted,NA,NA,NA,2023-06-02,NWIS,5,2023-04-05T22:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301316,Sample-Routine,Water,Surface Water,2023-04-05,17:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,19.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-05,holding time exceeded,NA,NA,NA,2023-05-05,NWIS,5,2023-04-05T22:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304735,Sample-Routine,Water,Surface Water,2023-04-05,17:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T22:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304735,Sample-Routine,Water,Surface Water,2023-04-05,17:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.115,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T22:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304599,Sample-Routine,Water,Surface Water,2023-04-05,18:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.82,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T23:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304599,Sample-Routine,Water,Surface Water,2023-04-05,18:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.261,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T23:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304669,Sample-Routine,Water,Surface Water,2023-04-05,18:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,1.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T23:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304669,Sample-Routine,Water,Surface Water,2023-04-05,18:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.232,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-05T23:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304494,Sample-Routine,Water,Surface Water,2023-04-06,02:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.324,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-06T07:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304494,Sample-Routine,Water,Surface Water,2023-04-06,02:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.74,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-06T07:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304600,Sample-Routine,Water,Surface Water,2023-04-06,04:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.48,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-06T09:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304600,Sample-Routine,Water,Surface Water,2023-04-06,04:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.253,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-06T09:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304547,Sample-Routine,Water,Surface Water,2023-04-06,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.49,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-06T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304547,Sample-Routine,Water,Surface Water,2023-04-06,05:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.344,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-06T10:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301317,Sample-Routine,Water,Surface Water,2023-04-06,05:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.908,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-06,holding time exceededsample was diluted,NA,NA,NA,2023-06-02,NWIS,5,2023-04-06T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301317,Sample-Routine,Water,Surface Water,2023-04-06,05:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,20.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-05,holding time exceeded,NA,NA,NA,2023-05-05,NWIS,5,2023-04-06T10:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304734,Sample-Routine,Water,Surface Water,2023-04-06,05:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-06T10:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304734,Sample-Routine,Water,Surface Water,2023-04-06,05:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.099,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-06T10:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304495,Sample-Routine,Water,Surface Water,2023-04-06,06:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.57,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-06T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304495,Sample-Routine,Water,Surface Water,2023-04-06,06:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.304,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-06T11:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304670,Sample-Routine,Water,Surface Water,2023-04-06,07:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.81,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-06T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304670,Sample-Routine,Water,Surface Water,2023-04-06,07:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.255,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-06T12:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301755,Sample-Routine,Water,Surface Water,2023-04-06,16:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.600,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-06,holding time exceededsample was diluted,NA,NA,NA,2023-06-02,NWIS,5,2023-04-06T21:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301755,Sample-Routine,Water,Surface Water,2023-04-06,16:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,26.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-05,holding time exceeded,NA,NA,NA,2023-05-05,NWIS,5,2023-04-06T21:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301367,Sample-Routine,Water,Surface Water,2023-04-07,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.175,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-06,holding time exceeded,NA,NA,NA,2023-06-02,NWIS,5,2023-04-07T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301367,Sample-Routine,Water,Surface Water,2023-04-07,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,18.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-05,NA,NA,NA,NA,2023-05-05,NWIS,5,2023-04-07T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304736,Sample-Routine,Water,Surface Water,2023-04-12,07:08:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.067,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-12T12:08:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304736,Sample-Routine,Water,Surface Water,2023-04-12,07:08:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-12T12:08:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304548,Sample-Routine,Water,Surface Water,2023-04-12,07:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-12T12:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304548,Sample-Routine,Water,Surface Water,2023-04-12,07:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.201,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-12T12:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304496,Sample-Routine,Water,Surface Water,2023-04-12,08:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-12T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304496,Sample-Routine,Water,Surface Water,2023-04-12,08:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.120,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-12T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304671,Sample-Routine,Water,Surface Water,2023-04-12,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-12T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304671,Sample-Routine,Water,Surface Water,2023-04-12,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.095,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-12T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304601,Sample-Routine,Water,Surface Water,2023-04-12,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-12T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304601,Sample-Routine,Water,Surface Water,2023-04-12,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.082,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-12T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304737,Sample-Routine,Water,Surface Water,2023-04-18,07:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T12:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304737,Sample-Routine,Water,Surface Water,2023-04-18,07:26:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.085,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T12:26:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304549,Sample-Routine,Water,Surface Water,2023-04-18,08:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T13:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304549,Sample-Routine,Water,Surface Water,2023-04-18,08:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.222,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T13:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304497,Sample-Routine,Water,Surface Water,2023-04-18,08:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T13:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304497,Sample-Routine,Water,Surface Water,2023-04-18,08:52:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.128,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T13:52:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304498,Sample-Routine,Water,Surface Water,2023-04-18,09:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T14:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304498,Sample-Routine,Water,Surface Water,2023-04-18,09:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.131,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T14:06:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304672,Sample-Routine,Water,Surface Water,2023-04-18,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304672,Sample-Routine,Water,Surface Water,2023-04-18,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.094,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T14:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304602,Sample-Routine,Water,Surface Water,2023-04-18,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304602,Sample-Routine,Water,Surface Water,2023-04-18,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.081,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304673,Sample-Routine,Water,Surface Water,2023-04-18,12:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.091,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T17:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304673,Sample-Routine,Water,Surface Water,2023-04-18,12:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T17:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304550,Sample-Routine,Water,Surface Water,2023-04-18,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T18:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304550,Sample-Routine,Water,Surface Water,2023-04-18,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.217,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T18:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304738,Sample-Routine,Water,Surface Water,2023-04-18,13:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T18:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304738,Sample-Routine,Water,Surface Water,2023-04-18,13:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.071,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T18:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304603,Sample-Routine,Water,Surface Water,2023-04-18,14:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T19:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304603,Sample-Routine,Water,Surface Water,2023-04-18,14:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.085,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-04-18T19:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301763,Sample-Routine,Water,Surface Water,2023-04-19,10:03:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.037,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-04-19T15:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301763,Sample-Routine,Water,Surface Water,2023-04-19,10:03:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,85.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,holding time exceeded,NA,NA,NA,2023-05-18,NWIS,5,2023-04-19T15:03:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301761,Sample-Routine,Water,Surface Water,2023-04-19,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.167,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-04-19T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301761,Sample-Routine,Water,Surface Water,2023-04-19,10:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,51.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,holding time exceeded,NA,NA,NA,2023-05-18,NWIS,5,2023-04-19T15:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301767,Sample-Routine,Water,Surface Water,2023-04-19,11:44:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,47.8,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,holding time exceeded,NA,NA,NA,2023-05-18,NWIS,5,2023-04-19T16:44:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301767,Sample-Routine,Water,Surface Water,2023-04-19,11:44:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.096,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-04-19T16:44:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-346964741,Sample-Routine,Water,NA,2023-04-25,12:50:00,CDT,2023-04-25,12:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0519,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-05-03,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-04-25T17:50:00Z,5,2023-04-25T17:50:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-345640663,Sample-Routine,Water,NA,2023-04-25,13:30:00,CDT,2023-04-25,13:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,22.7,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2023-05-02,NA,Lower Quantitation Limit,4.55,mg/L,NA,STORET,5,2023-04-25T18:30:00Z,5,2023-04-25T18:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-345640663,Sample-Routine,Water,NA,2023-04-25,13:30:00,CDT,2023-04-25,13:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0677,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-05-03,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-04-25T18:30:00Z,5,2023-04-25T18:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304739,Sample-Routine,Water,Surface Water,2023-05-01,02:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.067,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T07:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304739,Sample-Routine,Water,Surface Water,2023-05-01,02:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T07:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304604,Sample-Routine,Water,Surface Water,2023-05-01,07:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T12:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304604,Sample-Routine,Water,Surface Water,2023-05-01,07:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.047,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T12:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304674,Sample-Routine,Water,Surface Water,2023-05-01,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304674,Sample-Routine,Water,Surface Water,2023-05-01,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.056,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304499,Sample-Routine,Water,Surface Water,2023-05-01,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304499,Sample-Routine,Water,Surface Water,2023-05-01,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.099,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304551,Sample-Routine,Water,Surface Water,2023-05-01,09:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T14:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304551,Sample-Routine,Water,Surface Water,2023-05-01,09:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.195,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T14:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301750,Sample-Routine,Water,Surface Water,2023-05-01,10:15:00,CDT,2023-05-02,05:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.431,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-05-01T15:15:00Z,5,2023-05-02T10:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301750,Sample-Routine,Water,Surface Water,2023-05-01,10:15:00,CDT,2023-05-02,05:00:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442119088085501,4,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Chloride,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,NA,Historical Lower Reporting Limit,0.5,mg/l,2023-05-18,NWIS,5,2023-05-01T15:15:00Z,5,2023-05-02T10:00:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301754,Sample-Routine,Water,Surface Water,2023-05-01,10:30:00,CDT,2023-05-01,17:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Chloride,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,NA,Historical Lower Reporting Limit,0.5,mg/l,2023-05-18,NWIS,5,2023-05-01T15:30:00Z,5,2023-05-01T22:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301754,Sample-Routine,Water,Surface Water,2023-05-01,10:30:00,CDT,2023-05-01,17:45:59,CDT,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-442114088085701,3,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.362,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-05-01T15:30:00Z,5,2023-05-01T22:45:59Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304740,Sample-Routine,Water,Surface Water,2023-05-01,11:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T16:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304740,Sample-Routine,Water,Surface Water,2023-05-01,11:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.106,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T16:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301768,Sample-Routine,Water,Surface Water,2023-05-01,12:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.087,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-05-01T17:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301768,Sample-Routine,Water,Surface Water,2023-05-01,12:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,53.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,NA,NA,NA,NA,2023-05-18,NWIS,5,2023-05-01T17:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301756,Sample-Routine,Water,Surface Water,2023-05-01,14:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.308,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-05-01T19:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301756,Sample-Routine,Water,Surface Water,2023-05-01,14:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,42.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,NA,NA,NA,NA,2023-05-18,NWIS,5,2023-05-01T19:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304500,Sample-Routine,Water,Surface Water,2023-05-01,17:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T22:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304500,Sample-Routine,Water,Surface Water,2023-05-01,17:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.146,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T22:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304741,Sample-Routine,Water,Surface Water,2023-05-01,17:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T22:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304741,Sample-Routine,Water,Surface Water,2023-05-01,17:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.117,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-01T22:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304675,Sample-Routine,Water,Surface Water,2023-05-01,19:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T00:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304675,Sample-Routine,Water,Surface Water,2023-05-01,19:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.097,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T00:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304605,Sample-Routine,Water,Surface Water,2023-05-01,19:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T00:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304605,Sample-Routine,Water,Surface Water,2023-05-01,19:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.190,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T00:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301757,Sample-Routine,Water,Surface Water,2023-05-01,19:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.403,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-05-02T00:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301757,Sample-Routine,Water,Surface Water,2023-05-01,19:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,33.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,NA,NA,NA,NA,2023-05-18,NWIS,5,2023-05-02T00:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301764,Sample-Routine,Water,Surface Water,2023-05-01,20:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.570,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-05-02T01:58:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301764,Sample-Routine,Water,Surface Water,2023-05-01,20:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,74.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,NA,NA,NA,NA,2023-05-18,NWIS,5,2023-05-02T01:58:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304501,Sample-Routine,Water,Surface Water,2023-05-01,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304501,Sample-Routine,Water,Surface Water,2023-05-01,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.212,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304552,Sample-Routine,Water,Surface Water,2023-05-02,01:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.58,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T06:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304552,Sample-Routine,Water,Surface Water,2023-05-02,01:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.482,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T06:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301765,Sample-Routine,Water,Surface Water,2023-05-02,04:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.835,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-05-02T09:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301765,Sample-Routine,Water,Surface Water,2023-05-02,04:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,NA,NA,NA,NA,2023-05-18,NWIS,5,2023-05-02T09:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304676,Sample-Routine,Water,Surface Water,2023-05-02,04:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T09:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304676,Sample-Routine,Water,Surface Water,2023-05-02,04:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.159,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T09:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301769,Sample-Routine,Water,Surface Water,2023-05-02,04:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,35.4,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,NA,NA,NA,NA,2023-05-18,NWIS,5,2023-05-02T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301769,Sample-Routine,Water,Surface Water,2023-05-02,04:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.178,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-05-02T09:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301758,Sample-Routine,Water,Surface Water,2023-05-02,07:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,36.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,NA,NA,NA,NA,2023-05-18,NWIS,5,2023-05-02T12:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301758,Sample-Routine,Water,Surface Water,2023-05-02,07:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.544,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-05-02T12:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304742,Sample-Routine,Water,Surface Water,2023-05-02,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.13,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304742,Sample-Routine,Water,Surface Water,2023-05-02,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.110,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304553,Sample-Routine,Water,Surface Water,2023-05-02,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.49,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304553,Sample-Routine,Water,Surface Water,2023-05-02,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.434,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304554,Sample-Routine,Water,Surface Water,2023-05-02,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.47,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304554,Sample-Routine,Water,Surface Water,2023-05-02,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.423,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304606,Sample-Routine,Water,Surface Water,2023-05-02,09:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.41,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T14:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304606,Sample-Routine,Water,Surface Water,2023-05-02,09:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.331,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T14:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304502,Sample-Routine,Water,Surface Water,2023-05-02,09:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.346,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T14:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304502,Sample-Routine,Water,Surface Water,2023-05-02,09:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.41,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T14:46:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304677,Sample-Routine,Water,Surface Water,2023-05-02,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.34,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304677,Sample-Routine,Water,Surface Water,2023-05-02,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.275,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T15:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304607,Sample-Routine,Water,Surface Water,2023-05-02,10:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.42,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T15:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304607,Sample-Routine,Water,Surface Water,2023-05-02,10:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.341,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-02T15:40:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-347022812,Sample-Routine,Water,NA,2023-05-02,10:45:00,CDT,2023-05-02,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.442,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-05-12,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-05-02T15:45:00Z,5,2023-05-02T15:45:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301770,Sample-Routine,Water,Surface Water,2023-05-02,14:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.197,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-05-02T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301770,Sample-Routine,Water,Surface Water,2023-05-02,14:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,29.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,NA,NA,NA,NA,2023-05-18,NWIS,5,2023-05-02T19:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304678,Sample-Routine,Water,Surface Water,2023-05-02,19:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.31,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-03T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304678,Sample-Routine,Water,Surface Water,2023-05-02,19:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.252,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-03T00:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304503,Sample-Routine,Water,Surface Water,2023-05-03,03:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-03T08:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304503,Sample-Routine,Water,Surface Water,2023-05-03,03:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.251,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-03T08:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301759,Sample-Routine,Water,Surface Water,2023-05-03,04:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.619,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-05-03T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301759,Sample-Routine,Water,Surface Water,2023-05-03,04:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,41.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,NA,NA,NA,NA,2023-05-18,NWIS,5,2023-05-03T09:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304555,Sample-Routine,Water,Surface Water,2023-05-03,04:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.290,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-03T09:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304555,Sample-Routine,Water,Surface Water,2023-05-03,04:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-03T09:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304608,Sample-Routine,Water,Surface Water,2023-05-03,13:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.160,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-03T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304608,Sample-Routine,Water,Surface Water,2023-05-03,13:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-03T18:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301771,Sample-Routine,Water,Surface Water,2023-05-03,20:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.146,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-05-04T01:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301771,Sample-Routine,Water,Surface Water,2023-05-03,20:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,29.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,NA,NA,NA,NA,2023-05-18,NWIS,5,2023-05-04T01:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304504,Sample-Routine,Water,Surface Water,2023-05-04,00:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-04T05:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304504,Sample-Routine,Water,Surface Water,2023-05-04,00:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.177,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-04T05:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304679,Sample-Routine,Water,Surface Water,2023-05-04,00:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.154,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-04T05:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304679,Sample-Routine,Water,Surface Water,2023-05-04,00:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-04T05:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301760,Sample-Routine,Water,Surface Water,2023-05-04,01:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.349,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-13,holding time exceeded,NA,NA,NA,2023-06-12,NWIS,5,2023-05-04T06:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301760,Sample-Routine,Water,Surface Water,2023-05-04,01:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,42.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-05-20,NA,NA,NA,NA,2023-05-18,NWIS,5,2023-05-04T06:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304556,Sample-Routine,Water,Surface Water,2023-05-04,01:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-04T06:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304556,Sample-Routine,Water,Surface Water,2023-05-04,01:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.191,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-04T06:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304743,Sample-Routine,Water,Surface Water,2023-05-04,05:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.062,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-04T10:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304743,Sample-Routine,Water,Surface Water,2023-05-04,05:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-04T10:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302607,Sample-Routine,Water,Surface Water,2023-05-04,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.082,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2023-06-13,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2023-05-04T14:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302607,Sample-Routine,Water,Surface Water,2023-05-04,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,4.79,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-04T14:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302607,Sample-Routine,Water,Surface Water,2023-05-04,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.08,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-04T14:05:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-347707758,Sample-Routine,Water,NA,2023-05-08,10:30:00,CDT,2023-05-08,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0776,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-05-12,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-05-08T15:30:00Z,5,2023-05-08T15:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-347707641,Sample-Routine,Water,NA,2023-05-09,09:00:00,CDT,2023-05-09,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0262,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-05-18,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-05-09T14:00:00Z,5,2023-05-09T14:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-348933403,Sample-Routine,Water,NA,2023-05-10,10:00:00,CDT,2023-05-10,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,CO_04_CMP23,WIDNR_WQX,WIDNR_WQX-10057468,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.149,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-05-23,NA,Lower Quantitation Limit,0.018,mg/L,NA,STORET,5,2023-05-10T15:00:00Z,5,2023-05-10T15:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304744,Sample-Routine,Water,Surface Water,2023-05-15,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-15T15:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304744,Sample-Routine,Water,Surface Water,2023-05-15,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.070,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-15T15:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304557,Sample-Routine,Water,Surface Water,2023-05-15,10:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-15T15:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304557,Sample-Routine,Water,Surface Water,2023-05-15,10:39:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.165,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-15T15:39:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304609,Sample-Routine,Water,Surface Water,2023-05-15,11:12:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-15T16:12:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304609,Sample-Routine,Water,Surface Water,2023-05-15,11:12:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.101,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-15T16:12:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304505,Sample-Routine,Water,Surface Water,2023-05-15,11:36:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-15T16:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304505,Sample-Routine,Water,Surface Water,2023-05-15,11:36:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.175,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-15T16:36:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304680,Sample-Routine,Water,Surface Water,2023-05-15,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-15T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304680,Sample-Routine,Water,Surface Water,2023-05-15,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.158,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-15T17:15:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-348268310,Sample-Routine,Water,NA,2023-05-15,13:00:00,CDT,2023-05-15,13:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10010769,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0718,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-05-22,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-05-15T18:00:00Z,5,2023-05-15T18:25:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304745,Sample-Routine,Water,Surface Water,2023-05-16,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-16T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304745,Sample-Routine,Water,Surface Water,2023-05-16,08:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.070,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-16T13:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304558,Sample-Routine,Water,Surface Water,2023-05-16,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-16T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304558,Sample-Routine,Water,Surface Water,2023-05-16,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.165,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-16T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304506,Sample-Routine,Water,Surface Water,2023-05-16,09:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.21,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-16T14:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304506,Sample-Routine,Water,Surface Water,2023-05-16,09:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.177,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-16T14:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304681,Sample-Routine,Water,Surface Water,2023-05-16,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.19,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-16T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304681,Sample-Routine,Water,Surface Water,2023-05-16,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.162,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-16T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304610,Sample-Routine,Water,Surface Water,2023-05-16,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-16T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304610,Sample-Routine,Water,Surface Water,2023-05-16,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.100,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-16T15:25:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-348295110,Sample-Routine,Water,NA,2023-05-16,12:45:00,CDT,2023-05-16,13:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.148,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-05-22,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-05-16T17:45:00Z,5,2023-05-16T18:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-348919154,Sample-Routine,Water,NA,2023-05-16,13:00:00,CDT,2023-05-16,13:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.306,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-05-25,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-05-16T18:00:00Z,5,2023-05-16T18:00:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301772,Sample-Routine,Water,Surface Water,2023-05-16,13:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.089,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-23,holding time exceeded,NA,NA,NA,2023-06-21,NWIS,5,2023-05-16T18:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301772,Sample-Routine,Water,Surface Water,2023-05-16,13:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,52.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-06-02,NA,NA,NA,NA,2023-06-02,NWIS,5,2023-05-16T18:20:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-348924544,Sample-Routine,Water,NA,2023-05-16,13:30:00,CDT,2023-05-16,13:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0716,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-05-30,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-05-16T18:30:00Z,5,2023-05-16T18:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301762,Sample-Routine,Water,Surface Water,2023-05-17,12:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.274,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-23,holding time exceeded,NA,NA,NA,2023-06-21,NWIS,5,2023-05-17T17:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301762,Sample-Routine,Water,Surface Water,2023-05-17,12:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-06-02,NA,NA,NA,NA,2023-06-02,NWIS,5,2023-05-17T17:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301766,Sample-Routine,Water,Surface Water,2023-05-17,13:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,98.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-06-02,NA,NA,NA,NA,2023-06-02,NWIS,5,2023-05-17T18:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02301766,Sample-Routine,Water,Surface Water,2023-05-17,13:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.105,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-23,holding time exceeded,NA,NA,NA,2023-06-21,NWIS,5,2023-05-17T18:35:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-349487451,Sample-Routine,Water,NA,2023-05-22,18:00:00,CDT,2023-05-22,18:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.105,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-01,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-05-22T23:00:00Z,5,2023-05-22T23:20:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304746,Sample-Routine,Water,Surface Water,2023-05-23,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-23T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304746,Sample-Routine,Water,Surface Water,2023-05-23,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.044,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-23T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304559,Sample-Routine,Water,Surface Water,2023-05-23,08:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-23T13:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304559,Sample-Routine,Water,Surface Water,2023-05-23,08:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.172,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-23T13:37:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-349487439,Sample-Routine,Water,NA,2023-05-23,10:00:00,CDT,2023-05-23,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.140,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-01,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-05-23T15:00:00Z,5,2023-05-23T15:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-349487427,Sample-Routine,Water,NA,2023-05-23,10:40:00,CDT,2023-05-23,10:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.323,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-01,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-05-23T15:40:00Z,5,2023-05-23T15:40:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304507,Sample-Routine,Water,Surface Water,2023-05-23,11:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.25,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-23T16:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304507,Sample-Routine,Water,Surface Water,2023-05-23,11:42:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.204,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-23T16:42:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304682,Sample-Routine,Water,Surface Water,2023-05-23,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-23T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304682,Sample-Routine,Water,Surface Water,2023-05-23,12:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.184,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-23T17:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304611,Sample-Routine,Water,Surface Water,2023-05-23,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-23T17:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304611,Sample-Routine,Water,Surface Water,2023-05-23,12:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.107,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-05-23T17:30:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-349486964,Sample-Routine,Water,NA,2023-05-23,14:00:00,CDT,2023-05-23,14:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.221,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-01,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-05-23T19:00:00Z,5,2023-05-23T19:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-349486992,Sample-Routine,Water,NA,2023-05-24,09:00:00,CDT,2023-05-24,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.265,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-01,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-05-24T14:00:00Z,5,2023-05-24T14:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-348268205,Sample-Routine,Water,NA,2023-05-24,11:45:00,CDT,2023-05-24,11:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0477,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-01,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-05-24T16:45:00Z,5,2023-05-24T16:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-348268205,Sample-Routine,Water,NA,2023-05-24,11:45:00,CDT,2023-05-24,11:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,22.3,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2023-06-15,NA,Lower Quantitation Limit,4.55,mg/L,NA,STORET,5,2023-05-24T16:45:00Z,5,2023-05-24T16:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350695308,Sample-Routine,Water,NA,2023-06-05,09:40:00,CDT,2023-06-05,09:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0779,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-09,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-05T14:40:00Z,5,2023-06-05T14:40:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304508,Sample-Routine,Water,Surface Water,2023-06-06,07:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.50,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-06T12:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304508,Sample-Routine,Water,Surface Water,2023-06-06,07:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.466,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-06T12:48:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304683,Sample-Routine,Water,Surface Water,2023-06-06,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.409,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-06T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304683,Sample-Routine,Water,Surface Water,2023-06-06,08:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.46,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-06T13:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304560,Sample-Routine,Water,Surface Water,2023-06-06,08:23:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.82,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-06T13:23:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304560,Sample-Routine,Water,Surface Water,2023-06-06,08:23:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.721,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-06T13:23:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304612,Sample-Routine,Water,Surface Water,2023-06-06,08:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-06T13:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304612,Sample-Routine,Water,Surface Water,2023-06-06,08:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.247,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-06T13:35:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350730420,Sample-Routine,Water,NA,2023-06-06,10:15:00,CDT,2023-06-06,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.199,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-20,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-06T15:15:00Z,5,2023-06-06T15:15:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302608,Sample-Routine,Water,Surface Water,2023-06-08,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,31.7,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2023-06-12,NA,Detection limit by DQCALC,0.02,mg/l,NA,NWIS,5,2023-06-08T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302608,Sample-Routine,Water,Surface Water,2023-06-08,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.54,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-08T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302608,Sample-Routine,Water,Surface Water,2023-06-08,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.348,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-08T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302608,Sample-Routine,Water,Surface Water,2023-06-08,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.086,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2023-07-20,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2023-06-08T13:50:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350755272,Sample-Routine,Water,NA,2023-06-12,09:10:00,CDT,2023-06-12,09:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0688,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-20,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-12T14:10:00Z,5,2023-06-12T14:25:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350756561,Sample-Routine,Water,NA,2023-06-12,19:30:00,CDT,2023-06-12,19:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.761,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-21,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-13T00:30:00Z,5,2023-06-13T00:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350756573,Sample-Routine,Water,NA,2023-06-12,19:45:00,CDT,2023-06-12,19:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.103,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-21,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-13T00:45:00Z,5,2023-06-13T00:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350080739,Sample-Routine,Water,NA,2023-06-13,11:28:00,CDT,2023-06-13,11:28:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0910,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-20,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-13T16:28:00Z,5,2023-06-13T16:28:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350080739,Sample-Routine,Water,NA,2023-06-13,11:28:00,CDT,2023-06-13,11:28:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,31.1,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2023-06-19,NA,Lower Quantitation Limit,4.55,mg/L,NA,STORET,5,2023-06-13T16:28:00Z,5,2023-06-13T16:28:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350756597,Sample-Routine,Water,NA,2023-06-14,08:17:00,CDT,2023-06-14,08:17:00,CDT,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.171,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-21,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-14T13:17:00Z,5,2023-06-14T13:17:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350755841,Sample-Routine,Water,NA,2023-06-14,13:00:00,CDT,2023-06-14,13:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10010769,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.133,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-21,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-14T18:00:00Z,5,2023-06-14T18:20:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302554,Sample-Routine,Water,Surface Water,2023-06-15,09:41:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.142,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-30,NA,NA,NA,NA,2023-06-29,NWIS,5,2023-06-15T14:41:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302554,Sample-Routine,Water,Surface Water,2023-06-15,09:41:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,109,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-06-27,sample was diluted,NA,NA,NA,2023-06-23,NWIS,5,2023-06-15T14:41:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304747,Sample-Routine,Water,Surface Water,2023-06-15,10:07:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-15T15:07:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304747,Sample-Routine,Water,Surface Water,2023-06-15,10:07:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.069,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-15T15:07:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304561,Sample-Routine,Water,Surface Water,2023-06-15,11:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-15T16:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304561,Sample-Routine,Water,Surface Water,2023-06-15,11:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.183,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-15T16:20:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304509,Sample-Routine,Water,Surface Water,2023-06-15,11:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.52,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-15T16:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304509,Sample-Routine,Water,Surface Water,2023-06-15,11:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.438,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-15T16:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304684,Sample-Routine,Water,Surface Water,2023-06-15,12:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.22,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-15T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304684,Sample-Routine,Water,Surface Water,2023-06-15,12:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.179,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-15T17:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304613,Sample-Routine,Water,Surface Water,2023-06-15,12:33:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-15T17:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304613,Sample-Routine,Water,Surface Water,2023-06-15,12:33:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.139,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-15T17:33:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302552,Sample-Routine,Water,Surface Water,2023-06-15,13:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.474,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-30,NA,NA,NA,NA,2023-06-29,NWIS,5,2023-06-15T18:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302552,Sample-Routine,Water,Surface Water,2023-06-15,13:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,56.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-06-27,NA,NA,NA,NA,2023-06-23,NWIS,5,2023-06-15T18:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302553,Sample-Routine,Water,Surface Water,2023-06-15,14:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,276,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-06-27,sample was diluted,NA,NA,NA,2023-06-23,NWIS,5,2023-06-15T19:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302553,Sample-Routine,Water,Surface Water,2023-06-15,14:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.166,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-06-30,NA,NA,NA,NA,2023-06-29,NWIS,5,2023-06-15T19:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304748,Sample-Routine,Water,Surface Water,2023-06-19,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.11,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-19T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304748,Sample-Routine,Water,Surface Water,2023-06-19,07:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.058,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-19T12:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304562,Sample-Routine,Water,Surface Water,2023-06-19,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-19T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304562,Sample-Routine,Water,Surface Water,2023-06-19,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.190,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-19T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304685,Sample-Routine,Water,Surface Water,2023-06-19,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.33,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-19T14:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304685,Sample-Routine,Water,Surface Water,2023-06-19,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.289,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-19T14:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304614,Sample-Routine,Water,Surface Water,2023-06-19,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-19T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304614,Sample-Routine,Water,Surface Water,2023-06-19,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.147,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-19T14:30:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350757345,Sample-Routine,Water,NA,2023-06-19,14:00:00,CDT,2023-06-19,14:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.184,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-23,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-19T19:00:00Z,5,2023-06-19T19:05:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350757357,Sample-Routine,Water,NA,2023-06-19,14:00:00,CDT,2023-06-19,14:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.185,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-23,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-19T19:00:00Z,5,2023-06-19T19:05:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350757333,Sample-Routine,Water,NA,2023-06-19,15:00:00,CDT,2023-06-19,15:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.575,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-23,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-19T20:00:00Z,5,2023-06-19T20:05:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350763986,Sample-Routine,Water,NA,2023-06-19,18:00:00,CDT,2023-06-19,18:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.233,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-23,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-19T23:00:00Z,5,2023-06-19T23:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350763998,Sample-Routine,Water,NA,2023-06-20,02:05:00,CDT,2023-06-20,02:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.124,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-23,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-20T07:05:00Z,5,2023-06-20T07:25:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350813472,Sample-Routine,Water,NA,2023-06-21,10:10:00,CDT,2023-06-21,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.373,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-30,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-21T15:10:00Z,5,2023-06-21T15:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304615,Sample-Routine,Water,Surface Water,2023-06-25,19:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-26T00:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304615,Sample-Routine,Water,Surface Water,2023-06-25,19:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.058,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-26T00:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304616,Sample-Routine,Water,Surface Water,2023-06-25,20:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.54,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-26T01:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304616,Sample-Routine,Water,Surface Water,2023-06-25,20:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.076,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-26T01:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304617,Sample-Routine,Water,Surface Water,2023-06-26,00:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-26T05:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304617,Sample-Routine,Water,Surface Water,2023-06-26,00:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.071,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-26T05:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302545,Sample-Routine,Water,Surface Water,2023-06-26,00:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.756,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-07-17,NA,NA,NA,NA,2023-07-12,NWIS,5,2023-06-26T05:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302545,Sample-Routine,Water,Surface Water,2023-06-26,00:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,44.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-07-07,NA,NA,NA,NA,2023-07-06,NWIS,5,2023-06-26T05:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302546,Sample-Routine,Water,Surface Water,2023-06-26,03:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.911,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-07-17,sample was diluted,NA,NA,NA,2023-07-12,NWIS,5,2023-06-26T08:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302546,Sample-Routine,Water,Surface Water,2023-06-26,03:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,45.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-07-07,NA,NA,NA,NA,2023-07-06,NWIS,5,2023-06-26T08:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302547,Sample-Routine,Water,Surface Water,2023-06-26,10:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.918,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-07-17,sample was diluted,NA,NA,NA,2023-07-12,NWIS,5,2023-06-26T15:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302547,Sample-Routine,Water,Surface Water,2023-06-26,10:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,30.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-07-07,NA,NA,NA,NA,2023-07-06,NWIS,5,2023-06-26T15:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302548,Sample-Routine,Water,Surface Water,2023-06-26,17:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.842,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-07-17,sample was diluted,NA,NA,NA,2023-07-12,NWIS,5,2023-06-26T22:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302548,Sample-Routine,Water,Surface Water,2023-06-26,17:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,35.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-07-07,NA,NA,NA,NA,2023-07-06,NWIS,5,2023-06-26T22:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304510,Sample-Routine,Water,Surface Water,2023-06-26,17:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.63,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-26T22:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304510,Sample-Routine,Water,Surface Water,2023-06-26,17:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.561,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-26T22:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302549,Sample-Routine,Water,Surface Water,2023-06-27,00:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,40.0,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-07-07,NA,NA,NA,NA,2023-07-06,NWIS,5,2023-06-27T05:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302549,Sample-Routine,Water,Surface Water,2023-06-27,00:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.645,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-07-17,sample was diluted,NA,NA,NA,2023-07-12,NWIS,5,2023-06-27T05:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304511,Sample-Routine,Water,Surface Water,2023-06-27,00:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.62,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-27T05:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304511,Sample-Routine,Water,Surface Water,2023-06-27,00:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.504,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-27T05:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304686,Sample-Routine,Water,Surface Water,2023-06-27,04:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-27T09:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304686,Sample-Routine,Water,Surface Water,2023-06-27,04:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.192,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-27T09:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302550,Sample-Routine,Water,Surface Water,2023-06-27,07:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.656,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-07-17,NA,NA,NA,NA,2023-07-12,NWIS,5,2023-06-27T12:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302550,Sample-Routine,Water,Surface Water,2023-06-27,07:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,39.9,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-07-07,NA,NA,NA,NA,2023-07-06,NWIS,5,2023-06-27T12:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302551,Sample-Routine,Water,Surface Water,2023-06-27,14:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.597,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-07-17,NA,NA,NA,NA,2023-07-12,NWIS,5,2023-06-27T19:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302551,Sample-Routine,Water,Surface Water,2023-06-27,14:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,49.7,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-07-07,NA,NA,NA,NA,2023-07-06,NWIS,5,2023-06-27T19:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304512,Sample-Routine,Water,Surface Water,2023-06-27,21:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.63,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-28T02:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304512,Sample-Routine,Water,Surface Water,2023-06-27,21:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.576,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-06-28T02:35:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350833900,Sample-Routine,Water,NA,2023-06-28,13:41:00,CDT,2023-06-28,13:56:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.262,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-07-12,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-28T18:41:00Z,5,2023-06-28T18:56:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350813436,Sample-Routine,Water,NA,2023-06-28,13:59:00,CDT,2023-06-28,14:09:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.479,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-07-07,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-28T18:59:00Z,5,2023-06-28T19:09:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350843056,Sample-Routine,Water,NA,2023-06-30,17:55:00,CDT,2023-06-30,18:06:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.163,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-07-13,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-06-30T22:55:00Z,5,2023-06-30T23:06:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304687,Sample-Routine,Water,Surface Water,2023-07-05,06:41:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-05T11:41:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304687,Sample-Routine,Water,Surface Water,2023-07-05,06:41:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.197,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-05T11:41:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304618,Sample-Routine,Water,Surface Water,2023-07-05,08:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.207,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-05T13:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304618,Sample-Routine,Water,Surface Water,2023-07-05,08:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-05T13:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302609,Sample-Routine,Water,Surface Water,2023-07-06,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.190,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2023-08-03,NA,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2023-07-06T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302609,Sample-Routine,Water,Surface Water,2023-07-06,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,1.16,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-06T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302609,Sample-Routine,Water,Surface Water,2023-07-06,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.263,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-06T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302609,Sample-Routine,Water,Surface Water,2023-07-06,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,31.0,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2023-07-12,NA,Detection limit by DQCALC,0.05,mg/l,NA,NWIS,5,2023-07-06T13:45:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350966391,Sample-Routine,Water,NA,2023-07-09,19:00:00,CDT,2023-07-09,19:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,1.21,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-07-19,NA,Lower Quantitation Limit,0.06,mg/L,NA,STORET,5,2023-07-10T00:00:00Z,5,2023-07-10T00:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350966370,Sample-Routine,Water,NA,2023-07-09,19:30:00,CDT,2023-07-09,19:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.462,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-07-19,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-07-10T00:30:00Z,5,2023-07-10T00:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350911328,Sample-Routine,Water,NA,2023-07-10,09:00:00,CDT,2023-07-10,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0883,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-07-19,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-07-10T14:00:00Z,5,2023-07-10T14:20:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350911379,Sample-Routine,Water,NA,2023-07-10,09:00:00,CDT,2023-07-10,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.416,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-07-17,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-07-10T14:00:00Z,5,2023-07-10T14:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350911391,Sample-Routine,Water,NA,2023-07-11,09:45:00,CDT,2023-07-11,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.397,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-07-17,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-07-11T14:45:00Z,5,2023-07-11T15:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350911292,Sample-Routine,Water,NA,2023-07-11,10:45:00,CDT,2023-07-11,10:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.529,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-07-19,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-07-11T15:45:00Z,5,2023-07-11T15:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350966146,Sample-Routine,Water,NA,2023-07-12,09:05:00,CDT,2023-07-12,09:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.133,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-07-19,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-07-12T14:05:00Z,5,2023-07-12T14:05:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304619,Sample-Routine,Water,Surface Water,2023-07-14,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-15T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304619,Sample-Routine,Water,Surface Water,2023-07-14,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.050,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-15T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304688,Sample-Routine,Water,Surface Water,2023-07-15,02:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.36,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-15T07:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304688,Sample-Routine,Water,Surface Water,2023-07-15,02:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.183,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-15T07:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304689,Sample-Routine,Water,Surface Water,2023-07-15,10:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-15T15:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304689,Sample-Routine,Water,Surface Water,2023-07-15,10:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.097,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-15T15:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304690,Sample-Routine,Water,Surface Water,2023-07-17,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-17T14:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304690,Sample-Routine,Water,Surface Water,2023-07-17,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.188,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-17T14:45:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351241195,Sample-Routine,Water,NA,2023-07-17,10:00:00,CDT,2023-07-17,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.230,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-07-21,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-07-17T15:00:00Z,5,2023-07-17T15:20:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304620,Sample-Routine,Water,Surface Water,2023-07-17,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.24,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-17T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304620,Sample-Routine,Water,Surface Water,2023-07-17,10:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.178,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-17T15:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302620,Sample-Routine,Water,Surface Water,2023-07-18,08:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085138,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,84.6,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-07-26,NA,NA,NA,NA,2023-07-24,NWIS,5,2023-07-18T13:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302620,Sample-Routine,Water,Surface Water,2023-07-18,08:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085138,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.669,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-08-03,NA,NA,NA,NA,2023-08-02,NWIS,5,2023-07-18T13:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302621,Sample-Routine,Water,Surface Water,2023-07-18,09:34:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.233,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-08-03,NA,NA,NA,NA,2023-08-02,NWIS,5,2023-07-18T14:34:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302621,Sample-Routine,Water,Surface Water,2023-07-18,09:34:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,93.1,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-07-26,NA,NA,NA,NA,2023-07-24,NWIS,5,2023-07-18T14:34:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304749,Sample-Routine,Water,Surface Water,2023-07-18,10:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-18T15:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304749,Sample-Routine,Water,Surface Water,2023-07-18,10:01:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.054,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-18T15:01:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304563,Sample-Routine,Water,Surface Water,2023-07-18,10:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.62,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-18T15:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304563,Sample-Routine,Water,Surface Water,2023-07-18,10:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.560,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-18T15:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304621,Sample-Routine,Water,Surface Water,2023-07-18,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.183,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-18T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304621,Sample-Routine,Water,Surface Water,2023-07-18,11:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-18T16:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304691,Sample-Routine,Water,Surface Water,2023-07-18,11:21:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-18T16:21:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304691,Sample-Routine,Water,Surface Water,2023-07-18,11:21:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.201,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-18T16:21:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304513,Sample-Routine,Water,Surface Water,2023-07-18,11:47:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-18T16:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304513,Sample-Routine,Water,Surface Water,2023-07-18,11:47:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.286,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-18T16:47:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302619,Sample-Routine,Water,Surface Water,2023-07-18,12:29:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,278,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-07-26,sample was diluted,NA,NA,NA,2023-07-24,NWIS,5,2023-07-18T17:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302619,Sample-Routine,Water,Surface Water,2023-07-18,12:29:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.214,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-08-03,NA,NA,NA,NA,2023-08-02,NWIS,5,2023-07-18T17:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302618,Sample-Routine,Water,Surface Water,2023-07-18,13:21:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.609,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-08-03,NA,NA,NA,NA,2023-08-02,NWIS,5,2023-07-18T18:21:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302618,Sample-Routine,Water,Surface Water,2023-07-18,13:21:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,58.2,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-07-26,NA,NA,NA,NA,2023-07-24,NWIS,5,2023-07-18T18:21:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351002169,Sample-Routine,Water,NA,2023-07-19,13:21:00,CDT,2023-07-19,13:46:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.128,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-07-31,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-07-19T18:21:00Z,5,2023-07-19T18:46:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351446002,Sample-Routine,Water,NA,2023-07-24,12:10:00,CDT,2023-07-24,12:21:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.449,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-07-28,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-07-24T17:10:00Z,5,2023-07-24T17:21:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350958457,Sample-Routine,Water,NA,2023-07-26,12:53:00,CDT,2023-07-26,12:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,29.6,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2023-08-07,NA,Lower Quantitation Limit,4.55,mg/L,NA,STORET,5,2023-07-26T17:53:00Z,5,2023-07-26T17:53:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-350958457,Sample-Routine,Water,NA,2023-07-26,12:53:00,CDT,2023-07-26,12:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0792,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-08-02,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-07-26T17:53:00Z,5,2023-07-26T17:53:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304622,Sample-Routine,Water,Surface Water,2023-07-28,22:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-29T03:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304622,Sample-Routine,Water,Surface Water,2023-07-28,22:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.063,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-07-29T03:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304692,Sample-Routine,Water,Surface Water,2023-08-01,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.26,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-01T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304692,Sample-Routine,Water,Surface Water,2023-08-01,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.223,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-01T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304623,Sample-Routine,Water,Surface Water,2023-08-01,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-01T14:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304623,Sample-Routine,Water,Surface Water,2023-08-01,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.179,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-01T14:15:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351227433,Sample-Routine,Water,NA,2023-08-07,09:28:00,CDT,2023-08-07,09:35:00,CDT,0.3,ft,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.184,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-08-14,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-08-07T14:28:00Z,5,2023-08-07T14:35:00Z +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-SLV:202308071030:SR,Sample-Routine,Water,NA,2023-08-07,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-SLV,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Total,170,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,300_M,USEPA,300 M ~ Determination of Anions by IC,NA,NA,2023-08-10,NA,Instrument Detection Level,3.2,mg/L,NA,STORET,5,2023-08-07T15:30:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351447175,Sample-Routine,Water,NA,2023-08-07,19:45:00,CDT,2023-08-07,19:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,1.61,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-08-18,NA,Lower Quantitation Limit,0.06,mg/L,NA,STORET,5,2023-08-08T00:45:00Z,5,2023-08-08T00:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351447205,Sample-Routine,Water,NA,2023-08-07,20:00:00,CDT,2023-08-07,20:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.277,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-08-18,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-08-08T01:00:00Z,5,2023-08-08T01:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351227763,Sample-Routine,Water,NA,2023-08-08,08:20:00,CDT,2023-08-08,08:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.551,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-08-14,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-08-08T13:20:00Z,5,2023-08-08T13:20:00Z +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-OL:202308081009:SR,Sample-Routine,Water,NA,2023-08-08,10:09:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-OL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Total,160,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,300_M,USEPA,300 M ~ Determination of Anions by IC,NA,NA,2023-08-11,NA,Instrument Detection Level,1.6,mg/L,NA,STORET,5,2023-08-08T15:09:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351227750,Sample-Routine,Water,NA,2023-08-08,14:15:00,CDT,2023-08-08,14:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.178,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-08-14,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-08-08T19:15:00Z,5,2023-08-08T19:35:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304757,Sample-Routine,Water,Surface Water,2023-08-09,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.047,mg/l as N,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00618,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-09T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304757,Sample-Routine,Water,Surface Water,2023-08-09,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.218,mg/l as P,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL021,USGS,"P, wu, WCA, persulfate CF color",NA,"USGS-National Water Quality Lab, Denver, CO",2023-09-08,sample was diluted,Detection limit by DQCALC,0.003,mg/l as P,NA,NWIS,5,2023-08-09T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304757,Sample-Routine,Water,Surface Water,2023-08-09,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,37.5,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2023-08-24,NA,Detection limit by DQCALC,0.05,mg/l,NA,NWIS,5,2023-08-09T13:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304757,Sample-Routine,Water,Surface Water,2023-08-09,08:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Nitrate,Dissolved,0.207,mg/l asNO3,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,NA,71851,NA,NA,NA,NA,NA,ALGOR,USGS,Computation by NWIS algorithm,"NWIS User's Manual, QW System, Section 3.6.7",NA,NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-09T13:50:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351447010,Sample-Routine,Water,NA,2023-08-09,09:10:00,CDT,2023-08-09,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0813,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-08-18,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-08-09T14:10:00Z,5,2023-08-09T14:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304624,Sample-Routine,Water,Surface Water,2023-08-14,14:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-14T19:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304624,Sample-Routine,Water,Surface Water,2023-08-14,14:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.074,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-14T19:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304693,Sample-Routine,Water,Surface Water,2023-08-14,15:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.23,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-14T20:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304693,Sample-Routine,Water,Surface Water,2023-08-14,15:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.121,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-14T20:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304694,Sample-Routine,Water,Surface Water,2023-08-14,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-15T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304694,Sample-Routine,Water,Surface Water,2023-08-14,23:50:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.081,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-15T04:50:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304695,Sample-Routine,Water,Surface Water,2023-08-15,07:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-15T12:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304695,Sample-Routine,Water,Surface Water,2023-08-15,07:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.072,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-15T12:15:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304750,Sample-Routine,Water,Surface Water,2023-08-15,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-15T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304750,Sample-Routine,Water,Surface Water,2023-08-15,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.076,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-15T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304564,Sample-Routine,Water,Surface Water,2023-08-15,09:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-15T14:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304514,Sample-Routine,Water,Surface Water,2023-08-15,09:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.083,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-15T14:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304514,Sample-Routine,Water,Surface Water,2023-08-15,09:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-15T14:35:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351447748,Sample-Routine,Water,NA,2023-08-15,10:00:00,CDT,2023-08-15,10:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10010769,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.237,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-08-28,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-08-15T15:00:00Z,5,2023-08-15T15:15:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304696,Sample-Routine,Water,Surface Water,2023-08-15,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-15T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304696,Sample-Routine,Water,Surface Water,2023-08-15,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.123,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-15T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304625,Sample-Routine,Water,Surface Water,2023-08-15,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-15T15:30:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351447972,Sample-Routine,Water,NA,2023-08-15,12:31:00,CDT,2023-08-15,12:48:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.571,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-08-18,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-08-15T17:31:00Z,5,2023-08-15T17:48:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302940,Sample-Routine,Water,Surface Water,2023-08-16,14:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.262,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-09-15,holding time exceeded,NA,NA,NA,2023-09-15,NWIS,5,2023-08-16T19:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302940,Sample-Routine,Water,Surface Water,2023-08-16,14:38:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,123,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-08-23,sample was diluted,NA,NA,NA,2023-08-22,NWIS,5,2023-08-16T19:38:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304515,Sample-Routine,Water,Surface Water,2023-08-17,10:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.30,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-17T15:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304515,Sample-Routine,Water,Surface Water,2023-08-17,10:04:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.251,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-17T15:04:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304697,Sample-Routine,Water,Surface Water,2023-08-17,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-17T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304697,Sample-Routine,Water,Surface Water,2023-08-17,10:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.126,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-17T15:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304565,Sample-Routine,Water,Surface Water,2023-08-17,10:54:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.28,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-17T15:54:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304565,Sample-Routine,Water,Surface Water,2023-08-17,10:54:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.245,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-17T15:54:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351109753,Sample-Routine,Water,NA,2023-08-17,11:16:00,CDT,2023-08-17,11:16:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,34.5,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2023-08-28,NA,Lower Quantitation Limit,4.55,mg/L,NA,STORET,5,2023-08-17T16:16:00Z,5,2023-08-17T16:16:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351109753,Sample-Routine,Water,NA,2023-08-17,11:16:00,CDT,2023-08-17,11:16:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.119,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-08-28,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-08-17T16:16:00Z,5,2023-08-17T16:16:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304751,Sample-Routine,Water,Surface Water,2023-08-17,11:32:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.06,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-17T16:32:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304751,Sample-Routine,Water,Surface Water,2023-08-17,11:32:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.054,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-17T16:32:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304626,Sample-Routine,Water,Surface Water,2023-08-17,12:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-17T17:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304626,Sample-Routine,Water,Surface Water,2023-08-17,12:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.069,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-17T17:00:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302937,Sample-Routine,Water,Surface Water,2023-08-18,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.566,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-09-15,NA,NA,NA,NA,2023-09-15,NWIS,5,2023-08-18T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302937,Sample-Routine,Water,Surface Water,2023-08-18,09:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,44.3,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-08-23,NA,NA,NA,NA,2023-08-22,NWIS,5,2023-08-18T14:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302939,Sample-Routine,Water,Surface Water,2023-08-18,11:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.236,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-09-15,NA,NA,NA,NA,2023-09-15,NWIS,5,2023-08-18T16:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302939,Sample-Routine,Water,Surface Water,2023-08-18,11:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,197,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-08-23,sample was diluted,NA,NA,NA,2023-08-22,NWIS,5,2023-08-18T16:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302938,Sample-Routine,Water,Surface Water,2023-08-21,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085138,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.393,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-09-15,NA,NA,NA,NA,2023-09-15,NWIS,5,2023-08-21T13:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02302938,Sample-Routine,Water,Surface Water,2023-08-21,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085138,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,67.5,mg/l,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00940,NA,NA,NA,NA,NA,FCN01,USGS,"Chloride,wf,FIA ferricyanide(WI)",NA,University of Wisconsin Extension,2023-08-23,NA,NA,NA,NA,2023-08-22,NWIS,5,2023-08-21T13:45:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351485100,Sample-Routine,Water,NA,2023-08-21,10:01:00,CDT,2023-08-21,10:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.139,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-08-29,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-08-21T15:01:00Z,5,2023-08-21T15:20:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351484682,Sample-Routine,Water,NA,2023-08-21,10:15:00,CDT,2023-08-21,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.222,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-01,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-08-21T15:15:00Z,5,2023-08-21T15:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351484699,Sample-Routine,Water,NA,2023-08-21,10:15:00,CDT,2023-08-21,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.215,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-01,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-08-21T15:15:00Z,5,2023-08-21T15:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351484873,Sample-Routine,Water,NA,2023-08-21,18:00:00,CDT,2023-08-21,18:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.206,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-06,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-08-21T23:00:00Z,5,2023-08-21T23:20:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351498313,Sample-Routine,Water,NA,2023-08-23,09:20:00,CDT,2023-08-23,09:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.485,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-06,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-08-23T14:20:00Z,5,2023-08-23T14:20:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351498301,Sample-Routine,Water,NA,2023-08-23,10:02:00,CDT,2023-08-23,10:02:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.809,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-06,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-08-23T15:02:00Z,5,2023-08-23T15:02:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304752,Sample-Routine,Water,Surface Water,2023-08-29,07:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.07,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-29T12:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304752,Sample-Routine,Water,Surface Water,2023-08-29,07:37:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,Not Detected,Phosphorus,Dissolved,NA,NA,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,Historical Lower Reporting Limit,0.023,mg/l as P,NA,NWIS,5,2023-08-29T12:37:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304516,Sample-Routine,Water,Surface Water,2023-08-29,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.32,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-29T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304516,Sample-Routine,Water,Surface Water,2023-08-29,08:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.262,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-29T13:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304698,Sample-Routine,Water,Surface Water,2023-08-29,08:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-29T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304698,Sample-Routine,Water,Surface Water,2023-08-29,08:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.077,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-29T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304566,Sample-Routine,Water,Surface Water,2023-08-29,08:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-29T13:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304566,Sample-Routine,Water,Surface Water,2023-08-29,08:53:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.146,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-29T13:53:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304627,Sample-Routine,Water,Surface Water,2023-08-29,09:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.14,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-29T14:10:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304627,Sample-Routine,Water,Surface Water,2023-08-29,09:10:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.108,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-08-29T14:10:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351607173,Sample-Routine,Water,NA,2023-09-05,08:45:00,CDT,2023-09-05,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10043279,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0721,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-13,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-09-05T13:45:00Z,5,2023-09-05T13:45:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304758,Sample-Routine,Water,Surface Water,2023-09-06,08:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040851385,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Chloride,Dissolved,30.5,mg/l,NA,Accepted,NA,Actual,NA,NA,NA,NA,NA,Hold time parameters were exceeded during the collection to analysis phase of sample processing.,00940,NA,NA,NA,NA,NA,IC022,USGS,"Anions, wf, IC","Standard Methods (22d ed), 2012, p 4-5 - 4-7","USGS-National Water Quality Lab, Denver, CO",2023-12-01,holding time exceededsee result laboratory comment,Detection limit by DQCALC,0.05,mg/l,NA,NWIS,5,2023-09-06T13:45:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351607125,Sample-Routine,Water,NA,2023-09-06,10:02:00,CDT,2023-09-06,10:27:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.184,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-15,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-09-06T15:02:00Z,5,2023-09-06T15:27:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304753,Sample-Routine,Water,Surface Water,2023-09-12,07:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-12T12:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304753,Sample-Routine,Water,Surface Water,2023-09-12,07:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.052,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-12T12:30:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304699,Sample-Routine,Water,Surface Water,2023-09-12,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.16,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-12T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304699,Sample-Routine,Water,Surface Water,2023-09-12,08:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.117,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-12T13:25:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304628,Sample-Routine,Water,Surface Water,2023-09-12,14:21:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-12T19:21:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304628,Sample-Routine,Water,Surface Water,2023-09-12,14:21:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.087,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-12T19:21:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351850994,Sample-Routine,Water,NA,2023-09-12,14:30:00,CDT,2023-09-12,14:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-053683,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.101,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-21,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-09-12T19:30:00Z,5,2023-09-12T19:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351851007,Sample-Routine,Water,NA,2023-09-13,08:55:00,CDT,2023-09-13,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10034510,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0542,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-21,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-09-13T13:55:00Z,5,2023-09-13T14:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351948419,Sample-Routine,Water,NA,2023-09-14,12:00:00,CDT,2023-09-14,12:00:00,CDT,NA,NA,NA,NA,NA,NA,NA,CO_04_CMP23,WIDNR_WQX,WIDNR_WQX-10057468,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0576,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-22,NA,Lower Quantitation Limit,0.009,mg/L,NA,STORET,5,2023-09-14T17:00:00Z,5,2023-09-14T17:00:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351896428,Sample-Routine,Water,NA,2023-09-18,08:30:00,CDT,2023-09-18,08:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.184,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-26,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-09-18T13:30:00Z,5,2023-09-18T13:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304517,Sample-Routine,Water,Surface Water,2023-09-18,09:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.20,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-18T14:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304517,Sample-Routine,Water,Surface Water,2023-09-18,09:35:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085068,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.165,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-18T14:35:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304700,Sample-Routine,Water,Surface Water,2023-09-18,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.12,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-18T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304700,Sample-Routine,Water,Surface Water,2023-09-18,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.097,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-18T15:05:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304754,Sample-Routine,Water,Surface Water,2023-09-18,10:32:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.08,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-18T15:32:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304754,Sample-Routine,Water,Surface Water,2023-09-18,10:32:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.053,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-18T15:32:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304567,Sample-Routine,Water,Surface Water,2023-09-18,11:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.17,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-18T16:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304567,Sample-Routine,Water,Surface Water,2023-09-18,11:24:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085074,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.128,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-18T16:24:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304629,Sample-Routine,Water,Surface Water,2023-09-18,11:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.10,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-18T16:58:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304629,Sample-Routine,Water,Surface Water,2023-09-18,11:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.078,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-18T16:58:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351896493,Sample-Routine,Water,NA,2023-09-20,16:00:00,CDT,2023-09-20,16:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10016502,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.165,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-26,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-09-20T21:00:00Z,5,2023-09-20T21:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351896483,Sample-Routine,Water,NA,2023-09-21,13:30:00,CDT,2023-09-21,13:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10010769,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0855,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-26,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-09-21T18:30:00Z,5,2023-09-21T18:45:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02303605,Sample-Routine,Water,Surface Water,2023-09-25,06:49:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072150,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.171,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-10-25,holding time exceeded,NA,NA,NA,2023-10-24,NWIS,5,2023-09-25T11:49:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02303603,Sample-Routine,Water,Surface Water,2023-09-25,07:21:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085138,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.592,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-10-25,holding time exceededsample was diluted,NA,NA,NA,2023-10-24,NWIS,5,2023-09-25T12:21:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02303606,Sample-Routine,Water,Surface Water,2023-09-25,08:29:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085108,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.381,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-10-25,holding time exceeded,NA,NA,NA,2023-10-24,NWIS,5,2023-09-25T13:29:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02303604,Sample-Routine,Water,Surface Water,2023-09-25,08:58:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04084911,1,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.182,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,CL179,USGS,"Phosphorus, wu,FIA EPA365.4 (WI)",NA,University of Wisconsin Extension,2023-10-25,holding time exceeded,NA,NA,NA,2023-10-24,NWIS,5,2023-09-25T13:58:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351918358,Sample-Routine,Water,NA,2023-09-25,09:45:00,CDT,2023-09-25,09:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,LM Phosphorus Load,WIDNR_WQX,WIDNR_WQX-053222,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0678,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-28,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-09-25T14:45:00Z,5,2023-09-25T14:45:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351838923,Sample-Routine,Water,NA,2023-09-25,10:30:00,CDT,2023-09-25,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0792,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-28,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-09-25T15:30:00Z,5,2023-09-25T15:30:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351838923,Sample-Routine,Water,NA,2023-09-25,10:30:00,CDT,2023-09-25,10:30:00,CDT,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,31.1,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2023-09-26,NA,Lower Quantitation Limit,4.55,mg/L,NA,STORET,5,2023-09-25T15:30:00Z,5,2023-09-25T15:30:00Z +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304755,Sample-Routine,Water,Surface Water,2023-09-26,07:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.09,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-26T12:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304755,Sample-Routine,Water,Surface Water,2023-09-26,07:45:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04072076,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.053,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-26T12:45:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304701,Sample-Routine,Water,Surface Water,2023-09-26,08:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.133,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-26T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304701,Sample-Routine,Water,Surface Water,2023-09-26,08:40:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-040850684,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.18,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-26T13:40:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304630,Sample-Routine,Water,Surface Water,2023-09-26,08:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Total,0.15,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00665,NA,NA,NA,NA,NA,AKP01,USGS,"Nutrients, wu, WCA,persulfate,CF",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-26T13:55:00Z,NA,NA +USGS-WI,USGS Wisconsin Water Science Center,nwiswi.01.02304630,Sample-Routine,Water,Surface Water,2023-09-26,08:55:00,CDT,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,U.S. Geological Survey-Water Resources Discipline,USGS-04085078,NA,NA,"Stable, normal stage",Routine sample,USGS,USGS,USGS,Unknown,NA,Phosphorus,Dissolved,0.122,mg/l as P,NA,Preliminary,NA,Actual,NA,NA,NA,NA,NA,NA,00666,NA,NA,NA,NA,NA,AKP03,USGS,"Nutrients, wf, persulfate (NE)",USGS WRI 03-4174,"Green Bay Metropolitan Sewerage Dist. (NEW Water) Lab, WI",NA,NA,NA,NA,NA,NA,NWIS,5,2023-09-26T13:55:00Z,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351896590,Sample-Routine,Water,NA,2023-09-26,12:09:00,CDT,2023-09-26,12:25:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0552,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-10-03,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-09-26T17:09:00Z,5,2023-09-26T17:25:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-352021734,Sample-Routine,Water,NA,2023-09-26,18:00:00,CDT,2023-09-26,18:20:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.190,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-10-03,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-09-26T23:00:00Z,5,2023-09-26T23:20:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-352021725,Sample-Routine,Water,NA,2023-09-27,09:10:00,CDT,2023-09-27,09:15:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.372,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-10-03,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,5,2023-09-27T14:10:00Z,5,2023-09-27T14:15:00Z +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-352021716,Sample-Routine,Water,NA,2023-09-27,10:00:00,CDT,2023-09-27,10:05:00,CDT,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,1.27,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-10-06,NA,Lower Quantitation Limit,0.06,mg/L,NA,STORET,5,2023-09-27T15:00:00Z,5,2023-09-27T15:05:00Z +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-LBN:20220718:SR,Sample-Routine,Water,Surface Water,2022-07-18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-LBN,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.057,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-25,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCCL:20220628:SR,Sample-Routine,Water,Surface Water,2022-06-28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCCL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.72,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-05,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-253417631,Sample-Routine,Water,NA,2020-10-18,NA,NA,2020-10-18,NA,NA,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.232,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-11-02,NA,NA,NA,NA,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-318343439,Sample-Routine,Water,NA,2022-06-26,NA,NA,2022-06-26,NA,NA,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10009445,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.421,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-07-12,NA,NA,NA,NA,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-254001024,Sample-Routine,Water,NA,2020-10-27,NA,NA,2020-10-27,NA,NA,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.363,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-11-04,NA,NA,NA,NA,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-THCC:20230605:SR,Sample-Routine,Water,Surface Water,2023-06-05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-THCC,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Unfiltered,48,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2023-06-08,NA,Minimum Reporting Level,2,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCBW:20220719:SR,Sample-Routine,Water,Surface Water,2022-07-19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCBW,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.069,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-25,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284002431,Sample-Routine,Water,NA,2021-08-24,NA,NA,2021-08-24,NA,NA,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.293,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-07,NA,NA,NA,NA,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCFF:20220718:SR,Sample-Routine,Water,Surface Water,2022-07-18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCFF,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.077,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-25,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-LBN:20230605:SR,Sample-Routine,Water,Surface Water,2023-06-05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-LBN,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Unfiltered,69,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2023-06-15,NA,Minimum Reporting Level,4,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCCL:20220718:SR,Sample-Routine,Water,Surface Water,2022-07-18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCCL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.54,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-25,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-254001036,Sample-Routine,Water,NA,2020-10-27,NA,NA,2020-10-27,NA,NA,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.423,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-11-04,NA,NA,NA,NA,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-270542068,Sample-Routine,Water,NA,2021-02-17,NA,NA,2021-02-17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Chloride,Total,19.3,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,325.2,USEPA,Chloride by Colorimetric Analysis II,https://www.nemi.gov/methods/method_summary/5765/,113133790,2021-02-22,NA,NA,NA,NA,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-OL:20220719:SR,Sample-Routine,Water,Surface Water,2022-07-19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-OL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.039,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-25,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284002406,Sample-Routine,Water,NA,2021-08-24,NA,NA,2021-08-24,NA,NA,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053675,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.276,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-07,NA,NA,NA,NA,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:20220719:SR,Sample-Routine,Water,Surface Water,2022-07-19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.029,mg/L,J,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-25,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-349487523,Sample-Routine,Water,NA,2023-05-23,NA,NA,2023-05-23,NA,NA,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10038644,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0627,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-06-01,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-OL:20220719:QFR,Quality Control Sample-Field Replicate,Water,Surface Water,2022-07-19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-OL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.04,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-25,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCPP:20220718:SR,Sample-Routine,Water,Surface Water,2022-07-18,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCPP,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.16,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-25,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-LBN:20220627:SR,Sample-Routine,Water,Surface Water,2022-06-27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-LBN,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.043,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-05,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:20220629:SR,Sample-Routine,Water,Surface Water,2022-06-29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.013,mg/L,J,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-05,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-THCC:20220627:SR,Sample-Routine,Water,Surface Water,2022-06-27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-THCC,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.01,mg/L,J,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-05,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCPP:20230605:SR,Sample-Routine,Water,Surface Water,2023-06-05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCPP,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Unfiltered,86,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2023-06-26,NA,Minimum Reporting Level,4,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCBW:20230605:SR,Sample-Routine,Water,Surface Water,2023-06-05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCBW,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Unfiltered,55,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2023-06-08,NA,Minimum Reporting Level,2,mg/L,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-315929824,Sample-Routine,Water,NA,2022-06-06,NA,NA,2022-06-06,NA,NA,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.184,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-13,NA,NA,NA,NA,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284002444,Sample-Routine,Water,NA,2021-08-24,NA,NA,2021-08-24,NA,NA,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10046999,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.297,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-07,NA,NA,NA,NA,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-270542068,Sample-Routine,Water,NA,2021-02-17,NA,NA,2021-02-17,NA,NA,NA,NA,NA,NA,NA,NA,NA,NER_LTT_Rivers,WIDNR_WQX,WIDNR_WQX-053210,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0464,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-03-11,NA,NA,NA,NA,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:20220629:QFR,Quality Control Sample-Field Replicate,Water,Surface Water,2022-06-29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.013,mg/L,J,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-05,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-290613080,Sample-Routine,Water,NA,2021-10-19,NA,NA,2021-10-19,NA,NA,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10015851,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.0836,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-11-09,NA,NA,NA,NA,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-OL:20220629:SR,Sample-Routine,Water,Surface Water,2022-06-29,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-OL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.011,mg/L,J,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-05,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-SLV:20220628:SR,Sample-Routine,Water,Surface Water,2022-06-28,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-SLV,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.21,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-05,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351607149,Sample-Routine,Water,NA,2023-09-04,NA,NA,2023-09-04,NA,NA,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.760,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-13,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-QL:20230606:SR,Sample-Routine,Water,Surface Water,2023-06-06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-QL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,"Unfiltered, field",58,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2023-06-09,NA,Minimum Reporting Level,2,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-SLV:20230606:SR,Sample-Routine,Water,Surface Water,2023-06-06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-SLV,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,"Unfiltered, field",150,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2023-06-12,NA,Minimum Reporting Level,10,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCFF:20230605:SR,Sample-Routine,Water,Surface Water,2023-06-05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCFF,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Unfiltered,52,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2023-06-08,NA,Minimum Reporting Level,2,mg/L,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-315929836,Sample-Routine,Water,NA,2022-06-06,NA,NA,2022-06-06,NA,NA,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-10016494,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,1.34,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2022-06-13,NA,NA,NA,NA,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-THCC:20220719:SR,Sample-Routine,Water,Surface Water,2022-07-19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-THCC,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.023,mg/L,J,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-25,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCPP:20220627:SR,Sample-Routine,Water,Surface Water,2022-06-27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCPP,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.12,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-05,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-351607161,Sample-Routine,Water,NA,2023-09-04,NA,NA,2023-09-04,NA,NA,NA,NA,NA,NA,NA,NA,NA,East_07_CMP23,WIDNR_WQX,WIDNR_WQX-053684,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.185,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2023-09-13,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-SLV:20220719:SR,Sample-Routine,Water,Surface Water,2022-07-19,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-SLV,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.12,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-25,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-284002418,Sample-Routine,Water,NA,2021-08-24,NA,NA,2021-08-24,NA,NA,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.319,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2021-09-07,NA,NA,NA,NA,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCFF:20220627:SR,Sample-Routine,Water,Surface Water,2022-06-27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCFF,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.071,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-05,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-OL:20230606:SR,Sample-Routine,Water,Surface Water,2023-06-06,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-OL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,"Unfiltered, field",140,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2023-06-13,NA,Minimum Reporting Level,10,mg/L,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-DCCL:20230605:SR,Sample-Routine,Water,Surface Water,2023-06-05,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-DCCL,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Chloride,Unfiltered,47,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,300.0,USEPA,300.0 ~ EPA; Determination of Inorganic Anions by Ion Chromatography,https://www.nemi.gov/methods/method_summary/4680/,NA,2023-06-08,NA,Minimum Reporting Level,2,mg/L,NA,STORET,NA,NA,NA,NA +WIDNR_WQX,Wisconsin Department of Natural Resources,WIDNR_WQX-254001049,Sample-Routine,Water,NA,2020-10-27,NA,NA,2020-10-27,NA,NA,NA,NA,NA,NA,NA,NA,NA,Cap_5_2014,WIDNR_WQX,WIDNR_WQX-053508,NA,NA,NA,NA,GRAB SAMPLE,WIDNR_WQX,WATER GRAB SAMPLE,Miscellaneous (Other),NA,Phosphorus,Total,0.399,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,365.1,USEPA,Phosphorus by Colorimetry,https://www.nemi.gov/methods/method_summary/4823/,113133790,2020-11-04,NA,NA,NA,NA,NA,STORET,NA,NA,NA,NA +ONEIDA_WQX,Oneida Nation,ONEIDA_WQX-TCBW:20220627:SR,Sample-Routine,Water,Surface Water,2022-06-27,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,SWQM,NA,ONEIDA_WQX-TCBW,NA,NA,NA,NA,ON_SCP,ONEIDA_WQX,Oneida Nation Sample Collection Protocol,Water Bottle,NA,Phosphorus,Total,0.048,mg/L,NA,Final,NA,Actual,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,NA,4500-P-F,APHA,4500 P F ~ Phosphorus in Water by Colorimetry Automated Ascorbic Acid Method,https://www.nemi.gov/methods/method_summary/7420/,NA,2022-07-05,NA,Lower Quantitation Limit,0.03,mg/L,NA,STORET,NA,NA,NA,NA diff --git a/01_fetch/in/wqp_brown_county_wi_siteInfo.csv b/01_fetch/in/wqp_brown_county_wi_siteInfo.csv new file mode 100644 index 0000000..51376e2 --- /dev/null +++ b/01_fetch/in/wqp_brown_county_wi_siteInfo.csv @@ -0,0 +1,42 @@ +MonitoringLocationIdentifier,MonitoringLocationName,LatitudeMeasure,LongitudeMeasure +USGS-04072076,"SILVER CREEK AT FLORIST DRIVE AT ONEIDA, WI",44.49,-88.1811111 +USGS-04072150,"DUCK CREEK NEAR HOWARD, WI",44.53338889,-88.1296944 +USGS-04084911,"PLUM CREEK NEAR WRIGHTSTOWN, WI",44.3055449,-88.1712146 +USGS-04085068,"ASHWAUBENON CREEK NEAR LITTLE RAPIDS, WI",44.4141571,-88.1270474 +USGS-040850684,"ASHWAUBENON CREEK AT GRANT ST NR WEST DEPERE, WI",44.445,-88.09888889 +USGS-04085074,"DUTCHMAN CREEK AT CYRUS ST NR ASHWAUBENON, WI",44.4663792,-88.1431588 +USGS-04085078,"DUTCHMAN CREEK AT HANSEN RD AT ASHWAUBENON, WI",44.4835,-88.087 +USGS-04085108,"EAST RIVER @ CNTY TRUNK HIGHWAY ZZ NR GREENLEAF,WI",44.37194444,-88.0922222 +USGS-04085138,"EAST RIVER AT GREEN BAY, WI",44.5091593,-87.9917702 +USGS-040851385,"FOX RIVER AT OIL TANK DEPOT AT GREEN BAY, WI",44.5286111,-88.01 +USGS-441520088045001,"GLRI EAST RIVER WATERWAY 3 NEAR GREENLEAF, WI",44.25569444,-88.0805278 +USGS-441520088045002,"GLRI EAST RIVER TILE 1 NEAR GREENLEAF, WI",44.25563889,-88.0805833 +USGS-441546088082001,"GLRI EAST RIVER WATERWAY NUMBER 2 NR GREENLEAF, WI",44.2628333,-88.13875 +USGS-442114088085701,"GLRI WATERWAY NUMBER 5 NR WRIGHTSTOWN, WI",44.3539722,-88.1491944 +USGS-442119088085501,"GLRI WATERWAY NUMBER 4 NR WRIGHTSTOWN, WI",44.35530556,-88.1486667 +ONEIDA_WQX-DCCL,Dutchman Creek at Cyrus Lane,44.4664,-88.1434 +ONEIDA_WQX-DCPP,Duck Creek at Pamperin Park,44.5448,-88.103 +ONEIDA_WQX-LBN,Lancaster Brook At Navajo,44.5551,-88.1284 +ONEIDA_WQX-OL,Osnuhsa Lake,44.5273,-88.1329 +ONEIDA_WQX-QL,Quarry Lake,44.5178,-88.1661 +ONEIDA_WQX-SLV,Silver Creek at Hwy 54,44.5089,-88.1575 +ONEIDA_WQX-TCBW,Trout Creek at Brookwood Drive,44.5445,-88.154 +ONEIDA_WQX-TCFF,Trout Cr. at HWY FF,44.5356,-88.1298 +ONEIDA_WQX-TCU,Trout Creek at CH U,44.5511,-88.1905 +ONEIDA_WQX-THCC,Thornberry Cr. at Crooked Creek Dr.,44.5564,-88.1376 +WIDNR_WQX-053210,Fox River - Above De Pere Dam,44.444934,-88.062507 +WIDNR_WQX-053222,Fox River at Green Bay Yacht Club,44.536792,-88.004698 +WIDNR_WQX-053508,EAST RIVER - MALLARD ROAD,44.335457,-88.11203 +WIDNR_WQX-053675,EAST RIVER - HWY G,44.435503,-88.024565 +WIDNR_WQX-053683,Baird Creek at Preble WI,44.507416,-87.967544 +WIDNR_WQX-053684,Apple Creek - Rosin Rd,44.348511,-88.161183 +WIDNR_WQX-10009445,BOWER CREEK (1) 50M UPSTREAM OF HWY GV,44.45179,-87.99543 +WIDNR_WQX-10010769,Wequiok Creek 1-Nicolet Rd/Cth A,44.57843,-87.89308 +WIDNR_WQX-10015851,Dutchmans Creek - Oneida Street,44.478602,-88.072319 +WIDNR_WQX-10016494,TRIBUTARY TO PLUM CREEK - DOWNSTREAM OF COUNTY LINE ROAD,44.301832,-88.190164 +WIDNR_WQX-10016502,ASHWAUBENON CREEK - GRANT STREET,44.445086,-88.098749 +WIDNR_WQX-10034510,Unnamed Trib (410000) at Lakeview Dr. (175m US),44.565834,-88.06471 +WIDNR_WQX-10038644,Duck Creek-Pamperin Park,44.544773,-88.10285 +WIDNR_WQX-10043279,East River at Harold Lewis Trail off Main Street,44.51633,-88.005878 +WIDNR_WQX-10046999,Plum Creek at VandeHey Farm crossing,44.315404,-88.171541 +WIDNR_WQX-10057468,FA1.3_FY23_GB_01,44.568609,-87.950251 diff --git a/01_fetch/src/download_wqp_physchem_data.R b/01_fetch/src/download_wqp_physchem_data.R deleted file mode 100644 index a95d82c..0000000 --- a/01_fetch/src/download_wqp_physchem_data.R +++ /dev/null @@ -1,26 +0,0 @@ - -#' @title Download WQP data using dataRetrieval fxns -#' @description This function downloads data from the Water Quality Portal (WQP) -#' using the functions in the package `dataRetrieval`. Given a state, county, -#' and date range, the function will return the sample results for physical and -#' chemical from water media stored in WQP. -#' -#' @param state character string giving the full state name, e.g. "Wisconsin" -#' @param county character string giving the full county name, e.g. "Brown" -#' @param start_date character or Date value giving the first date to include, -#' expects the string to be formatted as `YYYY-MM-DD` -#' @param end_date character or Date value giving the last date to include, -#' expects the string to be formatted as `YYYY-MM-DD` -#' -download_wqp_physchem_data <- function(state, county, start_date, end_date) { - readWQPdata(service = "Result", # This is currently set to WQX legacy - profile = "resultPhysChem", - sampleMedia = c('water', 'Water'), - characteristicName = c('Chloride', - 'Phosphorus', - 'Nitrate'), - statecode = state, - countycode = county, - startDateLo = start_date, - startDateHi = end_date) -} diff --git a/01_fetch/src/load_wqp_file.R b/01_fetch/src/load_wqp_file.R new file mode 100644 index 0000000..8b89d15 --- /dev/null +++ b/01_fetch/src/load_wqp_file.R @@ -0,0 +1,21 @@ + +#' @title Small wrapper function to read in CSV data from WQP +#' @description This is a tiny function that wraps the `readr::read_csv()` function +#' in order to change some of the default arguments to settings that are +#' useful when reading in WQP data, e.g. `col_types` and `guess_max`. +#' +#' @param in_file character string of the filepath to load +#' +#' @returns a tibble of WQP data +#' +load_wqp_file <- function(in_file) { + read_csv(in_file, + # Suppress console messages about what it + # chose for default column types + col_types = cols(), + # Increase number of rows it looks at to + # choose column types by default. This + # makes it more likely to find an actual + # value and not treat a column as logical. + guess_max = 5000) +} diff --git a/02_prep.R b/02_prep.R index efa9879..330b39b 100644 --- a/02_prep.R +++ b/02_prep.R @@ -10,7 +10,9 @@ p2 <- list( # columns using a custom fxn defined in `02_prep/src/process_wqp_data.R` tar_target( p2_refined_dataset, - refine_wqp_data(p1_dataset, characteristic, fraction) + # Could also use "Total" as the fraction, but note that Nitrate doesn't + # have any values for that fraction in this dataset + refine_wqp_data(p1_dataset, characteristic, "Dissolved") ), # Get list of site IDs that appear in the refined data @@ -25,9 +27,9 @@ p2 <- list( summarize_wqp_data_by_site(p2_refined_dataset) ), - # Extract the site metadata from the refined dataset + # Filter the site metadata from the refined dataset tar_target( p2_site_metadata, - extract_wqp_site_info(p1_dataset, p2_sites) + filter_wqp_site_info(p1_metadata, p2_sites) ) ) diff --git a/02_prep/src/process_wqp_data.R b/02_prep/src/process_wqp_data.R index e747c13..f7a2f14 100644 --- a/02_prep/src/process_wqp_data.R +++ b/02_prep/src/process_wqp_data.R @@ -77,7 +77,7 @@ summarize_wqp_data_by_year <- function(wqp_data_refined) { ) } -#' @title Isolate just the site metadata from the full dataset +#' @title Filter metadata to just the sites that stay in the refined data #' @description WQP downloaded data via `dataRetrieval` comes with a data.frame #' attribute called `siteInfo`, containing metadata for the sites present in the #' downloaded dataset. It includes things like site type, site full name, and @@ -85,15 +85,10 @@ summarize_wqp_data_by_year <- function(wqp_data_refined) { #' in `refine_wqp_data()`, will *not* filter the siteInfo attribute unless #' specifically added as custom code. #' -#' @param wqp_data_raw a data.frame with downloaded data from WQP, such as from -#' the pipeline function `download_wqp_physchem_data()`. +#' @param wqp_metadata a data.frame with downloaded data from WQP with site info #' @param sites a vector of the sites to retain #' -extract_wqp_site_info <- function(wqp_data_raw, sites) { - attr(wqp_data_raw, "siteInfo") |> - select(MonitoringLocationIdentifier, MonitoringLocationName, - LatitudeMeasure, LongitudeMeasure) %>% - # Filter to just the sites that stay in the refined data - # (the cleaning steps do not impact `siteInfo` attribute) +filter_wqp_site_info <- function(wqp_metadata, sites) { + wqp_metadata %>% filter(MonitoringLocationIdentifier %in% sites) } diff --git a/03_summarize.R b/03_summarize.R index cd796f6..9157914 100644 --- a/03_summarize.R +++ b/03_summarize.R @@ -7,6 +7,9 @@ source('03_summarize/src/map_function.R') p3 <- list( + # File targets *must* return the filepath at the end, so the functions called + # by file targets should have `return(out_file)` as the final step. + # next can add a timeseries plot for the data by year and then maybe an accompanying map? # would love to create a very simple shiny app for this. tar_target( diff --git a/_targets.R b/_targets.R index 7c5298e..5500952 100644 --- a/_targets.R +++ b/_targets.R @@ -5,7 +5,6 @@ tar_option_set( packages = c( 'dplyr', 'ggplot2', - 'dataRetrieval', # may comment out for actual workshop 'readr', 'lubridate', 'leaflet', @@ -14,15 +13,8 @@ tar_option_set( ) ) -# Set 01_fetch pipeline configurations -start_date <- "2020-10-01" # Date samples begin -end_date <- "2023-09-30" # Date samples end -state <- 'Wisconsin' -county <- 'Brown' - # Set 02_prep pipeline configurations -characteristic <- "Chloride" # Phosphorus, Nitrate -fraction <- "Dissolved" +characteristic <- "Phosphorus" # Other choices: Chloride, Nitrate source('01_fetch.R') source('02_prep.R')