Citizen Scientist Monitoring Of Rocky Reefs And Kelp Forests, California South Coast MPA Baseline Study, 2011 To 2012
State of California
@usgov.ca_gov_citizen_scientist_monitoring_of_rocky_reefs_and_a80d9b5a
State of California
@usgov.ca_gov_citizen_scientist_monitoring_of_rocky_reefs_and_a80d9b5a
CREATE TABLE mpa_baseline_program_information_north_coast (
"sc_project_short_code" VARCHAR,
"sc_project_title" VARCHAR,
"consumptive" BIGINT,
"nonconsumptive" BIGINT,
"deep" BIGINT,
"estuarinewetland" BIGINT,
"kelpshallowrock" BIGINT,
"middepthrock" BIGINT,
"nearshorepelagic" BIGINT,
"rockyintertidal" BIGINT,
"softintertidal" BIGINT,
"softsubtidal" BIGINT,
"sc_project_description" VARCHAR
);
CREATE TABLE mpa_baseline_program_information_north_coast_metadata (
"sc_mpa_baselineprograminformation_lookuptable_csv" VARCHAR,
"lookup_containing_a_list_of_south_coast_sc_marine_prot_fadf387a" VARCHAR
);
CREATE TABLE mpa_boundary_details_north_coast (
"mpa_name" VARCHAR,
"mpa_designation" VARCHAR,
"mpa_study_region" VARCHAR,
"subsection" BIGINT,
"pretext" VARCHAR,
"coordinate" VARCHAR,
"posttext" VARCHAR,
"lat" DOUBLE,
"long" DOUBLE,
"longddm" VARCHAR,
"latddm" VARCHAR,
"sortorder" BIGINT,
"positionid" VARCHAR
);
CREATE TABLE mpa_boundary_details_north_coast_metadata (
"sc_mpa_boundaryinformation_lookuptable_csv" VARCHAR,
"lookup_containing_a_list_of_south_coast_sc_marine_prot_4102ddf0" VARCHAR
);
CREATE TABLE survey_sites_lookup_table (
"project_short_code" VARCHAR,
"site" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"mpa_name" VARCHAR
);
CREATE TABLE survey_sites_lookup_table_metadata (
"table_name_sc_rcca_site_lookup_table" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR
);
CREATE TABLE algae_survey_data_table_2011_2012 (
"sc_project_short_code" VARCHAR,
"site" VARCHAR,
"newsurvey" BIGINT,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"transectnumber" BIGINT,
"classcode" VARCHAR,
"amount" DOUBLE,
"stipes" DOUBLE,
"distance" DOUBLE,
"visibility" DOUBLE,
"depthstart_m" DOUBLE,
"depthend_m" DOUBLE,
"timestart" VARCHAR,
"timeend" VARCHAR
);
CREATE TABLE algae_survey_data_table_2011_2012_metadata (
"table_name_sc_rcca_fish_data_table" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR
);
CREATE TABLE algae_survey_species_lookup_table (
"sc_project_short_code" VARCHAR,
"kingdom" VARCHAR,
"division" VARCHAR,
"class" VARCHAR,
"order" VARCHAR,
"family" VARCHAR,
"genus" VARCHAR,
"species" VARCHAR,
"classcode" VARCHAR
);
CREATE TABLE algae_survey_species_lookup_table_metadata (
"table_name_sc_rcca_algae_species_lookup_table" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR
);
CREATE TABLE fish_survey_data_table_2011_2012 (
"sc_project_short_code" VARCHAR,
"site" VARCHAR,
"newsurvey" BIGINT,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"transectnumber" BIGINT,
"classcode" VARCHAR,
"size" VARCHAR,
"amount" DOUBLE,
"visibility" DOUBLE,
"depthstart_m" DOUBLE,
"depthend_m" DOUBLE,
"timestart" VARCHAR,
"timeend" VARCHAR
);
CREATE TABLE fish_survey_data_table_2011_2012_metadata (
"table_name_sc_rcca_fish_data_table" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR
);
CREATE TABLE fish_survey_fish_species_lookup_table (
"sc_project_short_code" VARCHAR,
"kingdom" VARCHAR,
"phylum" VARCHAR,
"class" VARCHAR,
"order" VARCHAR,
"family" VARCHAR,
"genus" VARCHAR,
"species" VARCHAR,
"name" VARCHAR
);
CREATE TABLE fish_survey_fish_species_lookup_table_metadata (
"table_name_sc_rcca_fish_species_lookup_table" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR
);
CREATE TABLE invertebrate_survey_data_table_2011_2012 (
"sc_project_short_code" VARCHAR,
"site" VARCHAR,
"newsurvey" BIGINT,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"transectnumber" BIGINT,
"classcode" VARCHAR,
"amount" DOUBLE,
"distance" DOUBLE,
"visibility" DOUBLE,
"depthstart_m" DOUBLE,
"depthend_m" DOUBLE,
"timestart" VARCHAR,
"timeend" VARCHAR
);
CREATE TABLE invertebrate_survey_data_table_2011_2012_metatdata (
"table_name_sc_rcca_invertebrate_data_table" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR
);
CREATE TABLE invertebrate_survey_species_lookup_table (
"sc_project_short_code" VARCHAR,
"kingdom" VARCHAR,
"phylum" VARCHAR,
"class" VARCHAR,
"order" VARCHAR,
"family" VARCHAR,
"genus" VARCHAR,
"species" VARCHAR,
"classcode" VARCHAR
);
CREATE TABLE invertebrate_survey_species_lookup_table_metadata (
"table_name_sc_rcca_invertebrate_species_lookup_table" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR
);
CREATE TABLE uniform_point_contact_data_table_2011_2012 (
"sc_project_short_code" VARCHAR,
"site" VARCHAR,
"newsurvey" BIGINT,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"transectnumber" BIGINT,
"category" VARCHAR,
"classcode" VARCHAR,
"amount" DOUBLE,
"visibility" DOUBLE,
"depthstart_m" DOUBLE,
"depthend_m" DOUBLE,
"timestart" VARCHAR,
"timeend" VARCHAR
);
CREATE TABLE uniform_point_contact_data_table_2011_2012_metadata (
"table_name_sc_rcca_upc_data_table" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR
);
CREATE TABLE uniform_point_contact_lookup_table (
"sc_project_short_code" VARCHAR,
"classcode" VARCHAR,
"category" VARCHAR,
"definition" VARCHAR
);
CREATE TABLE uniform_point_contact_lookup_table_metadata (
"table_name_sc_rcca_upc_lookup_table" VARCHAR,
"unnamed_1" VARCHAR,
"unnamed_2" VARCHAR
);
Anyone who has the link will be able to view this.