Skip to content
Back to formatted view

Raw Message

Message-ID: <1288007920225-5670360.post@n2.nabble.com>
Date: 2010-10-25T11:58:40Z
From: Martin
Subject: Grass and raster package
In-Reply-To: <1287911120433-5667199.post@n2.nabble.com>

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)
-- 
View this message in context: http://r-sig-geo.2731867.n2.nabble.com/Grass-and-raster-package-tp5667199p5670360.html
Sent from the R-sig-geo mailing list archive at Nabble.com.