Water Quality Sampling Data
City of Austin
@usgov.city_of_austin_water_quality_sampling_data
City of Austin
@usgov.city_of_austin_water_quality_sampling_data
CREATE TABLE table_1 (
"data_ref_no" BIGINT,
"sample_ref_no" BIGINT,
"project" VARCHAR,
"watershed" VARCHAR,
"site_type" VARCHAR,
"sample_site_no" BIGINT,
"site_name" VARCHAR,
"lat_dd_wgs84" DOUBLE,
"lon_dd_wgs84" DOUBLE,
"sample_date" VARCHAR,
"time_null" VARCHAR,
"collecting_group" VARCHAR,
"sample_id" VARCHAR,
"medium" VARCHAR,
"depth_in_meters" DOUBLE,
"param_type" VARCHAR,
"parameter" VARCHAR,
"qc_type" VARCHAR,
"qualifier" VARCHAR,
"result" DOUBLE,
"unit" VARCHAR,
"qc_flag" VARCHAR,
"method" VARCHAR,
"filter" VARCHAR
);
Anyone who has the link will be able to view this.