We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5496b1b commit 2390c89Copy full SHA for 2390c89
1 file changed
source/add_spatial_resources.Rmd
@@ -64,7 +64,13 @@ Each dataset includes the following metadata (see: [Frictionless resource spec](
64
# Datasets
65
## MGRS 10 Km reference grid Belgium
66
67
+```{r}
68
+# Read reference grid
69
+utm10_bel <- st_read(file.path(data_path, "utm10_bel.shp"))
70
71
+# Visualise
72
+ggplot() + geom_sf(data = utm10_bel)
73
+```
74
75
76
## EEA 100 km reference grid Europe
0 commit comments