LCC Worldcover 2020 ALL - USEPA/ATtILA2 GitHub Wiki

WorldCover 2020 ALL

European Space Agency WorldCover 2020 ALL

No raster values except those representing NODATA are excluded from the calculation of reporting unit effective area (i.e., effective area equals the total raster area within a reporting unit).

No coefficient values for impervious area, nitrogen loading, or phosphorous loading calculations are provided.

For more information about the WorldCover 2020 dataset go to: https://worldcover2020.esa.int/

WorldCover 2020 ALL - Value Table

Value Description Excluded Nitrogen Phosphorus Impervious Class(es)
0 NODATA
10 Tree Cover NI, veg, for, mfor
20 Shrubland NI, veg, shb
30 Grassland NI, veg, grs
40 Cropland UI, ag, agrc
50 Built-up UI, imp
60 Bare/Sparse Vegetation NI, bar
70 Snow and Ice NI, ice
80 Permanent Water Bodies
90 Herbaceous Wetland NI, veg, wet, wete
95 Mangroves NI, veg, mfor, wet, wetw
100 Moss and Lichen NI, veg, tun

WorldCover 2020 ALL - Class Table

Class Name abbv Value
All Natural Land Use NI 10,20,30,60,70,90,95,100
Natural Vegetation veg 10,20,30,90,95,100
Trees/Forest for 10
Trees/Forest, Orchards, and Woody Wetlands mfor 10,95
Grass and Herbaceous grs 30
Shrub shb 20
Tundra tun 100
Wetlands wet 90,95
Woody Wetlands wetw 95
Emergent Wetlands wete 90
Soil and Barren bar 60
Snow and Ice ice 70
All Human Land Use UI 40,50
Impervious Surface imp 50
Agriculture ag 40
Row Crops agrc 40
View WorldCover 2020 ALL XML

WorldCover 2020 ALL XML

