Surface Water - Chemistry Results
State of California
@usgov.ca_gov_surface_water_chemistry_results
State of California
@usgov.ca_gov_surface_water_chemistry_results
This data provides results from the California Environmental Data Exchange Network (CEDEN) for field and lab chemistry analyses. The data set contains two provisionally assigned values (“DataQuality” and “DataQualityIndicator”) to help users interpret the data quality metadata provided with the associated result.
Due to file size limitations, the data has been split into individual resources by year. The entire dataset can also be downloaded in bulk using the zip files on this page (in csv format or parquet format), and developers can also use the API associated with each year's dataset to access the data.
Users who want to manually download more specific subsets of the data can also use the CEDEN Query Tool, which provides access to the same data presented here, but allows for interactive data filtering.
NOTE: Some of the field and lab chemistry data that has been submitted to CEDEN since 2020 has not been loaded into the CEDEN database. That data is not included in this data set (and is also not available via the CEDEN query tool described above), but is available as a supplemental data set available here: Surface Water - Chemistry Results - CEDEN Augmentation. For consistency, many of the conditions applied to the data in this dataset and in the CEDEN query tool are also applied to that supplemental dataset (e.g., no rejected data or replicates are included), but that supplemental data is provisional and may not reflect all of the QA/QC controls applied to the regular CEDEN data available here.
Organization: State of California
Last updated: 2025-10-23T12:52:21.365815
Tags: assessment, benthic, bioassessment, bivalves, ceden, contaminant, fish, monitoring, organisms, pollutant, sediment, surface-water, taxonomy, water-quality, water-quality-monitoring
CREATE TABLE ceden_water_chemistry_data_prior_to_2000 (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2000_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2001_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2002_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2003_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2004_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2005_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2006_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2007_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2008_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2009_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2010_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2011_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2012_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2013_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2014_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2015_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2016_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2017_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2018_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2019_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2020_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2021_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" VARCHAR,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2022_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);CREATE TABLE n_2023_ceden_water_chemistry_data (
"program" VARCHAR,
"parentproject" VARCHAR,
"project" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" TIMESTAMP,
"locationcode" VARCHAR,
"collectiondepth" DOUBLE,
"unitcollectiondepth" VARCHAR,
"sampletypecode" VARCHAR,
"collectionreplicate" DOUBLE,
"resultsreplicate" DOUBLE,
"labbatch" VARCHAR,
"labsampleid" VARCHAR,
"matrixname" VARCHAR,
"methodname" VARCHAR,
"analyte" VARCHAR,
"unit" VARCHAR,
"result" VARCHAR,
"observation" VARCHAR,
"mdl" VARCHAR,
"rl" VARCHAR,
"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,
"latitude" VARCHAR,
"longitude" VARCHAR,
"collectiondevicedescription" VARCHAR,
"calibrationdate" TIMESTAMP,
"positionwatercolumn" VARCHAR,
"preppreservationname" VARCHAR,
"preppreservationdate" TIMESTAMP,
"digestextractmethod" VARCHAR,
"digestextractdate" TIMESTAMP,
"analysisdate" TIMESTAMP,
"dilutionfactor" VARCHAR,
"expectedvalue" VARCHAR,
"labagency" VARCHAR,
"submittingagency" VARCHAR,
"submissioncode" VARCHAR,
"occupationmethod" VARCHAR,
"startingbank" VARCHAR,
"distancefrombank" VARCHAR,
"unitdistancefrombank" VARCHAR,
"streamwidth" VARCHAR,
"unitstreamwidth" VARCHAR,
"stationwaterdepth" VARCHAR,
"unitstationwaterdepth" VARCHAR,
"hydromod" VARCHAR,
"hydromodloc" VARCHAR,
"locationdetailwqcomments" VARCHAR,
"channelwidth" VARCHAR,
"upstreamlength" VARCHAR,
"downstreamlength" VARCHAR,
"totalreach" VARCHAR,
"locationdetailbacomments" VARCHAR,
"sampleid" VARCHAR,
"dw_analytename" VARCHAR,
"programcode" BOOLEAN,
"parentprojectcode" VARCHAR,
"projectcode" VARCHAR,
"matrixcode" VARCHAR,
"analytecode" BIGINT,
"fractionname" BIGINT,
"fractioncode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR,
"datum" VARCHAR
);Anyone who has the link will be able to view this.