Baselight

Pacific Island Network Molokai Landbird Surveys Dataset 2021

Department of the Interior

@usgov.doi_gov_pacific_island_network_molokai_landbird_surveys_2021

Loading...
Loading...

About this Dataset

Pacific Island Network Molokai Landbird Surveys Dataset 2021

In 2021, on the island of Molokai, reserves managed by The Nature Conservancy and the Hawaii Department of Land and Natural Resources; as well as Kalaupapa National Park were surveyed for landbirds and landbird habitat in order to provide information for monitoring long-term trends in forest bird distribution, density, and abundance. Based on the point-transect distance sampling history on Molakai, a 3,527-ha core area was defined to assess long-term population trends since 1979, when the first surveys were conducted. Areas of Kalaupapa National Park were excluded from the core area because of an intermittent survey schedule. However, this dataset provides all of the 2021 survey data including areas inside and outside the core area, which is denoted by “Core_Area”. A summary of the 2021 survey results for the core area and for Kalauapapa National Park will be provided in separate products, such as an NPS National Resource Report and a relevant scientific journal. The 2021 survey effort is expected to be repeated in collaboration with PACN, The Nature Conservancy, the Maui Forest Bird Recovery Project, and the Hawaii Department of Land and Natural Resources every 5-6 years.
Organization: Department of the Interior
Last updated: 2024-05-11T00:19:35.047986
Tags: austin-trusts, biota, birds, division-of-fish-and-wildlife, kala, kalaupapa-national-historical-park, kamehameha-schools, landbirds, miala-inc, molokai, monitoring, p-l-castanera, point-counts, the-nature-conservancy, wildlife

Tables

Tbl Stations

@usgov.doi_gov_pacific_island_network_molokai_landbird_surveys_2021.tbl_stations
  • 17.73 KB
  • 211 rows
  • 11 columns
Loading...

CREATE TABLE tbl_stations (
  "station_id" VARCHAR,
  "transect_id" VARCHAR,
  "station" VARCHAR,
  "lat_final" DOUBLE,
  "lat_dir" VARCHAR,
  "long_final" DOUBLE,
  "long_dir" VARCHAR,
  "geo_datum" VARCHAR,
  "updated_date" TIMESTAMP,
  "updated_by" VARCHAR,
  "updated_notes" VARCHAR
);

Tbl Sites

@usgov.doi_gov_pacific_island_network_molokai_landbird_surveys_2021.tbl_sites
  • 3.31 KB
  • 7 rows
  • 3 columns
Loading...

CREATE TABLE tbl_sites (
  "site_id" VARCHAR,
  "unit_code" VARCHAR,
  "site_name" VARCHAR
);

Tbl Observations

@usgov.doi_gov_pacific_island_network_molokai_landbird_surveys_2021.tbl_observations
  • 24.81 KB
  • 855 rows
  • 3 columns
Loading...

CREATE TABLE tbl_observations (
  "observation_id" VARCHAR,
  "event_id" VARCHAR,
  "species_id" VARCHAR
);

Tbl Events

@usgov.doi_gov_pacific_island_network_molokai_landbird_surveys_2021.tbl_events
  • 29.83 KB
  • 213 rows
  • 20 columns
Loading...

CREATE TABLE tbl_events (
  "event_id" VARCHAR,
  "station_id" VARCHAR,
  "protocol_name" VARCHAR,
  "start_date" TIMESTAMP,
  "start_time" VARCHAR,
  "end_time" VARCHAR,
  "repeat_sample" BIGINT,
  "habitat_date" VARCHAR,
  "event_notes" VARCHAR,
  "entered_by" VARCHAR,
  "entered_date" TIMESTAMP,
  "updated_by" VARCHAR,
  "updated_date" TIMESTAMP,
  "verified" BIGINT,
  "verified_by" VARCHAR,
  "verified_date" TIMESTAMP,
  "certified" BIGINT,
  "certified_by" VARCHAR,
  "certified_date" TIMESTAMP,
  "qa_notes" VARCHAR
);

Tbl Contacts

@usgov.doi_gov_pacific_island_network_molokai_landbird_surveys_2021.tbl_contacts
  • 12.03 KB
  • 7 rows
  • 18 columns
Loading...

