Skip to content

Latest commit

 

History

History
144 lines (114 loc) · 12.3 KB

landcover.md

File metadata and controls

144 lines (114 loc) · 12.3 KB
layout title short_title menu_title mainpage weight permalink
default
Global 1-km Consensus Land Cover - EarthEnv
Consensus land cover
Land cover
false
3
/landcover

Global 1-km Consensus Land Cover

{:#slideshowimages .extra-spacing}

  • An image of the global land cover data.
  • An image of the global land cover data.
  • An image of the global land cover data.
  • An image of the global land cover data.

{:.extra-spacing} The datasets integrate multiple global remote sensing-derived land-cover products and provide consensus information on the prevalence of 12 land-cover classes at 1-km resolution. For additional information about the integration approach and the evaluations of the datasets, please see the associated journal article:

{:.litreference} 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.

{:.extra-spacing}

Dataset Details

Two versions of the consensus land-cover datasets are available. The full version is the dataset integrating GlobCover (2005-06; v2.2), the MODIS land-cover product (MCD12Q1; v051), GLC2000 (global product; v1.1), and DISCover (GLCC; v2). The reduced version is the dataset integrating the first three products only (i.e., without DISCover).

Each dataset contains 12 data layers, each of which provides consensus information on the prevalence of one land-cover class. All data layers contain unsigned 8-bit values and the valid values range from 0-100, representing the consensus prevalence in percentage. All data layers have a spatial extent from 90ºN - 56ºS and from 180ºW - 180ºE, and have a spatial resolution of 30 arc-second per pixel (~1 km per pixel at the equator).

{:.extra-spacing}

Dataset Download

The datasets can be downloaded in the GeoTiff format for individual land-cover classes (20~100MB each).

{:.extra-spacing} Full Version 1.0 (with DISCover)

{:#landcoverfull .table-bordered .datalayers}

Class Description Download options
1 Evergreen/Deciduous Needleleaf Trees Download GeoTIFF{:.btn .btn-default .btn-xs}
2 Evergreen Broadleaf Trees Download GeoTIFF{:.btn .btn-default .btn-xs}
3 Deciduous Broadleaf Trees Download GeoTIFF{:.btn .btn-default .btn-xs}
4 Mixed/Other Trees Download GeoTIFF{:.btn .btn-default .btn-xs}
5 Shrubs Download GeoTIFF{:.btn .btn-default .btn-xs}
6 Herbaceous Vegetation Download GeoTIFF{:.btn .btn-default .btn-xs}
7 Cultivated and Managed Vegetation Download GeoTIFF{:.btn .btn-default .btn-xs}
8 Regularly Flooded Vegetation Download GeoTIFF{:.btn .btn-default .btn-xs}
9 Urban/Built-up Download GeoTIFF{:.btn .btn-default .btn-xs}
10 Snow/Ice Download GeoTIFF{:.btn .btn-default .btn-xs}
11 Barren Download GeoTIFF{:.btn .btn-default .btn-xs}
12 Open Water Download GeoTIFF{:.btn .btn-default .btn-xs}

{:.extra-spacing} Reduced Version 1.0 (without DISCover)

{:#landcoverreduced .table-bordered .datalayers}

Class Description Download options
1 Evergreen/Deciduous Needleleaf Trees Download GeoTIFF{:.btn .btn-default .btn-xs}
2 Evergreen Broadleaf Trees Download GeoTIFF{:.btn .btn-default .btn-xs}
3 Deciduous Broadleaf Trees Download GeoTIFF{:.btn .btn-default .btn-xs}
4 Mixed/Other Trees Download GeoTIFF{:.btn .btn-default .btn-xs}
5 Shrubs Download GeoTIFF{:.btn .btn-default .btn-xs}
6 Herbaceous Vegetation Download GeoTIFF{:.btn .btn-default .btn-xs}
7 Cultivated and Managed Vegetation Download GeoTIFF{:.btn .btn-default .btn-xs}
8 Regularly Flooded Vegetation Download GeoTIFF{:.btn .btn-default .btn-xs}
9 Urban/Built-up Download GeoTIFF{:.btn .btn-default .btn-xs}
10 Snow/Ice Download GeoTIFF{:.btn .btn-default .btn-xs}
11 Barren Download GeoTIFF{:.btn .btn-default .btn-xs}
12 Open Water Download GeoTIFF{:.btn .btn-default .btn-xs}

{:.extra-spacing}

Notes

Although DISCover is based on older remote sensing imagery (1992-1993), it contains some complementary information which is useful for capturing sub-pixel land cover heterogeneity (please see the associated article for details). Therefore, it is recommended to use the full version of the consensus land cover dataset for most applications. However, the reduced version may provide an alternative for applications in regions with large land cover change in the past two decades.

{:.extra-spacing}

Distribution

Creative Commons License EarthEnv Global 1-km Consensus Land Cover Version 1 by Tuanmu & Jetz is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. Permissions beyond the scope of this license may be available at http://www.earthenv.org/landcover.html.

{:.extra-spacing}

Dataset Citation

{:.litreference} 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 available on-line at http://www.earthenv.org/.

{:.extra-spacing}

Contacts

{:.extra-spacing}

<iframe src="https://dev-dot-earthenv-dot-map-of-life.appspot.com/consensus" name="map" frameborder="0" width="100%" height="600"></iframe> <script type="text/javascript" src="javascripts/jquery.ulslide-1.5.5.min.js?v=4"></script> <script type="text/javascript"> // Processes the elements for a data download table and adds the GA event // tracking code to the links. function addDownloadTracking(rows, version) { rows.each(function(cnt, row) { if (cnt > 0) { var tds = $(row).children('td'); // Get the landcover class. var lcclass = $(tds[0]).text(); // Add the event triggers. links = $(tds[2]).children('a'); links.first().click(function() { ga('send', 'event', 'landcover data', 'GeoTIFF download', 'class ' + lcclass + ' ' + version); }); links.last().click(function() { ga('send', 'event', 'landcover data', 'LAS view', 'class ' + lcclass + ' ' + version); }); } }); } // Initialize the slide show on document load. $(function() { $('#slideshowimages').ulslide({ duration: 800, effect: { type: 'fade' }, autoslide: 8000 }); // Add GA event trackers to the data download table links. addDownloadTracking($('table#landcoverfull tr'), 'full'); addDownloadTracking($('table#landcoverreduced tr'), 'reduced'); }); </script>