FRD Trawl Database
National Oceanic and Atmospheric Administration, Department of Commerce
@usgov.noaa_gov_frd_trawl_database2
National Oceanic and Atmospheric Administration, Department of Commerce
@usgov.noaa_gov_frd_trawl_database2
CREATE TABLE cps_trawl_life_history_haul_catch_data (
"cruise" BIGINT,
"ship" VARCHAR,
"haul" BIGINT,
"collection" BIGINT,
"start_latitude" DOUBLE,
"start_longitude" DOUBLE,
"stop_latitude" DOUBLE,
"stop_longitude" DOUBLE,
"equilibrium_time" TIMESTAMP,
"haulback_time" TIMESTAMP,
"surface_temp" VARCHAR,
"surface_temp_method" VARCHAR,
"ship_spd_through_water" VARCHAR,
"itis_tsn" BIGINT,
"scientific_name" VARCHAR,
"subsample_count" VARCHAR,
"subsample_weight" VARCHAR,
"remaining_weight" VARCHAR,
"presence_only" VARCHAR
);
CREATE TABLE cps_trawl_life_history_length_frequency_data (
"cruise" BIGINT,
"ship" VARCHAR,
"haul" BIGINT,
"collection" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"time" TIMESTAMP,
"itis_tsn" BIGINT,
"scientific_name" VARCHAR,
"length_class" BIGINT,
"length_type" VARCHAR,
"male" BIGINT,
"female" BIGINT,
"sex_undetermined" BIGINT
);
Anyone who has the link will be able to view this.