#set a nice region g.region -d g.region n=4926970 s=4914857 w=591583 e=607793 res=50 #export the data r.out.vtk input=elevation.10m,slope,aspect elevation=elevation.10m output=/tmp/out.vtk # visualize in paraview or other VTK viewer: paraview --data=/tmp/out.vtk
#set the region g.region -d g.region n=4926970 s=4914857 w=591583 e=607793 res=50 #we are using r.in.onearth (available from the grass addon wiki) to create rgb data #get some satellite images with r.in.onearth r.in.onearth -l output=Sat tmband=Red r.in.onearth -l output=Sat tmband=IR1 r.in.onearth -l output=Sat tmband=IR2 #export the data r.out.vtk rgbmaps=SatLandsatTM_IR1,SatLandsatTM_IR2,SatLandsatTM_Red elevation=elevation.10m output=/tmp/out.vtk # visualize in paraview or other VTK viewer: paraview --data=/tmp/out.vtk
Last changed: $Date: 2006/06/16 19:35:13 $