I'm trying to get a 3D raster from vector points. The points have a Z
column in the attached database table, but v.to.rast3 is producing
nothing - there is no output map, but neither is there any error message.
2008/12/20 Richard Chirgwin <rchirgwin@ozemail.com.au>:
I'm trying to get a 3D raster from vector points. The points have a Z
column in the attached database table, but v.to.rast3 is producing
nothing - there is no output map, but neither is there any error message.
Running Grass-GIS 6.3 on OpenSuse 10.3.
in grass 6.4
v.random p n=1000 -z zmax=100 --o
v.db.addtable map=p columns="x double, y double, z double"
v.to.db p opt=coor columns=x,y,z
v.db.select p col=cat,z
2008/12/20 Richard Chirgwin <rchirgwin@ozemail.com.au>:
I'm trying to get a 3D raster from vector points. The points have a Z
column in the attached database table, but v.to.rast3 is producing
nothing - there is no output map, but neither is there any error message.
Running Grass-GIS 6.3 on OpenSuse 10.3.
in grass 6.4
v.random p n=1000 -z zmax=100 --o
v.db.addtable map=p columns="x double, y double, z double"
v.to.db p opt=coor columns=x,y,z
v.db.select p col=cat,z