CREATE TABLE tbl_contacts (
  "contact_id" VARCHAR,
  "last_name" VARCHAR,
  "first_name" VARCHAR,
  "middle_init" VARCHAR,
  "obs_code" VARCHAR,
  "organization" VARCHAR,
  "position_title" VARCHAR,
  "address_type" VARCHAR,
  "address" VARCHAR,
  "address2" VARCHAR,
  "city" VARCHAR,
  "state_code" VARCHAR,
  "zip_code" DOUBLE,
  "country" VARCHAR,
  "email_address" VARCHAR,
  "work_phone" VARCHAR,
  "work_extension" VARCHAR,
  "contact_notes" VARCHAR
);

Tbl Detections

@usgov.doi_gov_pacific_island_network_molokai_landbird_surveys_2021.tbl_detections
  • 64.76 KB
  • 2549 rows
  • 4 columns
Loading...

CREATE TABLE tbl_detections (
  "detection_id" VARCHAR,
  "observation_id" VARCHAR,
  "distance" DOUBLE,
  "detection" BIGINT
);

Tbl Locations

@usgov.doi_gov_pacific_island_network_molokai_landbird_surveys_2021.tbl_locations
  • 4.2 KB
  • 10 rows
  • 4 columns
Loading...

CREATE TABLE tbl_locations (
  "location_id" VARCHAR,
  "site_id" VARCHAR,
  "island" VARCHAR,
  "loc_name" VARCHAR
);

Tbl Habitat

@usgov.doi_gov_pacific_island_network_molokai_landbird_surveys_2021.tbl_habitat
  • 17.82 KB
  • 212 rows
  • 8 columns
Loading...

CREATE TABLE tbl_habitat (
  "habitat_id" VARCHAR,
  "event_id" VARCHAR,
  "canopy_cover" VARCHAR,
  "canopy_height" VARCHAR,
  "canopy_comp" VARCHAR,
  "understory_comp" VARCHAR,
  "noted_canopy_spp_common" VARCHAR,
  "noted_canopy_spp_scientific" VARCHAR
);

Xref Event Contacts

@usgov.doi_gov_pacific_island_network_molokai_landbird_surveys_2021.xref_event_contacts
  • 8.13 KB
  • 213 rows
  • 3 columns
Loading...

CREATE TABLE xref_event_contacts (
  "event_id" VARCHAR,
  "contact_id" VARCHAR,
  "contact_role" VARCHAR
);

Tbl Species Alternate Names

@usgov.doi_gov_pacific_island_network_molokai_landbird_surveys_2021.tbl_species_alternate_names
  • 16.78 KB
  • 313 rows
  • 6 columns
Loading...

CREATE TABLE tbl_species_alternate_names (
  "species_id" VARCHAR,
  "alternate_name" VARCHAR,
  "alternate_type" VARCHAR,
  "updated_date" TIMESTAMP,
  "update_by" VARCHAR,
  "update_notes" VARCHAR
);

Tlu Species

@usgov.doi_gov_pacific_island_network_molokai_landbird_surveys_2021.tlu_species
  • 29.75 KB
  • 337 rows
  • 10 columns
Loading...

CREATE TABLE tlu_species (
  "species_id" VARCHAR,
  "family" VARCHAR,
  "scientific_name" VARCHAR,
  "common_name" VARCHAR,
  "species_code" VARCHAR,
  "source" VARCHAR,
  "te_status" VARCHAR,
  "habitat" VARCHAR,
  "bna_account" VARCHAR,
  "tsn" DOUBLE
);

Tbl Event Details

@usgov.doi_gov_pacific_island_network_molokai_landbird_surveys_2021.tbl_event_details
  • 21.55 KB
  • 213 rows
  • 16 columns
Loading...

CREATE TABLE tbl_event_details (
  "event_details_id" VARCHAR,
  "event_id" VARCHAR,
  "cloud" BIGINT,
  "rain" BIGINT,
  "wind" BIGINT,
  "gust" BIGINT,
  "p1" BIGINT,
  "p2" BIGINT,
  "p3" BIGINT,
  "p4" BIGINT,
  "p5" BIGINT,
  "p6" BIGINT,
  "p7" BIGINT,
  "p8" BIGINT,
  "p9" BIGINT,
  "p10" BIGINT
);

Tbl Transects

@usgov.doi_gov_pacific_island_network_molokai_landbird_surveys_2021.tbl_transects
  • 7.26 KB
  • 20 rows
  • 8 columns
Loading...

CREATE TABLE tbl_transects (
  "transect_id" VARCHAR,
  "location_id" VARCHAR,
  "core_area" VARCHAR,
  "transect_type" VARCHAR,
  "transect" VARCHAR,
  "updated_date" TIMESTAMP,
  "updated_by" VARCHAR,
  "updated_notes" VARCHAR
);

Share link

Anyone who has the link will be able to view this.