Pacific Island Network Benthic Marine Community And Marine Fish Monitoring Data Package 2006 - 2023
Department of the Interior
@usgov.doi_gov_pacific_island_network_benthic_marine_communit_14a168dd
Department of the Interior
@usgov.doi_gov_pacific_island_network_benthic_marine_communit_14a168dd
CREATE TABLE pacn_marine_benthic_cover_data (
"samplingprotocol" VARCHAR,
"year" BIGINT,
"custom_unitcode" VARCHAR,
"custom_loctype" VARCHAR,
"custom_locname" VARCHAR,
"custom_labelname" VARCHAR,
"decimallatitude" VARCHAR,
"decimallongitude" VARCHAR,
"eventdate" TIMESTAMP,
"recordedby" VARCHAR,
"basisofrecord" VARCHAR,
"eventremarks" VARCHAR,
"custom_frameider" VARCHAR,
"custom_frame" BIGINT,
"custom_diseasebleaching" VARCHAR,
"custom_severity" VARCHAR,
"custom_pointnumber" BIGINT,
"custom_x" VARCHAR,
"custom_y" VARCHAR,
"scientificname" VARCHAR,
"custom_bleaching" VARCHAR,
"custom_bleachingcat" VARCHAR,
"custom_benthiccertified" BIGINT,
"custom_benthiccertifiedby" VARCHAR,
"custom_benthiccertifieddate" VARCHAR,
"eventid" VARCHAR,
"locationid" VARCHAR
);
CREATE TABLE pacn_marine_contacts_lookup (
"recordedby" VARCHAR,
"custom_organization" VARCHAR,
"dynamicproperties" VARCHAR
);
CREATE TABLE pacn_marine_fish_data (
"samplingprotocol" VARCHAR,
"year" BIGINT,
"custom_unitcode" VARCHAR,
"custom_loctype" VARCHAR,
"custom_locname" BIGINT,
"custom_labelname" VARCHAR,
"decimallatitude" VARCHAR,
"decimallongitude" VARCHAR,
"eventdate" TIMESTAMP,
"recordedby" VARCHAR,
"basisofrecord" VARCHAR,
"eventremarks" VARCHAR,
"scientificname" VARCHAR,
"individualcount" BIGINT,
"occurrencestatus" VARCHAR,
"dynamicproperties" VARCHAR,
"measurementtype" VARCHAR,
"measurementvalue" BIGINT,
"measurementunit" VARCHAR,
"occurenceremarks" VARCHAR,
"custom_fishcertified" BIGINT,
"custom_fishcertifiedby" VARCHAR,
"custom_fishcertifieddate" TIMESTAMP,
"eventid" VARCHAR,
"locationid" VARCHAR
);
CREATE TABLE pacn_marine_rugosity (
"samplingprotocol" VARCHAR,
"year" BIGINT,
"custom_unitcode" VARCHAR,
"custom_loctype" VARCHAR,
"custom_locname" VARCHAR,
"custom_labelname" VARCHAR,
"decimallatitude" VARCHAR,
"decimallongitude" VARCHAR,
"eventdate" TIMESTAMP,
"recordedby" VARCHAR,
"basisofrecord" VARCHAR,
"eventremarks" VARCHAR,
"dynamicproperties" VARCHAR,
"eventid" VARCHAR,
"locationid" VARCHAR
);
CREATE TABLE pacn_marine_settlement (
"samplingprotocol" VARCHAR,
"year" BIGINT,
"custom_unitcode" VARCHAR,
"custom_loctype" VARCHAR,
"custom_locname" BIGINT,
"custom_labelname" VARCHAR,
"decimallatitude" DOUBLE,
"decimallongitude" DOUBLE,
"eventdate" TIMESTAMP,
"recordedby" VARCHAR,
"basisofrecord" VARCHAR,
"eventremarks" VARCHAR,
"custom_cra" BIGINT,
"custom_platenumber" BIGINT,
"custom_retrievedplatepairdate" TIMESTAMP,
"custom_durationindays" BIGINT,
"custom_surface" VARCHAR,
"custom_orientation" VARCHAR,
"scientificname" VARCHAR,
"custom_genuscode" VARCHAR,
"individualcount" VARCHAR,
"occurrencestatus" VARCHAR,
"dynamicproperties" VARCHAR,
"custom_settcertified" BIGINT,
"custom_settcertifiedby" VARCHAR,
"custom_settcertifieddate" TIMESTAMP,
"eventid" VARCHAR,
"locationid" VARCHAR
);
CREATE TABLE pacn_marine_taxon_lookup (
"acceptednameusageid" VARCHAR,
"type" VARCHAR,
"settlement" BIGINT,
"kingdom" VARCHAR,
"phylum" VARCHAR,
"class" VARCHAR,
"order" VARCHAR,
"family" VARCHAR,
"genus" VARCHAR,
"specificepithet" VARCHAR,
"scientificname" VARCHAR,
"taxonrank" VARCHAR,
"scientificnameauthorship" VARCHAR,
"custom_targetspecies" VARCHAR,
"vernacularname" VARCHAR,
"custom_trophic" VARCHAR,
"custom_consumer" VARCHAR,
"custom_endemic" VARCHAR,
"custom_mobility" VARCHAR,
"custom_statusesa" VARCHAR,
"taxonremarks" VARCHAR,
"modified" VARCHAR,
"custom_modifiedby" VARCHAR
);
CREATE TABLE pacn_marine_transects (
"samplingprotocol" VARCHAR,
"custom_establishedyear" BIGINT,
"islandgroup" VARCHAR,
"island" VARCHAR,
"custom_unitcode" VARCHAR,
"custom_sitename" VARCHAR,
"custom_subunit" VARCHAR,
"custom_loctype" VARCHAR,
"custom_locname" VARCHAR,
"custom_labelname" VARCHAR,
"decimallatitude" VARCHAR,
"decimallongitude" VARCHAR,
"geodeticdatum" VARCHAR,
"custom_mgmt" VARCHAR,
"custom_habitat" VARCHAR,
"custom_subhabitat" VARCHAR,
"custom_bearing" VARCHAR,
"minimumdepthinmeters" VARCHAR,
"maximumdepthinmeters" VARCHAR,
"locationremarks" VARCHAR,
"locationid" VARCHAR
);
Anyone who has the link will be able to view this.