Supplemental Structure (SupplStruc) Dataset Containing Vegetation Vertical Structure At Tallgrass Prairie National Preserve
Department of the Interior
@usgov.doi_gov_supplemental_structure_supplstruc_containing_v_dbe06533
Department of the Interior
@usgov.doi_gov_supplemental_structure_supplstruc_containing_v_dbe06533
CREATE TABLE htlnsupplstruct_structurepatchestimesinceburnt (
"locationid" VARCHAR,
"management_unit" VARCHAR,
"startutmx" DOUBLE,
"startutmy" DOUBLE,
"utmzone" BIGINT,
"habitattype" VARCHAR,
"aspect" BIGINT,
"slope" DOUBLE,
"slopevariability" VARCHAR,
"aspectvariability" VARCHAR,
"topoposition" VARCHAR,
"ripariancorr" BIGINT,
"sdate" BIGINT,
"s0_025m" BIGINT,
"s025_050m" BIGINT,
"s050_075m" BIGINT,
"s075_100m" BIGINT,
"s100_125m" BIGINT,
"s125_150m" BIGINT,
"s150_175m" BIGINT,
"s175_200m" BIGINT,
"max_cat" BIGINT,
"max_heightm" DOUBLE,
"notes" VARCHAR,
"patch" BIGINT
);
CREATE TABLE htlnsupplstruct_maxheight (
"locationid" VARCHAR,
"eventid" VARCHAR,
"date" TIMESTAMP,
"parkcode" VARCHAR,
"management_unit" VARCHAR,
"startutmx" DOUBLE,
"startutmy" DOUBLE,
"utmzone" BIGINT,
"habitattype" VARCHAR,
"aspect" BIGINT,
"slope" BIGINT,
"slopevariability" VARCHAR,
"aspectvariability" VARCHAR,
"topoposition" VARCHAR,
"ripariancorr" BOOLEAN,
"pasture" VARCHAR,
"max_height" DOUBLE,
"notes" VARCHAR
);
CREATE TABLE htlnsupplstruct_vegstruct (
"locationid" VARCHAR,
"eventid" VARCHAR,
"date" TIMESTAMP,
"parkcode" VARCHAR,
"management_unit" VARCHAR,
"startutmx" DOUBLE,
"startutmy" DOUBLE,
"utmzone" BIGINT,
"habitattype" VARCHAR,
"aspect" BIGINT,
"slope" BIGINT,
"slopevariability" VARCHAR,
"aspectvariability" VARCHAR,
"topoposition" VARCHAR,
"ripariancorr" BOOLEAN,
"pasture" VARCHAR,
"strataclass" BIGINT,
"coverclass" BIGINT,
"patch" DOUBLE,
"tlu_strataclasses_range" VARCHAR,
"maxht_m" DOUBLE,
"midpointvalue" DOUBLE,
"tlu_coverclasses_range" VARCHAR
);
CREATE TABLE htlnsupplstruct_structuredata (
"locationid" VARCHAR,
"management_unit" VARCHAR,
"startutmx" DOUBLE,
"startutmy" DOUBLE,
"utmzone" BIGINT,
"habitattype" VARCHAR,
"aspect" BIGINT,
"slope" DOUBLE,
"slopevariability" VARCHAR,
"aspectvariability" VARCHAR,
"topoposition" VARCHAR,
"ripariancorr" BIGINT,
"sdate" BIGINT,
"s0_025m" BIGINT,
"s025_050m" BIGINT,
"s050_075m" BIGINT,
"s075_100m" BIGINT,
"s100_125m" BIGINT,
"s125_150m" BIGINT,
"s150_175m" BIGINT,
"s175_200m" BIGINT,
"max_cat" BIGINT,
"max_heightm" DOUBLE
);
Anyone who has the link will be able to view this.