Learn R Programming

flexurba (version 0.2.3)

DoU_load_grid_data_belgium: Load the grid data for Belgium to reconstruct DEGURBA classification

Description

The function loads the data required to execute the grid classification of the Degree of Urbanisation for Belgium with the function DoU_preprocess_grid().

The data was constructed with the code below:

# download the GHSL data on a global scale
download_GHSLdata(output_directory = "inst/extdata/global")

# crop the global grid to Belgium crop_GHSLdata(extent = terra::ext(192000, 485000, 5821000, 6030000), global_directory = "inst/extdata/global", output_directory = "inst/extdata/belgium")

Usage

DoU_load_grid_data_belgium()

Arguments

Value

named list with the data of Belgium required for the grid classification of the Degree of Urbanisation.

Examples

Run this code
DoU_load_grid_data_belgium()

Run the code above in your browser using DataLab