[GRASS-SVN] r57754 - in grass/trunk: lib/raster3d raster3d
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Sep 19 20:32:53 PDT 2013
Author: wenzeslaus
Date: 2013-09-19 20:32:53 -0700 (Thu, 19 Sep 2013)
New Revision: 57754
Modified:
grass/trunk/lib/raster3d/raster3dlib.dox
grass/trunk/raster3d/raster3dintro.html
Log:
dox: raster3d documentation cosmetics
Modified: grass/trunk/lib/raster3d/raster3dlib.dox
===================================================================
--- grass/trunk/lib/raster3d/raster3dlib.dox 2013-09-20 00:31:10 UTC (rev 57753)
+++ grass/trunk/lib/raster3d/raster3dlib.dox 2013-09-20 03:32:53 UTC (rev 57754)
@@ -3,8 +3,10 @@
by M. Neteler 5/2004, 8/2005
-->
-<b>Overview</b>
+<i>TODO: Update for this page for GRASS 7.</i>
+\section raster3dlib_Overview Overview
+
The 3D Raster Volume Library is used for the <tt>r3.*</tt> and vector
volume tools. The library uses a tile cache based approach to store
floating point values in abritrary order in a volume. The coordinate
@@ -13,8 +15,6 @@
\image html "volume_layout.png" "The volume coordinate system and tile layout of the 3D Raster Library"
-<b>TODO: update for GRASS7</b>
-
\section Directory_Structure Directory Structure
<P>
@@ -1327,8 +1327,8 @@
updated every time a cell is written to the file. When an old map is opened the
range is not automatically loaded. The application has to invoke
<TT>Rast3d_range_load()</TT> (cf. Section 22.4.12)
- explicitly. In
-addition to these function the application can also use the standard grass
+ explicitly.
+In addition to this function, the application can also use the standard GRASS
functions to manipulate the range.
<P>
@@ -1360,7 +1360,7 @@
\subsection RASTER3D_Color_Support RASTER3D Color Support
<P>
-Applications can use the standard grass functions to work with colors, except
+Applications can use the standard GRASS functions to work with colors, except
for the file manipulations.
<P>
@@ -1389,28 +1389,20 @@
\subsection RASTER3D_Categories_Support RASTER3D Categories Support
<P>
-Applications can use the standard grass functions to work with categories,
+Applications can use the standard GRASS functions to work with categories,
except for the file manipulations.
<P>
-int Rast3d_readCats(char *name, char *mapset, struct Categories *cats)
-Reads the categories file for map <EM>name</EM> in <EM>mapset</EM> and
-stores the categories in the <EM>cats</EM> structure. See <EM>G_read_cats</EM>
-(Raster_Category_File) for details and return values.
-
+Function Rast3d_read_cats() reads the categories file for map and
+function Rast3d_write_cats() writes the
+categories the Categories structure into the categories file for a map.
<P>
-int Rast3d_writeCats(char *name, struct Categories *cats) Writes the
- categories stored in the <EM>cats</EM> structure into the categories file for
- map <EM>name</EM> in the current mapset. See <EM>G_write_cats</EM>
- (Raster_Category_File) for details and return values.
-<P>
-
\subsection RASTER3D_History_Support RASTER3D History Support
<P>
-Applications can use the standard grass functions to work with histories,
+Applications can use the standard GRASS functions to work with histories,
except for the file manipulations.
<P>
Modified: grass/trunk/raster3d/raster3dintro.html
===================================================================
--- grass/trunk/raster3d/raster3dintro.html 2013-09-20 00:31:10 UTC (rev 57753)
+++ grass/trunk/raster3d/raster3dintro.html 2013-09-20 03:32:53 UTC (rev 57754)
@@ -63,7 +63,7 @@
Volume statistics can be calculated with <a href="r3.stats.html">r3.stats</a>
and <a href="r3.univar.html">r3.univar</a>.
-<h3>3D rasterinterpolation</h3>
+<h3>3D raster interpolation</h3>
From 3D vector points, GRASS 3D raster maps can be interpolated
(<a href="v.vol.rst.html">v.vol.rst</a>). Results are volumes,
More information about the grass-commit
mailing list