inbo/tutorials

Use sf function st_layers instead of gdalUtils::ogrinfo

Closed this issue · 1 comments

Based on coding club experience, the chunk code in

gdalUtils::ogrinfo("sac.gpkg") %>%
cat(sep = "\n")
```
should be replaced by the more intuitive function st_layers("sac.gpkg"), I think.
What do you think @florisvdh ?

Your suggestion is absolutely better and preferable @damianooldoni 👍 ! Thank you, coding club.