Plant Inventory At Bryce Canyon National Park In 1981 - Data Package
Department of the Interior
@usgov.doi_gov_plant_inventory_at_bryce_canyon_national_park__05e06fb3
Department of the Interior
@usgov.doi_gov_plant_inventory_at_bryce_canyon_national_park__05e06fb3
In 1981, a plant study was conducted at Bryce Canyon National Park (BRCA) in an effort to try to find the different vegetative type and endemic plants of the BRCA breaks. The vegetation of the study area was surveyed by means of 100 X 100 m2 plots. Plots were subjectively placed in areas of homogeneous vegetation among the clifflike formations. Within each plot, density and basal area of all mature trees, density only of juvenile trees and understory species present were recorded. In an effort to comply with Executive Order 13642, Making Open and Machine Readable the New Default for Government Information (GPO 2013), almost 40 years after this study ended, the data recorded as a result of the study was digitized, cleaned, and processed in order to become machine readable and accessible to the public.
Organization: Department of the Interior
Last updated: 2025-10-04T23:44:36.476031
Tags: brca, bryce-canyon, ecological-framework-biological-integrity-focal-species-or-communities-vegetation-complex, plants, trees, utah, vegetation
CREATE TABLE brca_plants_cleaned (
"locality" VARCHAR,
"plot" DOUBLE,
"eventdate" TIMESTAMP,
"eventdate_flag" VARCHAR,
"verbatimidentification" VARCHAR,
"vernacularname" VARCHAR,
"scientificname" VARCHAR,
"scientificname_flag" VARCHAR,
"taxonrank" VARCHAR,
"tsn" VARCHAR,
"authority" VARCHAR,
"density" VARCHAR,
"basalcoverincentimeters" VARCHAR,
"occurenceremarks" VARCHAR,
"fieldnotes" VARCHAR,
"verbatimlatitude" DOUBLE,
"verbatimlongitude" DOUBLE,
"coordinate_flag" VARCHAR,
"verbatimcoordinatesystem" VARCHAR,
"verbatimsrs" VARCHAR,
"coordinateuncertaintyinmeters" BIGINT,
"verbatimelevationinfeet" BIGINT,
"verbatimelevationinmeters" BIGINT,
"slopeinpercent" VARCHAR,
"locationremarks" VARCHAR,
"stateprovince" VARCHAR,
"type" VARCHAR,
"basisofrecord" VARCHAR
);
Anyone who has the link will be able to view this.