Skip to main content

Global 1-km Consensus Land Cover

Webpage

Citation

Tuanmu, M.-N. and W. Jetz. 2014. A global 1-km consensus land-cover product for biodiversity and ecosystem modeling. Global Ecology and Biogeography 23(9): 1031-1045.

Data access

Data available on-line at http://www.earthenv.org/

Data download and preparation

mkdir -p $GISDATA/landcover/global/CLC1km
cd $GISDATA/landcover/global/CLC1km
##wget https://www.earthenv.org/landcover

export VERSION=without_DISCover
export PREFIX=Consensus_reduced
mkdir -p $GISDATA/landcover/global/CLC1km/$VERSION
cd $GISDATA/landcover/global/CLC1km/$VERSION
for CLASS in $(seq 1 12)
do
wget --continue https://data.earthenv.org/consensus_landcover/${VERSION}/${PREFIX}_class_${CLASS}.tif
done

export VERSION=with_DISCover
export PREFIX=consensus_full
mkdir -p $GISDATA/landcover/global/CLC1km/$VERSION
cd $GISDATA/landcover/global/CLC1km/$VERSION
for CLASS in $(seq 1 12)
do
wget --continue https://data.earthenv.org/consensus_landcover/${VERSION}/${PREFIX}_class_${CLASS}.tif
done

Class nrdescEFGs
1Evergreen/Deciduous Needleleaf TreesT2.1
2Evergreen Broadleaf Trees
3Deciduous Broadleaf Trees
4Mixed/Other Trees
5Shrubs
6Herbaceous Vegetation
7Cultivated and Managed VegetationT7.1,T7.3
8Regularly Flooded VegetationTF1.?
9Urban/Built-upT7.4
10Snow/IceT6.1,T6.2
11BarrenT5.*,T6.2?
12Open WaterF1.?,F2.?