Everglades National Park Vegetation Accuracy Assessment (AA) Data Package, Florida, USA: 2010-2013
Department of the Interior
@usgov.doi_gov_everglades_national_park_vegetation_accuracy_a_3d757a03
Department of the Interior
@usgov.doi_gov_everglades_national_park_vegetation_accuracy_a_3d757a03
The thematic accuracy of the EVER vegetation map was assessed using randomly selected accuracy assessment (AA) points/grid cells across all four mapping regions. These AA points were collected between 2010 and 2013 to be as close as possible to the 2009 flight dates of the imagery used in mapping - specifically to reduce the impacts of natural community succession or perturbation events, like fires and windstorms. These data were collected from helicopter by a trained botanist who could identify South Florida plants and plant communities. The overall vegetation code was derived from the species level percent cover information as well as plot level information on tree, shrub, and herb cover and canopy height. These points were not available to the vegetation project manager, lead photo-interpreter, and the photo-interpreters working on the project until after the map was finished and the final map accuracy had been computed.
Organization: Department of the Interior
Last updated: 2025-09-14T18:31:50.883347
Tags: accuracy, accuracy-assessment, ecological-framework-biological-integrity-focal-species-or-communities-vegetation-complex, ever, everglades, vegetation-map
CREATE TABLE aa_plots (
"point_id" VARCHAR,
"visit_date" TIMESTAMP,
"utm_x_east" DOUBLE,
"utm_y_north" DOUBLE,
"transport_type" VARCHAR,
"veg_code" VARCHAR,
"veg_code_name" VARCHAR,
"overall_veg_cover" DOUBLE,
"overall_canopy_height" DOUBLE,
"percentage_tree" DOUBLE,
"percentage_shrub" DOUBLE,
"percentage_herb" DOUBLE,
"canopy_tree" DOUBLE,
"canopy_shrub" DOUBLE,
"canopy_herb" DOUBLE,
"cattail" VARCHAR,
"exotics" VARCHAR,
"cell_shape" VARCHAR,
"notes" VARCHAR
);CREATE TABLE aa_vegetationdetail (
"point_id" VARCHAR,
"vegetation_layer" VARCHAR,
"percent_cover" DOUBLE,
"species_code" VARCHAR,
"scientific_name" VARCHAR,
"common_name" VARCHAR
);Anyone who has the link will be able to view this.