Vegetation Data From Valles Caldera National Preserve's Cerro Seco Unit 5 Forest Restoration Project, 2016-2022
Department of the Interior
@usgov.doi_gov_vegetation_from_valles_caldera_national_preser_60efe85e
Department of the Interior
@usgov.doi_gov_vegetation_from_valles_caldera_national_preser_60efe85e
CREATE TABLE cerro_seco_veg_data_plant_species_list (
"division" VARCHAR,
"family" VARCHAR,
"species" VARCHAR,
"growth_form" VARCHAR,
"nativity" VARCHAR,
"life_cycle" VARCHAR
);
CREATE TABLE cerro_seco_veg_data_vegetation_data (
"year" BIGINT,
"site_status" VARCHAR,
"treatment" VARCHAR,
"site" BIGINT,
"transect" BIGINT,
"family" VARCHAR,
"species" VARCHAR,
"n__cover_by_transect" BIGINT
);
CREATE TABLE cerro_seco_veg_vegetation_categories_percent_cover_by_site (
"treatment" VARCHAR,
"year" BIGINT,
"site" BIGINT,
"litter" DOUBLE,
"soil" DOUBLE,
"rock" DOUBLE,
"wood" DOUBLE,
"stump" DOUBLE,
"grass_basal" DOUBLE,
"sedge_basal" DOUBLE,
"forb_basal" DOUBLE,
"sub_shrub_basal" DOUBLE,
"vine_basal" DOUBLE,
"fungus_basal" DOUBLE,
"moss_basal" DOUBLE,
"lichen_basal" DOUBLE,
"tree_basal" DOUBLE,
"total_herbaceous_basal" DOUBLE,
"total_herbaceous_canopy" DOUBLE,
"grass_canopy" DOUBLE,
"sedge_canopy" DOUBLE,
"forb_canopy" DOUBLE,
"vine_canopy" DOUBLE,
"sub_shrub_canopy" DOUBLE
);
Anyone who has the link will be able to view this.