Estuarine Nutrient Enrichment Water Quality Monitoring Data For Northeast Coastal And Barrier Network Parks (Certified)
Department of the Interior
@usgov.doi_gov_estuarine_nutrient_enrichment_water_quality_mo_41a74494
Department of the Interior
@usgov.doi_gov_estuarine_nutrient_enrichment_water_quality_mo_41a74494
CREATE TABLE ncbn_toc_2021 (
"toc_event_id" BIGINT,
"location_id" VARCHAR,
"sample_date" TIMESTAMP,
"toc_pct" DOUBLE,
"toc_bdl" BOOLEAN,
"tn_pct" DOUBLE,
"tn_bdl" BOOLEAN,
"notes" VARCHAR,
"lab_methods" VARCHAR,
"lab" VARCHAR,
"certified_date" TIMESTAMP,
"certified_by" VARCHAR
);
CREATE TABLE ncbn_2021 (
"park" VARCHAR,
"sample_year" BIGINT,
"stratum" BIGINT,
"event_id" VARCHAR,
"hex_num" DOUBLE,
"hex_area" DOUBLE,
"site_type" BIGINT,
"date" TIMESTAMP,
"time" VARCHAR,
"depth_type" BIGINT,
"kd" DOUBLE,
"kd_r_squared" DOUBLE,
"kd_data_qualifier" VARCHAR,
"temp_deg_c" DOUBLE,
"sp_conductance_ms_cm" DOUBLE,
"salinity_ppt" DOUBLE,
"do_percentsat" DOUBLE,
"do_mg_l" DOUBLE,
"depth_m" DOUBLE,
"turbidity_ntu" DOUBLE,
"chl_a_ug_l" DOUBLE,
"latitude" DOUBLE,
"longitude" DOUBLE,
"ph" DOUBLE,
"certified_date" TIMESTAMP,
"certified_by" VARCHAR,
"qc_notes" VARCHAR,
"spatial_analysis" BOOLEAN
);
Anyone who has the link will be able to view this.