Citizen Scientist Monitoring Of Rocky Reefs And Kelp Forests, California North Coast MPA Baseline Study, 2014 To 2016
State of California
@usgov.ca_gov_citizen_scientist_monitoring_of_rocky_reefs_and_a738febe
State of California
@usgov.ca_gov_citizen_scientist_monitoring_of_rocky_reefs_and_a738febe
RCCA volunteer citizen scientists conducted 18 visual scuba transects at each monitoring site to survey densities and sizes of ecologically and economically important fish, invertebrate and algal species and to characterize the physical habitats. Transects were 30-meters long and 2-meters wide swaths above the rocky reef substrate. Divers counted and sized key species of fish (35 species), counted invertebrates (33 species) and algae (9 species), and estimated the percent cover of substrate types and vertical relief of the seafloor. Over the baseline monitoring of 2014-2015, RCCA conducted 18 surveys at eight monitoring sites in the NCSR. Three of these sites have been surveyed since 2007. The data from these surveys were analyzed at multiple scales to provide baseline characterization of the kelp forest ecosystems at the time of MPA implementation. We characterized the biological community at the RCCA monitoring sites by summarizing the physical and biological characteristics of each of the sites. These summaries will serve as a reference point in the future as long-term monitoring continues.
Organization: State of California
Last updated: 2021-09-08T16:17:46.341709
Tags: algae, baseline, biota, california, california-ocean-protection-council, ecological-data, environmental, fishes, invertebrates, kelp-forest, marine-protected-area, monitoring, mpa, north-coast, oceans, rocky-reef
CREATE TABLE fish_survey_data_table_2014_2015 (
"nc_project_short_code" VARCHAR,
"site" VARCHAR,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"transectnumber" BIGINT,
"classcode" VARCHAR,
"sex" VARCHAR,
"amount" DOUBLE,
"size_cm" DOUBLE,
"size_min_cm" DOUBLE,
"size_max_cm" DOUBLE,
"depth_m" DOUBLE,
"visibility" DOUBLE,
"temp10m" BIGINT
);CREATE TABLE fish_survey_data_table_2014_2015_metadata (
"table_name_nc_rcca_fish_data_table" VARCHAR -- Table Name: NC RCCA Fish Data Table,
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2
);CREATE TABLE fish_survey_fish_species_lookup_table (
"nc_project_short_code" VARCHAR,
"kingdom" VARCHAR,
"phylum" VARCHAR,
"class" VARCHAR,
"order" VARCHAR,
"family" VARCHAR,
"genus" VARCHAR,
"species" VARCHAR,
"classcode" VARCHAR
);CREATE TABLE fish_survey_fish_species_lookup_table_metadata (
"table_name_nc_rcca_fish_species_lookup_table" VARCHAR -- Table Name: NC RCCA Fish Species Lookup Table,
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2
);CREATE TABLE invertebrate_survey_abalone_sizes_2014_2015 (
"nc_project_short_code" VARCHAR,
"site" VARCHAR,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"transectnumber" BIGINT,
"species" VARCHAR,
"size" BIGINT,
"depth_m" DOUBLE,
"visibility" DOUBLE,
"temp10m" BIGINT
);CREATE TABLE invertebrate_survey_abalone_sizes_2014_2015_metadata (
"table_name_nc_rcca_abalone_sizes_data_table" VARCHAR -- Table Name: NC RCCA Abalone Sizes Data Table,
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2
);CREATE TABLE invertebrate_survey_data_table_2014_2015 (
"nc_project_short_code" VARCHAR,
"site" VARCHAR,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"transectnumber" BIGINT,
"classcode" VARCHAR,
"amount" BIGINT,
"distance" BIGINT,
"depth_m" DOUBLE,
"visibility" DOUBLE,
"temp10m" BIGINT
);CREATE TABLE invertebrate_survey_data_table_2014_2015_metadata (
"table_name_nc_rcca_invertebrate_data_table" VARCHAR -- Table Name: NC RCCA Invertebrate Data Table,
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2
);CREATE TABLE invertebrate_survey_species_lookup_table (
"nc_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_nc_rcca_invertebrate_species_lookup_table" VARCHAR -- Table Name: NC RCCA Invertebrate Species Lookup Table,
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2
);CREATE TABLE mpa_baseline_program_information_north_coast_metadata (
"nc_mpa_baselineprograminformation_lookuptable_csv" VARCHAR,
"lookup_containing_a_list_of_north_coast_sc_marine_prot_f4f7dfc5" VARCHAR -- Lookup Table Containing A List Of North Coast (SC) Marine Protected Area (MPA) Baseline Program Projects And Associated Information
);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,
"latddm" VARCHAR,
"longddm" VARCHAR,
"sortorder" BIGINT,
"positionid" VARCHAR
);CREATE TABLE mpa_boundary_details_north_coast_metadata (
"mpa_name" VARCHAR,
"the_name_of_the_california_marine_protected_area_descr_043f4de7" VARCHAR -- The Name Of The California Marine Protected Area Described By The Associated Boundary Coordinates. Name Of The MPA As Identified By The California Department Of Fish And Wildlife (CDFW).
);CREATE TABLE site_lookup_table (
"nc_project_short_code" VARCHAR,
"site" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"mpa" VARCHAR
);CREATE TABLE site_lookup_table_metadata (
"table_name_nc_rcca_site_lookup_table" VARCHAR -- Table Name: NC RCCA Site Lookup Table,
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2
);CREATE TABLE uniform_point_contact_data_table_2014_2015 (
"nc_project_short_code" VARCHAR,
"site" VARCHAR,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"transectnumber" BIGINT,
"category" VARCHAR,
"classcode" VARCHAR,
"amount" BIGINT,
"depth_m" DOUBLE,
"visibility" DOUBLE,
"temp10m" BIGINT
);CREATE TABLE uniform_point_contact_data_table_2014_2015_metadata (
"table_name_nc_rcca_upc_data_table" VARCHAR -- Table Name: NC RCCA UPC Data Table,
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2
);CREATE TABLE uniform_point_contact_lookup_table (
"nc_project_short_code" VARCHAR,
"classcode" VARCHAR,
"category" VARCHAR,
"definition" VARCHAR,
"kingdom" VARCHAR,
"phylum_division" VARCHAR,
"class" VARCHAR,
"order" VARCHAR,
"unnamed_8" VARCHAR -- Unnamed: 8
);CREATE TABLE uniform_point_contact_lookup_table_metadata (
"table_name_nc_rcca_upc_lookup_table" VARCHAR -- Table Name: NC RCCA UPC Lookup Table,
"unnamed_1" VARCHAR -- Unnamed: 1,
"unnamed_2" VARCHAR -- Unnamed: 2
);Anyone who has the link will be able to view this.