Pacific Island Network Anchialine Pool Monitoring Dataset 2019 - 2024
Department of the Interior
@usgov.doi_gov_pacific_island_network_anchialine_pool_monitor_5069be59
Department of the Interior
@usgov.doi_gov_pacific_island_network_anchialine_pool_monitor_5069be59
CREATE TABLE pacn_ap_contacts_lookup (
"recordedby" VARCHAR,
"custom_organization" VARCHAR,
"dynamicproperties" VARCHAR
);
CREATE TABLE pacn_ap_images_data (
"samplingprotocol" VARCHAR,
"year" BIGINT,
"custom_unitcode" VARCHAR,
"custom_poolname" VARCHAR,
"custom_sitenumber" VARCHAR,
"eventdate" TIMESTAMP,
"custom_enddate" TIMESTAMP,
"eventtime" VARCHAR,
"custom_endtime" VARCHAR,
"recordedby" VARCHAR,
"basisofrecord" VARCHAR,
"eventremarks" VARCHAR,
"dynamicproperties" VARCHAR,
"custom_weather" VARCHAR,
"custom_imagelabel" VARCHAR,
"custom_imagedate" TIMESTAMP,
"custom_imagetime" VARCHAR,
"custom_photographer" VARCHAR,
"associatedmedia" VARCHAR,
"custom_associatedmediaremarks" VARCHAR,
"custom_certified" BIGINT,
"custom_certifiedby" VARCHAR,
"custom_certifieddate" TIMESTAMP,
"eventid" VARCHAR,
"locationid" VARCHAR
);
CREATE TABLE pacn_ap_odonates_data (
"samplingprotocol" VARCHAR,
"year" BIGINT,
"custom_unitcode" VARCHAR,
"custom_poolname" VARCHAR,
"custom_sitenumber" VARCHAR,
"eventdate" TIMESTAMP,
"custom_enddate" TIMESTAMP,
"eventtime" VARCHAR,
"custom_endtime" VARCHAR,
"recordedby" VARCHAR,
"basisofrecord" VARCHAR,
"eventremarks" VARCHAR,
"dynamicproperties" VARCHAR,
"custom_weather" VARCHAR,
"custom_surveystarttime" VARCHAR,
"custom_surveyendtime" VARCHAR,
"occurrenceremarks" VARCHAR,
"scientificname" VARCHAR,
"sex" VARCHAR,
"individualcount" VARCHAR,
"occurrencestatus" VARCHAR,
"informationwithheld" VARCHAR,
"custom_certified" BIGINT,
"custom_certifiedby" VARCHAR,
"custom_certifieddate" TIMESTAMP,
"eventid" VARCHAR,
"locationid" VARCHAR
);
CREATE TABLE pacn_ap_other_taxa_data (
"samplingprotocol" VARCHAR,
"year" BIGINT,
"custom_unitcode" VARCHAR,
"custom_poolname" VARCHAR,
"custom_sitenumber" VARCHAR,
"eventdate" TIMESTAMP,
"custom_enddate" TIMESTAMP,
"eventtime" VARCHAR,
"custom_endtime" VARCHAR,
"recordedby" VARCHAR,
"basisofrecord" VARCHAR,
"eventremarks" VARCHAR,
"dynamicproperties" VARCHAR,
"custom_weather" VARCHAR,
"occurrenceremarks" VARCHAR,
"scientificname" VARCHAR,
"occurrencestatus" VARCHAR,
"informationwithheld" VARCHAR,
"custom_certified" BIGINT,
"custom_certifiedby" VARCHAR,
"custom_certifieddate" TIMESTAMP,
"eventid" VARCHAR,
"locationid" VARCHAR
);
CREATE TABLE pacn_ap_pool_locations_data (
"samplingprotocol" VARCHAR,
"custom_unitcode" VARCHAR,
"custom_parkname" VARCHAR,
"custom_poolname" VARCHAR,
"custom_colocation" VARCHAR,
"custom_sitenumber" VARCHAR,
"custom_ahupuaa" VARCHAR,
"custom_area" VARCHAR,
"custom_shoredistanceinmeters" VARCHAR,
"custom_lavatype" VARCHAR,
"locality" VARCHAR,
"locationremarks" VARCHAR,
"custom_poolmodifiedby" VARCHAR,
"modified" TIMESTAMP,
"locationid" VARCHAR
);
CREATE TABLE pacn_ap_quadrat_fish_data (
"samplingprotocol" VARCHAR,
"year" BIGINT,
"custom_unitcode" VARCHAR,
"custom_poolname" VARCHAR,
"custom_sitenumber" VARCHAR,
"eventdate" TIMESTAMP,
"custom_enddate" TIMESTAMP,
"eventtime" VARCHAR,
"custom_endtime" VARCHAR,
"recordedby" VARCHAR,
"basisofrecord" VARCHAR,
"eventremarks" VARCHAR,
"dynamicproperties" VARCHAR,
"custom_weather" VARCHAR,
"custom_surveystarttime" VARCHAR,
"custom_surveyendtime" VARCHAR,
"custom_quadrat" BIGINT,
"occurrenceremarks" VARCHAR,
"scientificname" VARCHAR,
"sex" VARCHAR,
"individualcount" VARCHAR,
"occurrencestatus" VARCHAR,
"informationwithheld" VARCHAR,
"custom_certified" BIGINT,
"custom_certifiedby" VARCHAR,
"custom_certifieddate" TIMESTAMP,
"eventid" VARCHAR,
"locationid" VARCHAR
);
CREATE TABLE pacn_ap_quadrats_shrimp_data (
"samplingprotocol" VARCHAR,
"year" BIGINT,
"custom_unitcode" VARCHAR,
"custom_poolname" VARCHAR,
"custom_sitenumber" VARCHAR,
"eventdate" TIMESTAMP,
"custom_enddate" TIMESTAMP,
"eventtime" VARCHAR,
"custom_endtime" VARCHAR,
"recordedby" VARCHAR,
"basisofrecord" VARCHAR,
"eventremarks" VARCHAR,
"dynamicproperties" VARCHAR,
"custom_weather" VARCHAR,
"custom_surveystarttime" VARCHAR,
"custom_surveyendtime" VARCHAR,
"custom_quadrat" BIGINT,
"occurrenceremarks" VARCHAR,
"scientificname" VARCHAR,
"reproductivecondition" VARCHAR,
"individualcount" VARCHAR,
"occurrencestatus" VARCHAR,
"informationwithheld" VARCHAR,
"custom_certified" BIGINT,
"custom_certifiedby" VARCHAR,
"custom_certifieddate" TIMESTAMP,
"eventid" VARCHAR,
"locationid" VARCHAR
);
CREATE TABLE pacn_ap_riparian_data (
"samplingprotocol" VARCHAR,
"year" BIGINT,
"custom_unitcode" VARCHAR,
"custom_poolname" VARCHAR,
"custom_sitenumber" VARCHAR,
"eventdate" TIMESTAMP,
"custom_enddate" TIMESTAMP,
"eventtime" VARCHAR,
"custom_endtime" VARCHAR,
"recordedby" VARCHAR,
"basisofrecord" VARCHAR,
"eventremarks" VARCHAR,
"dynamicproperties" VARCHAR,
"custom_weather" VARCHAR,
"occurrenceremarks" VARCHAR,
"scientificname" VARCHAR,
"measurementvalue" VARCHAR,
"occurrencestatus" VARCHAR,
"informationwithheld" VARCHAR,
"custom_certified" BIGINT,
"custom_certifiedby" VARCHAR,
"custom_certifieddate" TIMESTAMP,
"eventid" VARCHAR,
"locationid" VARCHAR
);
CREATE TABLE pacn_ap_snails_data (
"samplingprotocol" VARCHAR,
"year" BIGINT,
"custom_unitcode" VARCHAR,
"custom_poolname" VARCHAR,
"custom_sitenumber" VARCHAR,
"eventdate" TIMESTAMP,
"custom_enddate" TIMESTAMP,
"eventtime" VARCHAR,
"custom_endtime" VARCHAR,
"recordedby" VARCHAR,
"basisofrecord" VARCHAR,
"eventremarks" VARCHAR,
"dynamicproperties" VARCHAR,
"custom_weather" VARCHAR,
"custom_surveystarttime" VARCHAR,
"custom_surveyendtime" VARCHAR,
"custom_transect" BIGINT,
"custom_transectlengthinmeters" DOUBLE,
"individualcount" VARCHAR,
"occurrencestatus" VARCHAR,
"occurrenceremarks" VARCHAR,
"scientificname" VARCHAR,
"measurementvalue" VARCHAR,
"measurementunit" VARCHAR,
"informationwithheld" VARCHAR,
"custom_certified" BIGINT,
"custom_certifiedby" VARCHAR,
"custom_certifieddate" TIMESTAMP,
"eventid" VARCHAR,
"locationid" VARCHAR
);
CREATE TABLE pacn_ap_taxon_lookup (
"acceptednameusageid" VARCHAR,
"custom_category" VARCHAR,
"kingdom" VARCHAR,
"class" VARCHAR,
"order" VARCHAR,
"family" VARCHAR,
"genus" VARCHAR,
"specificepithet" VARCHAR,
"scientificname" VARCHAR,
"taxonrank" VARCHAR,
"scientificnameauthorship" VARCHAR,
"establishmentmeans" VARCHAR,
"vernacularname" VARCHAR,
"taxonremarks" VARCHAR,
"modified" TIMESTAMP,
"custom_modifiedby" VARCHAR,
"custom_modifiedremarks" VARCHAR
);
CREATE TABLE pacn_ap_transects_data (
"samplingprotocol" VARCHAR,
"year" BIGINT,
"custom_unitcode" VARCHAR,
"custom_poolname" VARCHAR,
"custom_sitenumber" VARCHAR,
"eventdate" TIMESTAMP,
"custom_enddate" TIMESTAMP,
"eventtime" VARCHAR,
"custom_endtime" VARCHAR,
"recordedby" VARCHAR,
"basisofrecord" VARCHAR,
"eventremarks" VARCHAR,
"dynamicproperties" VARCHAR,
"custom_weather" VARCHAR,
"custom_surveystarttime" VARCHAR,
"custom_surveyendtime" VARCHAR,
"custom_transect" BIGINT,
"custom_transectlengthinmeters" BIGINT,
"custom_densiometervalues" VARCHAR,
"occurrenceremarks" VARCHAR,
"custom_point" BIGINT,
"measurementtype" VARCHAR,
"measurementvalue" DOUBLE,
"measurementunit" VARCHAR,
"informationwithheld" VARCHAR,
"custom_certified" BIGINT,
"custom_certifiedby" VARCHAR,
"custom_certifieddate" TIMESTAMP,
"eventid" VARCHAR,
"locationid" VARCHAR
);
CREATE TABLE pacn_ap_traps_fish_data (
"samplingprotocol" VARCHAR,
"year" BIGINT,
"custom_unitcode" VARCHAR,
"custom_poolname" VARCHAR,
"custom_sitenumber" VARCHAR,
"eventdate" TIMESTAMP,
"custom_enddate" TIMESTAMP,
"eventtime" VARCHAR,
"custom_endtime" VARCHAR,
"recordedby" VARCHAR,
"basisofrecord" VARCHAR,
"eventremarks" VARCHAR,
"dynamicproperties" VARCHAR,
"custom_weather" VARCHAR,
"custom_surveystarttime" VARCHAR,
"custom_surveyendtime" VARCHAR,
"custom_trapnumber" BIGINT,
"occurrenceremarks" VARCHAR,
"scientificname" VARCHAR,
"sex" VARCHAR,
"individualcount" VARCHAR,
"occurrencestatus" VARCHAR,
"reproductivecondition" VARCHAR,
"informationwithheld" VARCHAR,
"custom_certified" BIGINT,
"custom_certifiedby" VARCHAR,
"custom_certifieddate" TIMESTAMP,
"eventid" VARCHAR,
"locationid" VARCHAR
);
CREATE TABLE pacn_ap_traps_shrimp_data (
"samplingprotocol" VARCHAR,
"year" BIGINT,
"custom_unitcode" VARCHAR,
"custom_poolname" VARCHAR,
"custom_sitenumber" VARCHAR,
"eventdate" TIMESTAMP,
"custom_enddate" TIMESTAMP,
"eventtime" VARCHAR,
"custom_endtime" VARCHAR,
"recordedby" VARCHAR,
"basisofrecord" VARCHAR,
"eventremarks" VARCHAR,
"dynamicproperties" VARCHAR,
"custom_weather" VARCHAR,
"custom_surveystarttime" VARCHAR,
"custom_surveyendtime" VARCHAR,
"custom_trapnumber" BIGINT,
"occurrenceremarks" VARCHAR,
"scientificname" VARCHAR,
"sex" VARCHAR,
"individualcount" VARCHAR,
"occurrencestatus" VARCHAR,
"reproductivecondition" VARCHAR,
"informationwithheld" VARCHAR,
"custom_certified" BIGINT,
"custom_certifiedby" VARCHAR,
"custom_certifieddate" TIMESTAMP,
"eventid" VARCHAR,
"locationid" VARCHAR
);
Anyone who has the link will be able to view this.