Skip to content

Commit 2390c89

Browse files
committed
load grid data belgium
1 parent 5496b1b commit 2390c89

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

source/add_spatial_resources.Rmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,13 @@ Each dataset includes the following metadata (see: [Frictionless resource spec](
6464
# Datasets
6565
## MGRS 10 Km reference grid Belgium
6666

67+
```{r}
68+
# Read reference grid
69+
utm10_bel <- st_read(file.path(data_path, "utm10_bel.shp"))
6770
71+
# Visualise
72+
ggplot() + geom_sf(data = utm10_bel)
73+
```
6874

6975

7076
## EEA 100 km reference grid Europe

0 commit comments

Comments
 (0)