Microplastics In Drinking Water From Accredited Labs
State of California
@usgov.ca_gov_microplastics_in_drinking_water_from_accredited_labs
State of California
@usgov.ca_gov_microplastics_in_drinking_water_from_accredited_labs
Alpha Version Data (has undergone several rounds of internal review from the Moore Institute and is ready for external review)
This mock dataset is part of the Microplastics Data Portal and is intended to eventually serve as the data shared by state-accredited labs for microplastics in drinking water. It was created by discussions with domain experts. Data comes with a template with mock data entry and a rules file that can be used to validate the data using the Data Validation Portal.
Organization: State of California
Last updated: 2023-01-20T07:50:42.217009
Tags: alpha, microplastic
CREATE TABLE methodology_rules (
"name" VARCHAR,
"description" VARCHAR,
"valid_example" VARCHAR,
"severity" VARCHAR,
"rule" VARCHAR
);CREATE TABLE method_template (
"methodologyid" VARCHAR,
"samplingdevice" VARCHAR,
"airfiltration" VARCHAR,
"airfiltrationtype" VARCHAR,
"clothingpolicy" VARCHAR,
"nonplasticpolicy" VARCHAR,
"sealedenvironment" VARCHAR,
"sealedenvironmenttype" VARCHAR,
"sievemeshsizes" VARCHAR,
"filtertype" VARCHAR,
"filterdiameter" BIGINT,
"filterporesize" BIGINT,
"visidmethod" VARCHAR,
"visualsoftware" VARCHAR,
"pickingstrategy" VARCHAR,
"vismagnification" BIGINT,
"matidmethod" VARCHAR,
"matidsoftware" VARCHAR
);CREATE TABLE particle_template (
"particleid" VARCHAR,
"methodologyid" VARCHAR,
"sampleid" VARCHAR,
"photoid" VARCHAR,
"spectraid" VARCHAR,
"finalanalysisdate" TIMESTAMP,
"comments" VARCHAR,
"polymer" VARCHAR,
"morphology" VARCHAR,
"color" VARCHAR,
"length" BIGINT,
"width" BIGINT,
"height" BIGINT,
"mass" DOUBLE,
"surfacearea" DOUBLE,
"volume" BIGINT,
"tactile" VARCHAR
);CREATE TABLE sample_rules (
"name" VARCHAR,
"description" VARCHAR,
"valid_example" VARCHAR,
"severity" VARCHAR,
"rule" VARCHAR
);CREATE TABLE sample_template (
"sampleid" VARCHAR,
"ownerorganization" VARCHAR,
"analysisorganization" VARCHAR,
"reportingorganization" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"collectiondate" TIMESTAMP,
"samplevolume" BIGINT
);Anyone who has the link will be able to view this.