This makes it challenging/impossible to import the OpenRoads dataset into a SQL database (e.g. GRASS), without changing ... library(rgdal) f = list.files("~/Downloads/OS/data", pattern="shp") f = substr(f, 1, nchar(f) - 4) lapply(f, function(i){ x ...
↧