DoU_load_grid_data_belgium {flexurba} | R Documentation |
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()
Value
named list with the data of Belgium required for the grid classification of the Degree of Urbanisation.
Examples
DoU_load_grid_data_belgium()
[Package flexurba version 0.2.2 Index]