Skip to content
Prev 9700 / 29559 Next

Grass and raster package

i found a solution, if someone else is interested:

system("g.mlist type=rast pattern='lin*' >tmp")

k=c(scan("tmp", what='string'))  

x=readRAST6(k)

b=brick(x)