NCCN Water Quality Monitoring Data Package, 2011-2021
Department of the Interior
@usgov.doi_gov_nccn_water_quality_monitoring_data_package_2010_2021
Department of the Interior
@usgov.doi_gov_nccn_water_quality_monitoring_data_package_2010_2021
CREATE TABLE nccn_waterquality_channelconstraints (
"parkcode" VARCHAR,
"locationcode" VARCHAR,
"locationname" VARCHAR,
"eventdate" TIMESTAMP,
"starttime" VARCHAR,
"channelpattern" VARCHAR,
"channelconstraint" VARCHAR,
"percentconstrained" BIGINT,
"valleywidth_m" BIGINT,
"edgenotvisible" VARCHAR
);
CREATE TABLE nccn_waterquality_constrainingfeatures (
"parkcode" VARCHAR,
"locationcode" VARCHAR,
"locationname" VARCHAR,
"eventdate" TIMESTAMP,
"starttime" VARCHAR,
"constrainingfeature" VARCHAR,
"constrainingfeaturedesc" VARCHAR
);
CREATE TABLE nccn_waterquality_habitatassessment (
"parkcode" VARCHAR,
"locationcode" VARCHAR,
"locationname" VARCHAR,
"eventdate" TIMESTAMP,
"starttime" VARCHAR,
"habitattype" VARCHAR,
"habitatparameter" VARCHAR,
"scope" VARCHAR,
"rating" BIGINT
);
CREATE TABLE nccn_waterquality_humaninfluences (
"parkcode" VARCHAR,
"locationcode" VARCHAR,
"locationname" VARCHAR,
"eventdate" TIMESTAMP,
"starttime" VARCHAR,
"influencetype" VARCHAR,
"rating" VARCHAR
);
CREATE TABLE nccn_waterquality_invasiveobs (
"parkcode" VARCHAR,
"locationcode" VARCHAR,
"locationname" VARCHAR,
"eventdate" TIMESTAMP,
"starttime" VARCHAR,
"scientificname" VARCHAR,
"estnum" DOUBLE,
"estarea_m2" DOUBLE,
"distribution_iso" VARCHAR,
"distribution_spor" VARCHAR,
"distribution_perv" VARCHAR,
"newtosite" VARCHAR,
"newtopark" VARCHAR,
"notes" VARCHAR
);
CREATE TABLE nccn_waterquality_locations (
"parkcode" VARCHAR,
"parkname" VARCHAR,
"locationcode" VARCHAR,
"locationtype" VARCHAR,
"locationstatus" VARCHAR,
"locationname" VARCHAR,
"reachlength_m" BIGINT,
"utm_east" BIGINT,
"utm_north" BIGINT,
"utmzone" VARCHAR,
"utmdatum" VARCHAR,
"decimallongitude" DOUBLE,
"decimallatitude" DOUBLE,
"decimaldegreesdatum" VARCHAR,
"establisheddate" TIMESTAMP,
"discontinueddate" TIMESTAMP
);
CREATE TABLE nccn_waterquality_samplingeventsandconditions (
"parkcode" VARCHAR,
"locationcode" VARCHAR,
"locationname" VARCHAR,
"eventdate" TIMESTAMP,
"starttime" VARCHAR,
"timeframe" VARCHAR,
"cloudcover" VARCHAR,
"precipitation" VARCHAR,
"flow" VARCHAR,
"airtemp_c" DOUBLE,
"waterclarity" VARCHAR,
"waterodor" VARCHAR,
"sedimentodor" VARCHAR,
"surfacefilm" VARCHAR
);
CREATE TABLE nccn_waterquality_torrentevidence (
"parkcode" VARCHAR,
"locationcode" VARCHAR,
"locationname" VARCHAR,
"eventdate" TIMESTAMP,
"starttime" VARCHAR,
"torrentevidence" VARCHAR
);
CREATE TABLE nccn_waterquality_waterchemistrydata (
"parkcode" VARCHAR,
"locationcode" VARCHAR,
"locationname" VARCHAR,
"eventdate" TIMESTAMP,
"starttime" VARCHAR,
"endtime" VARCHAR,
"repnum" BIGINT,
"do" DOUBLE,
"ph" DOUBLE,
"spcond" DOUBLE,
"temp" DOUBLE,
"turbidity" DOUBLE,
"passcalibration" BOOLEAN,
"passfieldchecks" BOOLEAN,
"processingflag" VARCHAR
);
CREATE TABLE nccn_waterquality_widthdepth (
"parkcode" VARCHAR,
"locationcode" VARCHAR,
"locationname" VARCHAR,
"eventdate" TIMESTAMP,
"starttime" VARCHAR,
"meastype" VARCHAR,
"recnum" BIGINT,
"value_m" DOUBLE
);
Anyone who has the link will be able to view this.