Displaying 1 result from an estimated 1 matches for "dtm_trentino_100m".
2007 Jul 06
0
import DTM with readRAST6()
Hello everybody,
I am a new R & Grass user.
I am interested in doing a kriging of the Temperature in a basin,
based on pixel elevation (DTM).
I use Grass 6.2.1 and R 2.5.1 and have installed the spgrass6 package.
The DTM is called "DTM_trentino_100m" and is like this:
north:5158000.0
south:5058500.0
east:1729700.0
west:1611600.0
rows:995
cols:1181
-9999.0 -9999.0 -9999.0 370.84381103515625 372.55120849609375
373.13128662109375 .....
I have opened R inside the Grass location, and imported the DTM:
> trentino.grid<-readRAST6(&q...