Marine Laboratory
Plymouth City Council
@ukgov.pml_buoy
Plymouth City Council
@ukgov.pml_buoy
Data showing various data collected by Plymouth Marine Laboratory's E1 Data Buoy. The buoy is located about 20 miles south of Plymouth and collects data such as sea temperature, salinity and dissolved organic material. Updated annually though you can find a live data feed for the previous 7 dates here: http://www.westernchannelobservatory.org.uk/buoys.php Awaiting 2016 dataset.
Publisher name: Plymouth City Council
Last updated: 2024-09-14T19:50:48Z
CREATE TABLE e1_buoy_data_2015 (
"date" TIMESTAMP,
"time" BIGINT,
"light_par" DOUBLE -- Light (PAR),
"cdom" DOUBLE,
"unnamed_4" BIGINT -- Unnamed: 4,
"do" DOUBLE,
"temp" DOUBLE,
"salinity" DOUBLE,
"turbidity" DOUBLE,
"chlorophyll" DOUBLE
);Anyone who has the link will be able to view this.