classify_grid_rural {flexurba}R Documentation

Create the DEGURBA grid cell classification of rural cells

Description

[Deprecated]

classify_grid_rural() has been renamed to DoU_classify_grid_rural() to create a more consistent API and to better indicate that this function is specifically designed to classify rural cells in the context of the DEGURBA classification.

Usage

classify_grid_rural(data, classification, value = 1)

Arguments

data

path to the directory with the data, or named list with the data as returned by function DoU_preprocess_grid()

classification

SpatRaster. A grid with the classification of urban centres and urban clusters to which the classification of rural cells will be added. Note that the grid will be adapted in-place.

value

integer. Value assigned to rural cells in the resulting grid

Value

SpatRaster with the grid cell classification of rural cells


[Package flexurba version 0.2.2 Index]