Surface Water - Benthic Macroinvertebrate Results
State of California
@usgov.ca_gov_surface_water_benthic_macroinvertebrate_results
State of California
@usgov.ca_gov_surface_water_benthic_macroinvertebrate_results
CREATE TABLE ceden_benthic_data (
"programname" VARCHAR,
"parentprojectname" VARCHAR,
"projectcode" VARCHAR,
"projectname" VARCHAR,
"stationname" VARCHAR,
"stationcode" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"datum" VARCHAR,
"geometryshape" VARCHAR,
"sampledate" TIMESTAMP,
"collectiontime" VARCHAR,
"samplingagency" VARCHAR,
"protocolcode" VARCHAR,
"locationcode" VARCHAR,
"hydromodloc" VARCHAR,
"hydromod" VARCHAR,
"collectionreplicate" DOUBLE,
"collectionmethodname" VARCHAR,
"sampletype" VARCHAR,
"personnelcode" VARCHAR,
"samplecomments" VARCHAR,
"bacollectioncomments" VARCHAR,
"collectiondevicename" VARCHAR,
"labsampleid" VARCHAR,
"finalid" VARCHAR,
"phylum" VARCHAR,
"class" VARCHAR,
"orders" VARCHAR,
"family" VARCHAR,
"genus" VARCHAR,
"species" VARCHAR,
"lifestagename" VARCHAR,
"distinctorganism" DOUBLE,
"counts" VARCHAR,
"baresult" DOUBLE,
"unit" VARCHAR,
"taxonomicqualifier" VARCHAR,
"excludedtaxa" VARCHAR,
"comments" VARCHAR,
"sievesize" VARCHAR,
"sievesizeunit" VARCHAR,
"collectiondepth" VARCHAR,
"unitcollectiondepth" VARCHAR,
"grabsize" VARCHAR,
"unitgrabsize" VARCHAR,
"resqualcode" VARCHAR,
"compliancecode" VARCHAR,
"benthicresultrowid" VARCHAR,
"sampleid" VARCHAR,
"effortqacode" VARCHAR,
"benthiclabeffortcomments" VARCHAR,
"percentsamplecounted" VARCHAR,
"totalgrids" VARCHAR,
"gridsanalyzed" VARCHAR,
"gridsvolumeanalyzed" VARCHAR,
"targetorganismcount" VARCHAR,
"actualorganismcount" VARCHAR,
"extraorganismcount" VARCHAR,
"qcorganismcount" VARCHAR,
"discardedorganismcount" VARCHAR,
"qacode" VARCHAR,
"benthiclabeffort_agencycode" BOOLEAN,
"programcode" VARCHAR,
"parentprojectcode" VARCHAR,
"dataquality" VARCHAR,
"dataqualityindicator" VARCHAR
);
CREATE TABLE data_dictionary_ceden_benthic_data (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
Anyone who has the link will be able to view this.