Plymouth Bathing Water Sites
Plymouth City Council
@ukgov.hoe_water_quality
Plymouth City Council
@ukgov.hoe_water_quality
CREATE TABLE bathing_water_sites_classifications (
"eubwid" VARCHAR,
"bathing_water_site" VARCHAR,
"year_of_assessment" BIGINT,
"classification" VARCHAR,
"assessment_type" VARCHAR
);
CREATE TABLE bathing_water_sites_details (
"eubwid" VARCHAR,
"bathing_water_site" VARCHAR,
"sample_point_id" BIGINT,
"year_of_designation" BIGINT,
"district" VARCHAR,
"county" VARCHAR,
"country" VARCHAR,
"easting" BIGINT,
"northing" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"start_of_season" TIMESTAMP,
"end_of_season" TIMESTAMP,
"sewage_service" VARCHAR
);
CREATE TABLE plymouth_hoe_east_sample_results_1988_2024 (
"eubwid" VARCHAR,
"bathing_water_site" VARCHAR,
"sample_date" TIMESTAMP,
"intestinal_enterococci_count_colonies_per_100ml" DOUBLE,
"escherichia_coli_count_colonies_per_100ml" DOUBLE,
"entrovirus_count_colonies_per_100ml" DOUBLE,
"total_coliform_count_colonies_per_100ml" DOUBLE,
"faecal_streptococci_count_colonies_per_100ml" DOUBLE,
"faecal_coliform_count_colonies_per_100ml" DOUBLE,
"presence_of_salmonella" VARCHAR,
"abnormal_weather_exception" VARCHAR,
"discountable_sample" VARCHAR,
"discount_reasoning" VARCHAR,
"discounted" VARCHAR
);
CREATE TABLE plymouth_hoe_west_sample_results_1988_2024 (
"eubwid" VARCHAR,
"bathing_water_site" VARCHAR,
"sample_date" TIMESTAMP,
"intestinal_enterococci_count_colonies_per_100ml" DOUBLE,
"escherichia_coli_count_colonies_per_100ml" DOUBLE,
"entrovirus_count_colonies_per_100ml" DOUBLE,
"total_coliform_count_colonies_per_100ml" DOUBLE,
"faecal_streptococci_count_colonies_per_100ml" DOUBLE,
"faecal_coliform_count_colonies_per_100ml" DOUBLE,
"presence_of_salmonella" VARCHAR,
"abnormal_weather_exception" VARCHAR,
"discountable_sample" VARCHAR,
"discount_reasoning" VARCHAR,
"discounted" VARCHAR
);
Anyone who has the link will be able to view this.