Breeding Bird Inventory At Petroglyph National Monument 2022 - Open Format Dataset
Department of the Interior
@usgov.doi_gov_breeding_bird_inventory_at_petroglyph_national_66621003
Department of the Interior
@usgov.doi_gov_breeding_bird_inventory_at_petroglyph_national_66621003
Data Set created during the Breeding Bird Inventory at Petroglyph National Monument that includes events conducted and species occurrences obtained. Please refer to the project for more information found here: https://irma.nps.gov/DataStore/Reference/Profile/2302577. We used (1) point-count surveys to inventory breeding birds across the full extent of the monument and (2) area searches to understand if proposed escarpment trail-crossing locations would affect nesting habitat. We conducted 196 point-count surveys and 15 area searches, detecting 57 species in over 1200 detections; using these data, we estimated breeding densities for nine species. We found distinct bird communities in grassland, shrubland, and rocky escarpment habitat, and at least 27 species of open-habitat and pinyon-juniper passage migrants. However, suburban expansion showed pronounced effects on bird spatial distributions: non-native and generalist species were most common near the suburban boundary, while grassland-specialist species showed an aversion to non-grassland edges. We found no evidence of raptor breeding behavior during area searches, likely because the nearby riparian corridor provides superior nesting habitat, and many areas of the escarpment are subject to high human disturbance. The proposed trail network will likely reduce the negative impacts of social trails on breeding birds and is unlikely to significantly affect raptor and songbird nesting habitat on the escarpment.
Organization: Department of the Interior
Last updated: 2024-03-29T17:12:15.957883
Tags: arid-grassland, avian, biology, bird, breeding, habitat, imd, inventory, national-park-service, new-mexico, nps, nps-inventory-and-monitoring-division, nps-species-inventory-program, petr, petroglyph-national-monument, raptor, rocky-escarpment, social-trails
CREATE TABLE petr_breedingbird_occurrence (
"occurrenceid" VARCHAR,
"eventid" VARCHAR,
"basisofrecord" VARCHAR,
"taxonid" VARCHAR,
"scientificname" VARCHAR,
"recordedby" VARCHAR,
"occurrencestatus" VARCHAR,
"individualcount" BIGINT,
"organismquantity" BIGINT,
"organismquantitytype" VARCHAR,
"publicdisplay" VARCHAR,
"dataaccess" VARCHAR,
"lifestage" VARCHAR,
"sex" VARCHAR,
"reproductivecondition" VARCHAR,
"behavior" VARCHAR,
"covariatesample" VARCHAR,
"preparations" VARCHAR,
"identifiedby" VARCHAR,
"dateidentified" VARCHAR,
"identificationreferences" VARCHAR,
"identificationremarks" VARCHAR,
"identificationqualifier" VARCHAR,
"identificationverificationstatus" VARCHAR,
"occurrenceremarks" VARCHAR,
"materialsampleid" VARCHAR,
"recordnumber" VARCHAR,
"organismremarks" VARCHAR,
"identificationid" VARCHAR
);
CREATE TABLE petr_breedingbird_surveyevents (
"eventid" VARCHAR,
"parenteventid" VARCHAR,
"samplingprotocol" VARCHAR,
"samplesizevalue" BIGINT,
"samplesizeunit" VARCHAR,
"samplingeffort" VARCHAR,
"startdatetime" TIMESTAMP,
"enddatetime" TIMESTAMP,
"waterfeaturename" VARCHAR,
"countrycode" VARCHAR,
"stateprovince" VARCHAR,
"county" VARCHAR,
"habitatdescription" VARCHAR,
"verbatimlatitude" DOUBLE,
"verbatimlongitude" DOUBLE,
"verbatimlatitudestart" VARCHAR,
"verbatimlongitudestart" VARCHAR,
"verbatimlatitudestop" VARCHAR,
"verbatimlongitudestop" VARCHAR,
"verbatimcoordinatesystem" VARCHAR,
"verbatimsrs" VARCHAR,
"verbatimdatum" VARCHAR,
"coordinateuncertaintyinmeters" BIGINT,
"coordinateprecision" DOUBLE,
"publicdisplay" VARCHAR,
"dataaccess" VARCHAR,
"fieldnumber" VARCHAR,
"fieldnotes" VARCHAR,
"eventremarks" VARCHAR,
"verbatimelevation" VARCHAR,
"verbatimdepth" VARCHAR,
"waterfeaturesubstrate" VARCHAR,
"locationremarks" VARCHAR,
"footprintwkt" VARCHAR,
"footprintsrs" VARCHAR
);
CREATE TABLE petr_breedingbird_taxon (
"taxonid" VARCHAR,
"scientificnameid" VARCHAR,
"scientificname" VARCHAR,
"acceptednameusage" VARCHAR,
"kingdom" VARCHAR,
"phylum" VARCHAR,
"class" VARCHAR,
"order" VARCHAR,
"family" VARCHAR,
"genus" VARCHAR,
"subgenus" VARCHAR,
"specificepithet" VARCHAR,
"infraspecificepithet" VARCHAR,
"taxonrank" VARCHAR,
"scientificnameauthorship" VARCHAR,
"vernacularname" VARCHAR,
"nomenclaturalcode" VARCHAR,
"taxonomicstatus" VARCHAR,
"nomenclaturalstatus" VARCHAR,
"taxonremarks" VARCHAR,
"parentnameusage" VARCHAR,
"originalnameusage" VARCHAR,
"nameaccordingto" VARCHAR,
"namepublishedin" VARCHAR,
"namepublishedinyear" VARCHAR,
"higherclassification" VARCHAR,
"acceptednameusageid" VARCHAR,
"parentnameusageid" VARCHAR,
"originalnameusageid" VARCHAR,
"nameaccordingtoid" VARCHAR,
"namepublishedinid" VARCHAR,
"taxonconceptid" VARCHAR
);
Anyone who has the link will be able to view this.