<?xml version='1.0' encoding='UTF-8'?>
<lccSchema xmlns="lcc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="lcc LCCSchema.xsd">
    <metadata>
        <name>WorldCover 2020 ALL</name>
        <description>WorldCover 2020 ALL Land Cover Classification Schema. WorldCover is a 10 m resolution 2020 global land cover product from the European Space Agency (ESA) based on both Sentinel-1 and Sentinel-2 data, containing 11 land cover classes. No raster values except those representing NODATA are excluded from the calculation of reporting unit effective area (i.e., effective area equals the total raster area within a reporting unit). Percentage metrics are based on the effective area of a reporting unit, not necessarily its total area.</description>
    </metadata>
    <!--  
        * The coefficients node contains coefficients to be assigned to values.
           
        * REQUIRED ATTRIBUTES
        * Id - text, unique identifier
        * Name - text, word or phrase describing coefficient
        * fieldName - text, name of field to be created for output
        *           - must conform to the field naming conventions dictated by the output database system
        * method - text, "P" or "A", designates "P"ercentage or per unit "A"rea calculation routine
     -->
    <coefficients>
        <coefficient Id="IMPERVIOUS" Name="Percent Cover Total Impervious Area" fieldName="PCTIA" method="P" />
        <coefficient Id="NITROGEN" Name="Estimated Nitrogen Loading Based on Land Cover" fieldName="N_Load" method="A" />
        <coefficient Id="PHOSPHORUS" Name="Estimated Phosphorus Loading Based on Land Cover" fieldName="P_Load" method="A" />
    </coefficients>
    <!--  
        * The values node defines the full set of values that can exist in a land cover raster.
        
        * REQUIRED ATTRIBUTES
        * Id - integer, raster code
        *
        * OPTIONAL ATTRIBUTES
        * Name - text, word or phrase describing value
        * excluded - boolean, "true" or "false" or "1" or "0"
        *          - used to exclude values from effective area calculations
        *          - excluded=false is the default 
        
        * A value element can optionally contain one or more coefficient elements

        * REQUIRED COEFFICIENT ATTRIBUTES
        * Id - text, must match an Id attribute from a coefficients node element
        * value - decimal, weighting/calculation factor
     -->
    <values>
        <value Id="0" Name="NODATA" excluded="true">
            <coefficient Id="IMPERVIOUS" value="0.0" />
            <coefficient Id="NITROGEN" value="0.0" />
            <coefficient Id="PHOSPHORUS" value="0.0" />
        </value>
        <value Id="10" Name="Tree Cover">
            <coefficient Id="IMPERVIOUS" value="0.0" />
            <coefficient Id="NITROGEN" value="0.0" />
            <coefficient Id="PHOSPHORUS" value="0.0" />
        </value>
        <value Id="20" Name="Shrubland">
            <coefficient Id="IMPERVIOUS" value="0.0" />
            <coefficient Id="NITROGEN" value="0.0" />
            <coefficient Id="PHOSPHORUS" value="0.0" />
        </value>
        <value Id="30" Name="Grassland">
            <coefficient Id="IMPERVIOUS" value="0.0" />
            <coefficient Id="NITROGEN" value="0.0" />
            <coefficient Id="PHOSPHORUS" value="0.0" />
        </value>
        <value Id="40" Name="Cropland">
            <coefficient Id="IMPERVIOUS" value="0.0" />
            <coefficient Id="NITROGEN" value="0.0" />
            <coefficient Id="PHOSPHORUS" value="0.0" />
        </value>
        <value Id="50" Name="Built-up">
            <coefficient Id="IMPERVIOUS" value="0.0" />
            <coefficient Id="NITROGEN" value="0.0" />
            <coefficient Id="PHOSPHORUS" value="0.0" />
        </value>
        <value Id="60" Name="Bare/Sparse Vegetation">
            <coefficient Id="IMPERVIOUS" value="0.0" />
            <coefficient Id="NITROGEN" value="0.0" />
            <coefficient Id="PHOSPHORUS" value="0.0" />
        </value>
        <value Id="70" Name="Snow and Ice">
            <coefficient Id="IMPERVIOUS" value="0.0" />
            <coefficient Id="NITROGEN" value="0.0" />
            <coefficient Id="PHOSPHORUS" value="0.0" />
        </value>
        <value Id="80" Name="Permanent Water Bodies">
            <coefficient Id="IMPERVIOUS" value="0.0" />
            <coefficient Id="NITROGEN" value="0.0" />
            <coefficient Id="PHOSPHORUS" value="0.0" />
        </value>
        <value Id="90" Name="Herbaceous Wetland">
            <coefficient Id="IMPERVIOUS" value="0.0" />
            <coefficient Id="NITROGEN" value="0.0" />
            <coefficient Id="PHOSPHORUS" value="0.0" />
        </value>
        <value Id="95" Name="Mangroves">
            <coefficient Id="IMPERVIOUS" value="0.0" />
            <coefficient Id="NITROGEN" value="0.0" />
            <coefficient Id="PHOSPHORUS" value="0.0" />
        </value>
        <value Id="100" Name="Moss and Lichen">
            <coefficient Id="IMPERVIOUS" value="0.0" />
            <coefficient Id="NITROGEN" value="0.0" />
            <coefficient Id="PHOSPHORUS" value="0.0" />
        </value>
    </values>
    <!-- 
        * The classes node contains values from a land cover raster grouped into one or more classes.
    
        * REQUIRED ATTRIBUTES
        * Id - text, unique identifier, also used for automated generation of output field name
        *    - must conform to the field naming conventions dictated by the output database system
        
        * OPTIONAL ATTRIBUTES
        * Name - text, word or phrase describing class
        * filter - text, a string of one or more tool name abbreviations separated by a ";"
        *        - possible abbreviations are: caem, flcp, flcv, lcosp, lcp, np, plcv, pm, rlcp, and splcp
        *        - used to exclude the class from the selectable classes in the tool's GUI
        * xxxxField - text, overrides ATtILA-generated field name for output
        *           - where xxxx equals a tool name abbreviation
        *           - possible abbreviations are: caem, flcp, flcv, lcosp, lcp, rlcp, and splcp
        *           - a separate xxxxField attribute can exist for each tool
        *           - must conform to the field naming conventions dictated by the output database system

        * A class can contain either values or classes but not both types.
        * Value elements contain only an Id attribute which refers to a value in a raster.
        * Values tagged as excluded="true" in the values node should not be included in any class.
     -->
    <classes>
        <class Id="NI" Name="All Natural Land Use" filter="" lcpField="NINDEX">
            <class Id="veg" Name="Natural Vegetation" filter="">
                <class Id="for" Name="Trees/Forest" filter="">
                    <value Id="10" />
                </class>
                <class Id="mfor" Name="Trees/Forest, Orchards, and Woody Wetlands" filter="">
                    <value Id="10" />
                    <value Id="95" />
                </class>
                <class Id="grs" Name="Grass and Herbaceous" filter="">
                    <value Id="30" />
                </class>
                <class Id="shb" Name="Shrub" filter="">
                    <value Id="20" />
                </class>
                <class Id="tun" Name="Tundra" filter="">
                    <value Id="100" />
                </class>
                <class Id="wet" Name="Wetlands" filter="">
                    <class Id="wetw" Name="Woody Wetlands" filter="">
                        <value Id="95" />
                    </class>
                    <class Id="wete" Name="Emergent Wetlands" filter="">
                        <value Id="90" />
                    </class>
                </class>
            </class>
            <class Id="bar" Name="Soil and Barren" filter="">
                <value Id="60" />
            </class>
            <class Id="ice" Name="Snow and Ice" filter="">
                <value Id="70" />
            </class>
            <class Id="wtr" Name="Water" filter="">
                <value Id="80" />
            </class>
        </class>
        <class Id="UI" Name="All Human Land Use" filter="" lcpField="UINDEX">
            <class Id="imp" Name="Impervious Surface" filter="">
                <value Id="50" />
            </class>
            <class Id="ag" Name="Agriculture" filter="">
                <class Id="agrc" Name="Row Crops" filter="">
                    <value Id="40" />
                </class>
            </class>
        </class>
    </classes>
</lccSchema>

arrow_up Top of the page     |     arrow_left NLCD LAND     |     arrow_right WorldCover 2020 LAND


⚠️ **GitHub.com Fallback** ⚠️