Watershed Water Quality Data
City of New York
@usgov.city_of_new_york_watershed_water_quality_data
City of New York
@usgov.city_of_new_york_watershed_water_quality_data
Data collected to fulfill the requirements of the SWTR (Surface Water Treatment Rule) and FAD (Filtration Avoidance Determination). Data is collected via grab sampling, analysis, LIMS data capture and reporting. Each record represents either a four hour turbidity result, a 24 hour average turbidty result, or a daily fecal coliform result from DEL18DT (Delaware Shaft 18 downtake). Data is used to monitor compliance with the requirements above. There are no limitations for the data.
Organization: City of New York
Last updated: 2020-11-10T17:06:18.049307
Tags: coliform, del18dt, fecal-coliform, quality, turbidity, water, watershed
CREATE TABLE table_1 (
"site" VARCHAR,
"date" TIMESTAMP,
"turbidity_ntu_at_12am" DOUBLE -- Turbidity(NTU) At 12AM,
"turbidity_ntu_at_4am" DOUBLE -- Turbidity(NTU) At 4AM,
"turbidity_ntu_at_8am" DOUBLE -- Turbidity(NTU) At 8AM,
"turbidity_ntu_at_12pm" DOUBLE -- Turbidity(NTU) At 12PM,
"turbidity_ntu_at_4pm" DOUBLE -- Turbidity(NTU) At 4PM,
"turbidity_ntu_at_8pm" DOUBLE -- Turbidity(NTU) At 8PM,
"average_24hrturbidity_ntu" DOUBLE -- Average 24hrTurbidity(NTU),
"coliform_fecal_fc_100ml" VARCHAR -- Coliform, Fecal(fc/100mL)
);Anyone who has the link will be able to view this.