SWAMP Data Dashboard
State of California
@usgov.ca_gov_surface_water_ambient_monitoring_program
State of California
@usgov.ca_gov_surface_water_ambient_monitoring_program
This dataset supports the SWAMP Data Dashboard, a public-facing tool developed by the Surface Water Ambient Monitoring Program (SWAMP) to provide accessible, user-friendly access to water quality monitoring data across California. The dashboard and its associated datasets are designed to help the public, researchers, and decision-makers explore and download monitoring data collected from California’s surface waters.
This dataset includes five distinct resources:
These data are collected by SWAMP and its partners to support water quality assessments, identify trends, and inform water resource management. The SWAMP Data Dashboard provides interactive visualizations and filtering tools to explore this data by region, parameter, and more.
The SWAMP dataset is sourced from the California Environmental Data Exchange Network (CEDEN), which serves as the central repository for water quality data collected by various monitoring programs throughout the state. As such, there is some overlap between this dataset and the broader CEDEN datasets also published on the California Open Data Portal (see Related Resources). This SWAMP dataset represents a curated subset of CEDEN data, specifically tailored for use in the SWAMP Data Dashboard.
Access the SWAMP Data Dashboard: https://gispublic.waterboards.ca.gov/swamp-data/
*This dataset is provisional and subject to revision. It should not be used for regulatory purposes.
Organization: State of California
Last updated: 2025-10-23T12:41:29.382833
Tags: surface-water, water-quality
CREATE TABLE data_dictionary_swamp_habitat_results (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_swamp_stations (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_swamp_tissue_summary_results (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_swamp_toxicity_summary_results (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE data_dictionary_swamp_water_quality_results (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);CREATE TABLE swamp_habitat_results (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" BIGINT,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" DOUBLE,
"resultqualcode" VARCHAR,
"variableresult" VARCHAR,
"qacode" VARCHAR,
"compliancecode" VARCHAR,
"samplecomments" VARCHAR,
"collectioncomments" VARCHAR,
"resultscomments" VARCHAR,
"eventcode" VARCHAR,
"protocolcode" VARCHAR,
"sampleagency" VARCHAR,
"collectionmethodname" VARCHAR,
"targetlatitude" DOUBLE,
"targetlongitude" DOUBLE,
"collectiondevicedescription" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" DOUBLE,
"unitdistancefrombank" VARCHAR,
"streamwidth" DOUBLE,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" DOUBLE,
"unitstationwaterdepth" VARCHAR,
"locationdetailcomments" VARCHAR,
"dw_analytename" VARCHAR,
"isqa" BOOLEAN,
"programcode" VARCHAR,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" BIGINT,
"analytecode" BIGINT,
"fractionname" VARCHAR,
"fractioncode" BIGINT,
"datum" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"censored" BOOLEAN,
"resultdisplay" DOUBLE,
"displaytext" VARCHAR,
"analytedisplay" VARCHAR,
"analytegroup1" VARCHAR,
"analytegroup2" VARCHAR,
"analytegroup3" VARCHAR,
"matrixdisplay" VARCHAR,
"region" BIGINT,
"bioassessment" BOOLEAN,
"bioaccumulation" BOOLEAN,
"fhab" BOOLEAN,
"spot" BOOLEAN,
"stationcategory" VARCHAR
);CREATE TABLE swamp_stations (
"stationcode" VARCHAR,
"stationname" VARCHAR,
"targetlatitude" DOUBLE,
"targetlongitude" DOUBLE,
"lastsampledate" TIMESTAMP,
"region" BIGINT,
"stationcategory" VARCHAR
);CREATE TABLE swamp_tissue_summary_results (
"program" VARCHAR,
"parentproject" VARCHAR,
"projectcode" VARCHAR,
"project" VARCHAR,
"stationcode" VARCHAR,
"stationname" VARCHAR,
"locationcode" VARCHAR,
"commonname" VARCHAR,
"finalid" VARCHAR,
"tissuename" VARCHAR,
"tissueprep" VARCHAR,
"analyte" VARCHAR,
"result" DOUBLE,
"unit" VARCHAR,
"resulttype" VARCHAR,
"nd_in_avg" BIGINT,
"n_in_avg" BIGINT,
"displaytext" VARCHAR,
"censored" BOOLEAN,
"tlavglength_mm" DOUBLE,
"avgtotallength" DOUBLE,
"lastsampledate" TIMESTAMP,
"sampleyear" BIGINT,
"targetlatitude" DOUBLE,
"targetlongitude" DOUBLE,
"datum" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"analytedisplay" VARCHAR,
"analytegroup1" VARCHAR,
"matrixdisplay" VARCHAR,
"region" BIGINT,
"bioaccumulation" BOOLEAN,
"bioassessment" BOOLEAN,
"fhab" BOOLEAN,
"spot" BOOLEAN,
"stationcategory" VARCHAR
);CREATE TABLE swamp_toxicity_summary_results (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" BIGINT,
"labreplicate" BIGINT,
"toxbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"toxtestdurcode" VARCHAR,
"organismname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"wqsource" VARCHAR,
"timepointname" VARCHAR,
"result" DOUBLE,
"resultqualcode" VARCHAR,
"toxresultqacode" VARCHAR,
"qacode" VARCHAR,
"batchverificationcode" VARCHAR,
"compliancecode" VARCHAR,
"samplecomments" VARCHAR,
"collectioncomments" VARCHAR,
"toxtestcomments" VARCHAR,
"timepointcomments" VARCHAR,
"toxresultcomments" VARCHAR,
"toxbatchcomments" VARCHAR,
"eventcode" VARCHAR,
"protocolcode" VARCHAR,
"sampleagency" VARCHAR,
"groupsamples" VARCHAR,
"collectionmethodname" VARCHAR,
"targetlatitude" DOUBLE,
"targetlongitude" DOUBLE,
"collectiondevicedescription" VARCHAR,
"positionwatercolumn" VARCHAR,
"tienarrative" VARCHAR,
"dilution" DOUBLE,
"toxpointmethod" VARCHAR,
"treatment" VARCHAR,
"unittreatment" VARCHAR,
"treatmentconcentration" DOUBLE,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"toxbatchstartdate" TIMESTAMP,
"reftoxbatch" VARCHAR,
"organismageatteststart" VARCHAR,
"labsubmissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" DOUBLE,
"unitdistancefrombank" VARCHAR,
"streamwidth" DOUBLE,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" DOUBLE,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"pctcontrol" DOUBLE,
"repcount" BIGINT,
"mean" DOUBLE,
"stddev" DOUBLE,
"statmethod" VARCHAR,
"probability" VARCHAR,
"alphalevel" DOUBLE,
"evalthreshold" DOUBLE,
"msd" DOUBLE,
"sigeffectcode" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"calculatedvalue" DOUBLE,
"percenteffect" DOUBLE,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"isqa" BOOLEAN,
"programcode" VARCHAR,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" BIGINT,
"analytecode" BIGINT,
"fractionname" VARCHAR,
"fractioncode" BIGINT,
"datum" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"meandisplay" DOUBLE,
"displaytext" VARCHAR,
"censored" BOOLEAN,
"analytedisplay" VARCHAR
);CREATE TABLE swamp_water_quality_results (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" BIGINT,
"resultsreplicate" BIGINT,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" DOUBLE,
"observation" VARCHAR,
"mdl" DOUBLE,
"rl" DOUBLE,
"resultqualcode" VARCHAR,
"qacode" VARCHAR,
"batchverification" VARCHAR,
"compliancecode" VARCHAR,
"samplecomments" VARCHAR,
"collectioncomments" VARCHAR,
"resultscomments" VARCHAR,
"batchcomments" VARCHAR,
"eventcode" VARCHAR,
"protocolcode" VARCHAR,
"sampleagency" VARCHAR,
"groupsamples" VARCHAR,
"collectionmethodname" VARCHAR,
"targetlatitude" DOUBLE,
"targetlongitude" DOUBLE,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" DOUBLE,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" DOUBLE,
"unitdistancefrombank" VARCHAR,
"streamwidth" DOUBLE,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" DOUBLE,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"isqa" BOOLEAN,
"programcode" VARCHAR,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" BIGINT,
"analytecode" BIGINT,
"fractionname" VARCHAR,
"fractioncode" BIGINT,
"datum" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"resultdisplay" DOUBLE,
"displaytext" VARCHAR,
"censored" BOOLEAN,
"analytedisplay" VARCHAR,
"analytegroup1" VARCHAR,
"analytegroup2" VARCHAR,
"analytegroup3" VARCHAR,
"matrixdisplay" VARCHAR,
"region" BIGINT,
"bioassessment" BOOLEAN,
"bioaccumulation" BOOLEAN,
"fhab" BOOLEAN,
"spot" BOOLEAN,
"stationcategory" VARCHAR
);Anyone who has the link will be able to view this.