Pilot Landbird Monitoring At Grand Teton National Park, 2005-2008 - Data Package
Department of the Interior
@usgov.doi_gov_pilot_landbird_monitoring_at_grand_teton_natio_27ab58f8
Department of the Interior
@usgov.doi_gov_pilot_landbird_monitoring_at_grand_teton_natio_27ab58f8
Landbird monitoring is a widely used monitoring type that can help land managers determine the habitat quality within the survey area. The Greater Yellowstone Network (GRYN) used landbird monitoring to determine the quality of select habitats within Grand Teton National Park (GRTE): High elevation/Alpine, aspen, riparian floodplain, riparian willow, and sage shrub steppe/sagebrush. Both point count and transect methods were employed to record the landbirds encountered along randomly-selected 2.1 km-long transects and 15 points within these habitats. In addition to habitat quality, the data found in these surveys can be used to determine the distribution and density of target landbird species, community dynamics, and habitat (vegetation) structure. The surveys that produced these data were performed in the months following the end of spring migration yearly, from 2005 to 2008.
Organization: Department of the Interior
Last updated: 2025-09-14T20:41:39.999075
Tags: alpine, application-inventory-registry, aspen, birds, grand-teton-national-park, greater-yellowstone-network, grte, gryn, high-elevation, imd, inventory-and-monitoring-division, land-birds, landbirds, point-count, riparian, riparian-floodplain, riparian-willow, sage-shrub-steppe, transect
CREATE TABLE gryn_landbirds_point (
"unit_code" VARCHAR,
"site_name" VARCHAR,
"loc_name" VARCHAR,
"habitat_type" VARCHAR,
"type" VARCHAR,
"basisofrecord" VARCHAR,
"survey_type" VARCHAR,
"survey_type_flag" VARCHAR,
"start_date" VARCHAR,
"start_time" VARCHAR,
"stop_date" VARCHAR,
"stop_time" VARCHAR,
"minute1" BIGINT,
"minute2" BIGINT,
"minute3" BIGINT,
"minute4" BIGINT,
"minute5" BIGINT,
"species_code" VARCHAR,
"scientificname" VARCHAR,
"verbatimidentification" VARCHAR,
"taxonomic_serial_num" VARCHAR,
"individualcount" VARCHAR,
"nobirdsobserved" BIGINT,
"sex" VARCHAR,
"distance_inmeters" VARCHAR,
"distancepre2008_inmeters" VARCHAR,
"bearing_indegrees" VARCHAR,
"relative_location" VARCHAR,
"relative_location_flag" VARCHAR,
"visual" BIGINT,
"call" BIGINT,
"song" BIGINT,
"drum" BIGINT,
"other_aural" BIGINT,
"occurrenceremarks" VARCHAR,
"decimallatitude" VARCHAR,
"decimallongitude" VARCHAR,
"geodeticdatum" VARCHAR,
"verbatimcoordinates" VARCHAR,
"verbatimcoordinatesystem" VARCHAR,
"loc_type" VARCHAR,
"nav_id" VARCHAR,
"locationremarks" VARCHAR,
"start_wind" VARCHAR,
"start_wind_flag" VARCHAR,
"stop_wind" VARCHAR,
"start_sky" VARCHAR,
"stop_sky" VARCHAR,
"eventremarks" VARCHAR
);CREATE TABLE gryn_landbirds_segment (
"unit_code" VARCHAR,
"site_name" VARCHAR,
"loc_name" VARCHAR,
"habitat_type" VARCHAR,
"type" VARCHAR,
"basisofrecord" VARCHAR,
"start_date" TIMESTAMP,
"start_time" VARCHAR,
"stop_date" TIMESTAMP,
"stop_time" VARCHAR,
"minute1" BIGINT,
"minute2" BIGINT,
"minute3" BIGINT,
"minute4" BIGINT,
"minute5" BIGINT,
"species_code" VARCHAR,
"scientificname" VARCHAR,
"verbatimidentification" VARCHAR,
"taxonomic_serial_num" VARCHAR,
"individualcount" VARCHAR,
"nobirdsobserved" BIGINT,
"sex" VARCHAR,
"distance_inmeters" VARCHAR,
"distancepre2008_inmeters" BIGINT,
"bearing_indegrees" VARCHAR,
"relative_location" VARCHAR,
"relative_location_flag" VARCHAR,
"visual" BIGINT,
"call" BIGINT,
"song" BIGINT,
"drum" BIGINT,
"other_aural" BIGINT,
"occurrenceremarks" VARCHAR,
"locationremarks" VARCHAR,
"start_wind" BIGINT,
"start_wind_flag" VARCHAR,
"stop_wind" BIGINT,
"start_sky" BIGINT,
"stop_sky" BIGINT
);Anyone who has the link will be able to view this.