<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hello Ben,<BR>
&nbsp;<BR>
Thank you for your suggestion but when I attempt to run r,to.rast3 I get the 'position not in queue' message again.&nbsp; I ran v.kernel on the respective slices with st deviation of 5 leaving all other parameters as they were.&nbsp; Was this correct?&nbsp;Having used the v.info command the layers are 3D.&nbsp;Essentially what I am trying to achieve is a volume cube of loch lomond from x, y, z coordinates.&nbsp;<BR>
&nbsp;<BR>
&nbsp;I also have dissolved organic carbon data which i was hoping to display volumetrically&nbsp;within this that has x, y, z, DOC columns.&nbsp; I ran v.vol.rst but it says w column not supported. my data here is:-<BR>
&nbsp;<BR>
INTEGER/cat<BR>&gt; &gt; &gt; INTEGER/Id<BR>&gt; &gt; &gt; DOUBLE PRECISION/X<BR>&gt; &gt; &gt; DOUBLE PRECISION/Y<BR>&gt; &gt; &gt; DOUBLE PRECISION/Z<BR>&gt; &gt; &gt; DOUBLE PRECISION/DOC<BR>
&nbsp;<BR>
My main focus is the volume cube of loch lomond. The DOC would be a bonus.<BR>
&nbsp;<BR>
Ian<BR>
<BR>&gt; Date: Thu, 21 Aug 2008 09:55:07 +0100<BR>&gt; From: benjamin.ducke@oxfordarch.co.uk<BR>&gt; CC: grass-user@lists.osgeo.org<BR>&gt; Subject: Re: [GRASS-user] displaying volumes from xyz vector in nviz<BR>&gt; <BR>&gt; To generate a volumetric model of your point data, you need to use<BR>&gt; an algorithm that can interpolate an attribute in 3D space.<BR>&gt; <BR>&gt; To start with, you need to make sure that your input points map is<BR>&gt; actually a 3D geometry, not just 2D points with X,Y and Z attributes<BR>&gt; attached (us v.info to find out).<BR>&gt; <BR>&gt; v.to.rast3 simply takes the 3D point positions and creates a single<BR>&gt; voxel value at every point location in the input map. Most likely, this<BR>&gt; is not what you want and you should look into v.vol.rst instead.<BR>&gt; <BR>&gt; The question then is WHAT to interpolate. In your attribute table list<BR>&gt; below, I cannot see an attribute that could actually be used for<BR>&gt; interpolation. The only thing you have are integer categories.<BR>&gt; <BR>&gt; If you want to show point density in 3D: there is currently no GRASS<BR>&gt; module to calculate that. So the only thing you can do is calculate<BR>&gt; density for 2D slices at different Z ranges separately (use v.select<BR>&gt; to query out points for each Z range, then run v.kernel on them) and<BR>&gt; stack the resulting 2D raster maps on top of each other to form a voxel<BR>&gt; cube using r.to.rast3.<BR>&gt; <BR>&gt; Ben<BR>&gt; <BR>&gt; <BR>&gt; ian summers wrote:<BR>&gt; &gt; Dear all,<BR>&gt; &gt; <BR>&gt; &gt; I have a vector point file and have tried to run the program v.to.rast3 <BR>&gt; &gt; though in the 'column name' section I am unsure what to enter? the <BR>&gt; &gt; column attributes for the data are as follows.<BR>&gt; &gt; <BR>&gt; &gt; &gt; INTEGER/cat<BR>&gt; &gt; &gt; INTEGER/Id<BR>&gt; &gt; &gt; DOUBLE PRECISION/X<BR>&gt; &gt; &gt; DOUBLE PRECISION/Y<BR>&gt; &gt; &gt; DOUBLE PRECISION/Z<BR>&gt; &gt; <BR>&gt; &gt; I have tried entering cat, id and z in this box but in the output I <BR>&gt; &gt; receive the message 'position not in queue'.<BR>&gt; &gt; <BR>&gt; &gt; I have also tried to create the volume using r.to.rast3 and though it <BR>&gt; &gt; appears as though a file is created when it comes to display in nviz <BR>&gt; &gt; only a plain 2D white tile appears. The values in my Z column are <BR>&gt; &gt; negative as I am modelling a lake. I am unsure whether this holds any <BR>&gt; &gt; bearing on outcome.<BR>&gt; &gt; <BR>&gt; &gt; Hope someone can help.<BR>&gt; &gt; <BR>&gt; &gt; Ian Summers<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; Win £3000 to spend on whatever you want at Uni! Click here to WIN! <BR>&gt; &gt; &lt;http://clk.atdmt.com/UKM/go/101719803/direct/01/&gt;<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; ------------------------------------------------------------------------<BR>&gt; &gt; <BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; grass-user mailing list<BR>&gt; &gt; grass-user@lists.osgeo.org<BR>&gt; &gt; http://lists.osgeo.org/mailman/listinfo/grass-user<BR>&gt; <BR>&gt; <BR>&gt; -- <BR>&gt; Benjamin Ducke<BR>&gt; Senior Applications Support and Development Officer<BR>&gt; <BR>&gt; Oxford Archaeology Ltd<BR>&gt; Janus House<BR>&gt; Osney Mead<BR>&gt; OX2 0ES<BR>&gt; Oxford, U.K.<BR>&gt; <BR>&gt; Tel: +44 (0)1865 263 800 (switchboard)<BR>&gt; Tel: +44 (0)1865 980 758 (direct)<BR>&gt; Fax :+44 (0)1865 793 496<BR>&gt; benjamin.ducke@oxfordarch.co.uk<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------<BR>&gt; Files attached to this email may be in ISO 26300 format (OASIS Open Document Format). If you have difficulty opening them, please visit http://iso26300.info for more information.<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; grass-user mailing list<BR>&gt; grass-user@lists.osgeo.org<BR>&gt; http://lists.osgeo.org/mailman/listinfo/grass-user<BR><BR><br /><hr />Find out how to make Messenger your very own TV! <a href='http://clk.atdmt.com/UKM/go/101719648/direct/01/' target='_new'>Try it Now!</a></body>
</html>