Attribute_Accuracy:
Attribute_Accuracy_Report:
Marsh units and water and land boundaries inherit their horizontal accuracy from the accuracy of the source data, the conceptual marsh units, and their vertical accuracy from the elevation dataset (1-meter 2015 USGS Lidar DEM).
Logical_Consistency_Report:
Positive elevation indicates above sea level. Marsh units with extremely low elevation (smaller than the 0.2 percentile value), extremely high elevation (larger than the 99.8 percentile value) or areas less than 900 square meters were flagged.
Completeness_Report:
The marsh polygons are bound to the borders of the Eastern Shore of Virginia's estuarine intertidal areas that include: 1) emergent wetlands, 2) scrub-shrub areas, 3) rooted vascular aquatic beds, 4) organic unconsolidated shores, and 5) channels of open water that are narrower than 10 meters. Occasionally, marsh units are retained in this dataset even though the imagery displayed extreme change (e.g., partially or completely converted to water) from the NWI wetland delineation (e.g., marsh units 638, 796, 1366). In a few areas, there are no marsh units where there is visible marsh plain (e.g., west of marsh units 4583 and 4566; west of 5878; south of 5910; west of 5855), because the areas are classified in the NWI as estuarine intertidal unconsolidated shore, which is not included in our salt marsh boundaries. In a few locations, there may be areas that that are classified as unvegetated but are in fact very sparsely vegetated. A detailed on-the-ground analysis of a single site may result in a different interpretation of the wetland and marsh unit boundaries than those established through this analysis.
Positional_Accuracy:
Horizontal_Positional_Accuracy:
Horizontal_Positional_Accuracy_Report:
Horizontal accuracy for the polygon boundaries is inherited from the source layer, the conceptual marsh units, and is considered to be +/- 6 meters.
Vertical_Positional_Accuracy:
Vertical_Positional_Accuracy_Report:
Because the elevation values are averaged over delineated polygons, vertical accuracy depends on both the horizontal accuracy of the NWI dataset and the vertical accuracy of the source elevation dataset (1-meter 2015 USGS Lidar DEM). The vertical accuracy is inherited from the source elevation dataset; it is reported to be 0.06 meters. No additional accuracy assessment of the vertical accuracy has been conducted.
Lineage:
Source_Information:
Source_Citation:
Citation_Information:
Originator: U.S. Geological Survey
Publication_Date: 2018
Title: 2015 USGS Lidar DEM: Eastern Shore VA
Edition: First
Geospatial_Data_Presentation_Form: raster digital dataset
Publication_Information:
Publication_Place: Reston, VA
Publisher: U.S. Geological Survey
Other_Citation_Details:
Downloaded 1-meter 2015 USGS Lidar DEM. Projection was NAD 1983 UTM Zone 18N with the North American Vertical Datum of 1988 (NAVD 88). Download date was 04/13/2021.
Online_Linkage: https://www.fisheries.noaa.gov/inport/item/51444
Type_of_Source_Media: Digital
Source_Time_Period_of_Content:
Time_Period_Information:
Range_of_Dates/Times:
Beginning_Date: 20150411
Ending_Date: 20150424
Source_Currentness_Reference: ground condition
Source_Citation_Abbreviation: USGS DEM
Source_Contribution: Elevation dataset
Source_Information:
Source_Citation:
Citation_Information:
Originator: Ackerman, K.V., Defne, Z., and Ganju, N.K.
Publication_Date: 2023
Title:
Conceptual marsh units of salt marshes on the Eastern Shore of Virginia
Geospatial_Data_Presentation_Form: vector digital dataset (polygon)
Publication_Information:
Publication_Place: Reston, VA
Publisher: U.S. Geological Survey
Online_Linkage:
Type_of_Source_Media: Digital
Source_Time_Period_of_Content:
Time_Period_Information:
Single_Date/Time:
Calendar_Date: 2023
Source_Currentness_Reference: publication date
Source_Citation_Abbreviation: CMU_ESV
Source_Contribution:
Used conceptual marsh units, generated as part of this data release, to delineate marsh unit boundaries and areas of vegetation.
Process_Step:
Process_Description:
This process step and all subsequent process steps were performed by the same person, Kate Ackerman, in ArcGIS Pro (ver. 2.8.8), unless otherwise stated. For simple operations the name of the geoprocessing tool used is given in capital letters; for complex operations, the name of geoprocessing tool used is given in capital letters and any critical parameters used are given in parentheses, separated by a semicolon, immediately after the tool name. The input and output file names are provided in [square brackets] when necessary. Units for length and area calculations are meters (m) and square meters (m^2) unless otherwise stated.
a) Set the data frame coordinate system and projection to NAD 1983 UTM Zone 18N.
b) Establish marsh unit boundaries. Dissolve the vegetated and unvegetated classes in each marsh unit to have only one class for each marsh unit. DISSOLVE(Input features=[CMU_ESV.shp]; Dissolve field=FID_CMU; Statistics field=ATOT_M2 and FLG with Statistics type= First). PROJECT(Input coordinate system=WGS 1984 Web Mercator Auxiliary Sphere; Output coordinate system=NAD 1983 UTM Zone 18N) the feature dataset to obtain dissolved marsh units [mu_diss.shp].
c) Prepare elevation dataset. Combine all downloaded tiles into one raster, using MOSAIC TO NEW RASTER, and PROJECT RASTER to NAD 1983 UTM Zone 18N.
d) Create a polygon that covers the area of interest [extent.shp]. CLIP the mosaicked elevation dataset created in step (c) by [extent.shp] to create [elev_mosaic.tif].
Source_Used_Citation_Abbreviation: USGS DEM
Source_Used_Citation_Abbreviation: CMU_ESV
Process_Date: 2022
Source_Produced_Citation_Abbreviation: elev_mosaic.tif
Source_Produced_Citation_Abbreviation: mu_diss.shp
Process_Contact:
Contact_Information:
Contact_Person_Primary:
Contact_Person: Kate Ackerman
Contact_Organization: U.S. Geological Survey
Contact_Position: Geologist
Contact_Address:
Address_Type: mailing address
Address: 384 Woods Hole Road
City: Woods Hole
State_or_Province: MA
Postal_Code: 02543
Country: US
Contact_Voice_Telephone: 508-548-8700 x2331
Contact_Facsimile_Telephone: 508-457-2310
Contact_Electronic_Mail_Address: kackerman@usgs.gov
Process_Step:
Process_Description:
a) Remove pixels from elevation raster that are hydro-flattened. Use FOCAL STATISTICS(Input raster=[elev_mosaic.tif], Output raster=[FocalStats_3x3_range.tif], Neighborhood settings=3x3 cell, Statistics type=range) and RASTER CALCULATOR to identify (Map algebra expression: Con("%FocalStats_3x3_range.tif%" == 0,-1,1); Output raster=[elev_mosaic_One_NegOne.tif]) and remove (Map algebra expression: SetNull("%elev_mosaic_One_NegOne.tif%", "%elev_mosaic.tif%", "value = -1"); Output raster=[elev_mosaic_noHF.tif]) all hydro-flattened areas from [elev_mosaic.tif] to create [elev_mosaic_noHF.tif].
b) Calculate the mean elevation for each marsh unit with ZONAL STATISTICS AS TABLE(Feature zone data=[mu_diss.shp], Zone field=FID_CMU; Input value raster=[elev_mosaic_noHF.tif]; Statistics type=Mean; Output table=[mu]; Ignore Nodata=True). JOIN mean elevation from [mu] table to marsh units layer [mu_diss.shp] based on the "FID_CMU" field. Export dataset as a shapefile [mu_elev.shp]. Rename "mu_MEAN" to "MU_ELEV."
c) Calculate the percent of the marsh unit that has hydro-flattened area. ZONAL STATISTICS AS TABLE (Feature zone data=[mu_elev.shp], Zone field=FID_CMU; Input value raster=[elev_mosaic_One_NegOne.tif]; Statistics type=Mean; Output table=[zs_muelev_HF]; Ignore Nodata=True). ADD FIELD to the output table to calculate hydro-flattened area of each marsh unit (MU_HFAR), CALCULATE FIELD (MU_HFAR= (1-MEAN)/2). JOIN MU_HFAR field to [mu_elev.shp]. If the percent hydro-flattened area is greater than 25 percent, set the marsh unit elevation to -9999.
d) Calculate the elevation of the vegetated area of the marsh unit. SELECT BY ATTRIBUTES from [CMU_ESV.shp] where "TYP"= 'vegetated', output: [CMU_ESV_VEG.shp]. ZONAL STATISTICS AS TABLE(Feature zone data=[CMU_ESV_VEG.shp], Zone field=FID_CMU; Input value raster=[elev_mosaic_noHF.tif]; Statistics type=Mean; Output table=[vg]; Ignore Nodata=True). Join the mean elevation of the vegetated portion to [mu_elev.shp] and rename the field to "VG_ELEV."
e) Calculate the percent of the vegetated portion of the marsh unit that has hydro-flattened area. ZONAL STATISTICS AS TABLE (Feature zone data=[CMU_ESV_VEG.shp], Zone field=FID_CMU; Input value raster=[elev_mosaic_One_NegOne.tif]; Statistics type=Mean; Output table=[zs_muelev_HF]; Ignore Nodata=True). ADD FIELD (VG_HFAR) to output table, CALCULATE FIELD (VG_HFAR= (1-MEAN)/2). Join VG_HFAR field to [mu_elev.shp]. If the percent hydro-flattened area is greater than 25 percent, set the vegetated elevation to -9999.
f) JOIN the vegetated area (AVEG_M2) from [CMU_ESV_VEG.shp] to [mu_elev.shp].
Source_Used_Citation_Abbreviation: elev_mosaic.tif
Process_Date: 2022
Source_Produced_Citation_Abbreviation: mu_elev.shp
Process_Step:
Process_Description:
a) Run Python script (marsv5.py) in ArcGIS Pro (v.2.8.8) to calculate metrics that quantify the distribution of marsh unit elevation values. Skewness ("SKWNSS") is the measure of asymmetry of the elevation distribution in the vegetated part of a marsh unit. Positive skewness values, i.e. right-skewed distributions, indicate clustering of elevation distributions towards lower elevations. Negative skewness values indicate a left-skewed distribution and clustering towards higher elevations. Lower third ("LOW3RD") is the percent of elevation values that fall within the lowest third of the elevation range within the vegetated part of a marsh unit. SKWNSS and LOW3RD parameters are calculated by applying the formulation of Raposa et al. (2016) to the elevation raster within the vegetated part of each marsh unit. JOIN these values to [mu_elev.shp]. If VG_ELEV= -9999, set SKWNESS and LOW3RD values to -9999. Export to a new shapefile [mu_elev_ESV.shp].
Reference: Raposa, K. B., Wasson, K., Smith, E., Crooks, J. A., Delgado, P., Fernald, S. H., et al. (2016). Assessing tidal marsh resilience to sea-level rise at broad geographic scales with multi-metric indices. Biological Conservation, 204, 263–275.
https://doi.org/10.1016/J.BIOCON.2016.10.015.
Source_Used_Citation_Abbreviation: mu_elev.shp
Process_Date: 2022
Source_Produced_Citation_Abbreviation: mu_elev_ESV.shp
Process_Step:
Process_Description:
a) Add field "FLG" to flag anomalous marsh units based on absence of vegetation, elevation, surface area, and tidal range extrapolation. The flags are calculated in their respective shapefile (i.e., elevation flags are calculated in the elevation shapefile). Set FLG to: (-1) no vegetated area in the marsh unit; (-10) marsh unit elevation higher than the 99.8 percentile; (-100) marsh unit elevation less than the 0.2 percentile; (-200) greater than 25 percent of the marsh unit elevation is hydro-flattened; (-1000) marsh unit surface area less than 900 m^2; (-10000) mean tidal range of marsh unit is extrapolated; and (0) no flag. Combination of negative values indicates a combination of flags; for example, -1001 indicates no vegetated area and area less than 900 m^2.
b) Rearrange field names and change the projection for better performance of web services with online base maps. PROJECT(Output coordinate system=WGS 1984 Web Mercator Auxiliary Sphere) the feature dataset to obtain the final elevation dataset [mu_elev_ESV.shp].
Process_Date: 2022
Source_Produced_Citation_Abbreviation: mu_elev_ESV.shp