Skip to contents

This lookup table relates reclassified land cover codes to their respective descriptions, as defined by the Indonesian Ministry of Environment and Forestry (KLHK). The original land cover values have been replaced with a sequence of numbers from 1 to 23.

Usage

lc_lookup_klhk_sequence

Format

A data frame with 23 rows and 2 columns:

Value

Reclassified land cover codes ranging from 1 to 23

PL20

Descriptions for each corresponding land cover code

color_palette

hex color codes of predefined colour for each land cover class

Source

The data was obtained and adapted from the Indonesian Ministry of Environment and Forestry (KLHK).

Examples

data(lc_lookup_klhk_sequence)
head(lc_lookup_klhk_sequence)
#> # A tibble: 6 × 3
#>   Value PL20                        color_palette
#>   <dbl> <chr>                       <chr>        
#> 1     1 Hutan lahan kering primer   #006600      
#> 2     2 Hutan lahan kering sekunder #009933      
#> 3     3 Hutan rawa primer           #663300      
#> 4     4 Hutan rawa sekunder         #996600      
#> 5     5 Hutan mangrove primer       #666633      
#> 6     6 Hutan mangrove sekunder     #999900