[GRASS-user] 3d vector cutting pane for 3d volumes ?

Sören Gebbert soerengebbert at googlemail.com
Tue Oct 15 13:09:21 PDT 2013


Hi Peter,
you can use v.to.rast to create a raster surface from the vector
surface (as Maskus suggested) and then use r.to.rast3elev to fill the
upper volume and the lower volume of a new voxel map with different
values (upper = 1, lower = 2). Then use r3.mapcalc to perform
operations on the upper or lower volume (r3.mapcalc "lower_volume =
if(myvolume == 2, 1, null())").

Best regards
Soeren

2013/10/7 "Peter Löwe" <peter.loewe at gmx.de>:
> Hi,
> is there a feasible approach in GRASS 6.X or 7.X to apply a 3d vector surface as a cutting pane to split 3D raster volume bodies ?
>
> Best,
> Peter
>
> <peter.loewe at gmx.de>
> _______________________________________________
> grass-user mailing list
> grass-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user


More information about the grass-user mailing list