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")