<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd"><dc:creator>U.S. Fish &amp; Wildlife Service</dc:creator><dc:description>This image classification of forest cover in the MAV was created using Google Dynamic World (https://www.nature.com/articles/s41597-022-01307-4 - https://dynamicworld.app/) to determine what was classified as forest. This dataset is a result of an automated land classification for every Sentinel image that is released. The code used for this process is as follows. ee.ImageCollection('GOOGLE/DYNAMICWORLD/V1') \ .filterBounds(geometry) \ .filterDate(oldstartDate, oldendDate) \ .select('label') \ .mode() \ .eq(1) \ .updateMask(urban) We selected the Dynamic World dataset and filtered by our area of interest by the extents of the Lower Mississippi Joint Venture boundary (i.e. Mississippi Alluvial Valley and West Gulf Coastal Plain ecological bird conservation regions (BCRs). We filtered the dataset based on a start and end date which is the first of 2021 and the last day of 2021. With this dataset each class has a band that represents probability of that pixel having complete coverage of that class (https://developers.google.com/earth-engine/datasets/catalog/GOOGLE_DYNAMICWORLD_V1#bands) Data accuracy was assessed at @82% accuracy and data resolution is 10m. Each image has a ‘label' band with a discrete classification of LULC, but also 9 probability bands with class-specific probability scores generated by the deep learning model on the basis of the pixel's spatial context. To generate an annual LULC composite comparable with WC and Esri, we calculated the mode of the predicted LULC class in the ‘label' band of all DW images for 2020. Michael Mitchell with Ducks Unlimited Southern Regional Office led the development of this effort, in coordination and collaboration with Lower Mississippi Valley Joint Venture staff.</dc:description><dc:format>ArcGIS FeatureLayer</dc:format><dc:identifier>https://hub.arcgis.com/datasets/98438379ed334942bad7ddeae1758ca5_0</dc:identifier><dc:language>eng</dc:language><dc:publisher>U.S. Fish and Wildlife Service Open Data</dc:publisher><dc:rights>Public</dc:rights><dc:title>MAV Forest Cover Classification [United States]</dc:title><dc:type>Web services</dc:type><dc:coverage>United States</dc:coverage><dc:date>Last Modified: 2024-10-24</dc:date></oai_dc:dc>