Southeast Utah Group Long-term Vegetation Monitoring Data, Utah, USA: 1998 - 2022
Department of the Interior
@usgov.doi_gov_southeast_utah_group_long_term_vegetation_moni_3f8658d4
Department of the Interior
@usgov.doi_gov_southeast_utah_group_long_term_vegetation_moni_3f8658d4
The Southeast Utah Group of National Parks (Arches and Canyonlands National Parks and Hovenweep and Natural Bridges National Monuments) established a long-term upland vegetation monitoring program in 1983. The data in this data package are from 1998 through 2022. Data collected prior to 1998 are not available at this time. From 1983 through 2010 all plots were sampled annually. Starting in 2011, a seven-year rotating panel was initiated as natural resource objectives changed. Currently, sampling is conducted two years in a row and then a plot is rested for five years. A priori site selection based on professional opinion was used to select sampling plots. A stratified sampling frame was not used to select plot locations. Most sampling plots consist of two transects of 50 0.5mx0.5m Daubenmire quadrats (100 quadrats per plot), although the layout of transects can vary. Each quadrat is approximately 2-3 meters apart. The data provided here are plant and ground frequency and cover class estimates from visual observations.
Organization: Department of the Interior
Last updated: 2025-09-14T20:11:55.560902
Tags: community-composition, lichens, long-term-ecological-monitoring, plant-community, soil
CREATE TABLE seug_crustclassdata (
"locationid" VARCHAR,
"eventdate" TIMESTAMP,
"quadrat" BIGINT,
"crustclass" BIGINT,
"covervalue" VARCHAR,
"crustclassflag" VARCHAR,
"covervalueflag" VARCHAR
);CREATE TABLE seug_soilsurfacedata (
"locationid" VARCHAR,
"eventdate" TIMESTAMP,
"quadrat" BIGINT,
"code" VARCHAR,
"frequencyvalue" BIGINT,
"covervalue" VARCHAR,
"frequencyvalueflag" VARCHAR,
"covervalueflag" VARCHAR
);CREATE TABLE seug_vegdata (
"locationid" VARCHAR,
"eventdate" TIMESTAMP,
"quadrat" BIGINT,
"taxacode" VARCHAR,
"frequencyvalue" VARCHAR,
"covervalue" VARCHAR,
"taxacodeflag" VARCHAR,
"frequencyvalueflag" VARCHAR,
"covervalueflag" VARCHAR
);CREATE TABLE seug_vegplotattributes (
"locationid" VARCHAR,
"parkunitcode" VARCHAR,
"habitatdescription" VARCHAR,
"soilmapunit" VARCHAR,
"probableparentmaterial" VARCHAR,
"probablesoiltype" VARCHAR,
"probablesoildepthclass" VARCHAR,
"probableecologicalsite" VARCHAR,
"soilsurvey" VARCHAR
);CREATE TABLE seug_vegplotcoordinates (
"locationid" VARCHAR,
"quadrat" VARCHAR,
"decimallongitude" DOUBLE,
"decimallatitude" DOUBLE,
"comment" VARCHAR,
"coordinateverticalprecision" DOUBLE,
"coordinatehorizontalprecision" DOUBLE,
"verbatimcoordinatesystem" VARCHAR,
"geodeticdatum" VARCHAR
);CREATE TABLE soilsurfacelist (
"code" VARCHAR,
"definition" VARCHAR,
"comment" VARCHAR,
"itisid" VARCHAR,
"taxonrank" VARCHAR,
"update_date" VARCHAR
);CREATE TABLE taxalist (
"taxonid" VARCHAR,
"taxacode" VARCHAR,
"scientificname_seug" VARCHAR,
"scientificname_itis" VARCHAR,
"taxonrank" VARCHAR,
"update_date" VARCHAR,
"kingdom" VARCHAR,
"class" VARCHAR,
"order" VARCHAR,
"family" VARCHAR,
"genus" VARCHAR,
"specificepithet" VARCHAR,
"vernacularname" VARCHAR
);Anyone who has the link will be able to view this.