Skip to contents

This function generates a tibble that maps reclassify IDs to their corresponding land cover new class names.

Usage

create_lut_reclass()

Value

A tibble with two columns: ID (the ID of each land cover classification) and class (the name of each land cover class).

Examples

if (FALSE) {
lut_class <- create_lut_reclass()
head(lut_reclass)
}