Glacier Bay Oceanographic Monitoring Observations
Department of the Interior
@usgov.doi_gov_glacier_bay_oceanographic_monitoring_observations
Department of the Interior
@usgov.doi_gov_glacier_bay_oceanographic_monitoring_observations
CREATE TABLE sean_oc_through_2013 (
"region_name" VARCHAR,
"ctd" BIGINT,
"observer" VARCHAR,
"dump" BIGINT,
"cast" BIGINT,
"station" BIGINT,
"depth" BIGINT,
"vessel" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"date_gmt" TIMESTAMP,
"time_gmt" VARCHAR,
"fathometer_depth" BIGINT,
"target_depth" BIGINT,
"pressure" DOUBLE,
"temperature" DOUBLE,
"conductivity" DOUBLE,
"salinity" DOUBLE,
"sigma_t" DOUBLE,
"fluorescence" DOUBLE,
"obs" DOUBLE,
"oxygen" DOUBLE,
"par" DOUBLE,
"sbe_data_flag" BIGINT,
"data_quality" BIGINT,
"data_quality_comment" VARCHAR,
"comments" VARCHAR,
"time_stamp" VARCHAR,
"protocol_id" VARCHAR,
"userid" VARCHAR,
"submission_number" BIGINT,
"cruise_year" BIGINT
);
Anyone who has the link will be able to view this.