[GRASS-SVN] r51223 - grass/trunk/raster3d
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Mar 31 06:36:16 EDT 2012
Author: neteler
Date: 2012-03-31 03:36:16 -0700 (Sat, 31 Mar 2012)
New Revision: 51223
Modified:
grass/trunk/raster3d/raster3dintro.html
Log:
expanded
Modified: grass/trunk/raster3d/raster3dintro.html
===================================================================
--- grass/trunk/raster3d/raster3dintro.html 2012-03-31 10:34:17 UTC (rev 51222)
+++ grass/trunk/raster3d/raster3dintro.html 2012-03-31 10:36:16 UTC (rev 51223)
@@ -1,5 +1,11 @@
<!-- meta page description: 3D raster data (voxel) processing in GRASS GIS -->
<!-- meta page index: raster3D -->
+GRASS GIS is one of the few GIS software packages with volume data support.
+Here data are stored as a 3D raster with a unit volume called a voxel
+(volume pixel). Voxels are designed to support representations of
+trivariate continuous fields.
+<p>
+
GRASS GIS 3D raster maps use the same coordinate system as
2D raster maps (row count from north to south) with an additional z dimension (depth)
counting from bottom to top. The upper left corner (NW) is the origin of the voxel.
@@ -39,6 +45,8 @@
Powerful 3D map algebra is implemented in <a href="r3.mapcalc.html">r3.mapcalc</a>.
+A 3D groundwater flow model is implemented in <a href="r3.gwflow.html">r3.gwflow</a>.
+
<h3>3D raster conversion to vector or 2D raster maps</h3>
3D vector point data can be converted to a GRASS 3D raster map
More information about the grass-commit
mailing list