BE_OSM_ADMIN_PROVINCE: Province boundaries of Belgium extracted from OpenStreetMap.
and enriched with labels based on TF_SOC_POP_STRUCT_2015 from the BelgiumStatistics package.
Extracted as described in BE_OSM_ADMIN
CD_PROV_REFNIS, TX_PROV_DESCR_NL, TX_PROV_DESCR_FR: NIS code of the province as well as NL/FR labels (based on TF_SOC_POP_STRUCT_2015)
CD_RGN_REFNIS, TX_RGN_DESCR_NL, TX_RGN_DESCR_FR: NIS code of the region as well as NL/FR labels (based on TF_SOC_POP_STRUCT_2015)
1 2 3 4 5 6 7 8 | ## Not run:
data(BE_OSM_ADMIN_PROVINCE)
str(as.data.frame(BE_OSM_ADMIN_PROVINCE))
library(sp)
plot(BE_OSM_ADMIN_PROVINCE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.