Effect Of Burn Season And Grazing Deferment On Mountain Big Sagebrush Plant Communities
Department of Agriculture
@usgov.usda_gov_effect_of_burn_season_and_grazing_deferment_o_463a04b2
Department of Agriculture
@usgov.usda_gov_effect_of_burn_season_and_grazing_deferment_o_463a04b2
Relative species and cover group data from a four-year long replicated experiment comparing the effects of season of fire (spring or fall) and sheep grazing deferment on sagebrush-steppe rangelands in east Idaho, USA. Study conducted by USDA-Agriculture Research Service Range Sheep Production Efficiency Research unit staff at the US Sheep Experiment Station near Dubois, ID. Deferment treatments included either no grazing for one or two growing seasons after fire, or no deferment, in which domestic sheep returned in the season after fire. Data also include species lookup table, precipitation data, and data library.
Resources in this dataset:
Resource Title: Species Lookup Table File Name: SpeciesListPrint2.csv Resource Description: Species code and cover group code table
Resource Title: Data dictionary File Name: DataDictionary_SFF_2023.xlsx Resource Description: Data dictionary for data tables
Resource Title: US Sheep Experiment Station Long Term Precipitation Record (inches) File Name: PrecipUSSESInches.csv Resource Description: US Sheep Experiment Station Long Term Precipitation Record (inches). Collected at Station Headquarters near Dubois, Idaho.
Resource Title: Relative Cover Data by Species File Name: FoliarCoverSpecies.csv Resource Description: Relative cover data by species (codes). See species lookup table for species names.
Resource Title: Relative cover data by cover groups File Name: FoliarCoverGroups.csv Resource Description: Relative foliar cover data summarized by cover type. See species lookup table for species names.
Organization: Department of Agriculture
Last updated: 2024-03-30T11:29:19.047394
Tags: ars, data-gov, fire-grazing-interaction, np215, public-lands, rangelands, sagebrush-steppe, sheep
CREATE TABLE foliarcovergroups (
"unnamed_0" BIGINT -- Unnamed: 0,
"plot" VARCHAR,
"year" BIGINT,
"yrsrest" BIGINT,
"burntrt" VARCHAR,
"foliarcovertypelite" VARCHAR,
"cover" DOUBLE
);CREATE TABLE foliarcoverspecies (
"unnamed_0" BIGINT -- Unnamed: 0,
"plot" VARCHAR,
"burntrt" VARCHAR,
"burnpre" VARCHAR,
"year" BIGINT,
"yrsrest" BIGINT,
"species" VARCHAR,
"value" DOUBLE
);CREATE TABLE precipussesinches (
"unnamed_0" BIGINT -- Unnamed: 0,
"year" BIGINT,
"jan" VARCHAR,
"missjan" VARCHAR,
"feb" DOUBLE,
"missfeb" VARCHAR,
"mar" DOUBLE,
"missmar" VARCHAR,
"apr" DOUBLE,
"missapr" VARCHAR,
"may" DOUBLE,
"missmay" VARCHAR,
"jun" DOUBLE,
"missjun" VARCHAR,
"july" DOUBLE,
"missjuly" VARCHAR,
"aug" DOUBLE,
"missaug" VARCHAR,
"sept" DOUBLE,
"misssept" VARCHAR,
"oct" DOUBLE,
"missoct" VARCHAR,
"nov" DOUBLE,
"missnov" VARCHAR,
"dec" DOUBLE,
"missdec" VARCHAR,
"total" DOUBLE,
"misstotal" VARCHAR,
"wytotal" VARCHAR
);Anyone who has the link will be able to view this.