[GRASS-SVN] r57780 - in grass/trunk: lib/raster3d raster3d raster3d/r3.in.ascii raster3d/r3.out.ascii

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Sep 21 15:45:11 PDT 2013


Author: wenzeslaus
Date: 2013-09-21 15:45:09 -0700 (Sat, 21 Sep 2013)
New Revision: 57780

Added:
   grass/trunk/lib/raster3d/README
   grass/trunk/lib/raster3d/r3_volume_layout.png
   grass/trunk/lib/raster3d/r3_volume_layout.xcf
   grass/trunk/lib/raster3d/r3_volume_layout_large.png
   grass/trunk/raster3d/r3.in.ascii/r3_volume_layout.png
   grass/trunk/raster3d/r3.out.ascii/r3_volume_layout.png
Removed:
   grass/trunk/lib/raster3d/volume_layout.png
   grass/trunk/lib/raster3d/volume_layout.xcf
   grass/trunk/raster3d/r3.in.ascii/g3d_volume_layout.png
   grass/trunk/raster3d/r3.out.ascii/g3d_volume_layout.png
Modified:
   grass/trunk/lib/raster3d/raster3dlib.dox
   grass/trunk/raster3d/r3.in.ascii/r3.in.ascii.html
   grass/trunk/raster3d/r3.out.ascii/r3.out.ascii.html
   grass/trunk/raster3d/raster3dintro.html
Log:
docs: changing size and name of volume layout image

Added: grass/trunk/lib/raster3d/README
===================================================================
--- grass/trunk/lib/raster3d/README	                        (rev 0)
+++ grass/trunk/lib/raster3d/README	2013-09-21 22:45:09 UTC (rev 57780)
@@ -0,0 +1,9 @@
+The r3_volume_layout.png was created from r3_volume_layout.xcf then resized to
+543x480 pixels. The original file is now r3_volume_layout_large.png (877x755).
+Unfortunatelly, the source file r3_volume_layout.xcf is probably broken.
+
+See also volume_tile_cell_generator.sh.
+
+The r3_volume_layout.png is used on several places in programming and user
+documentation. To find all usages use:
+ find . -name "*volume_layout*.png"


Property changes on: grass/trunk/lib/raster3d/README
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:keywords
   + Author Date Id
Added: svn:eol-style
   + native

Copied: grass/trunk/lib/raster3d/r3_volume_layout.png (from rev 57779, grass/trunk/lib/raster3d/volume_layout.png)
===================================================================
(Binary files differ)

Copied: grass/trunk/lib/raster3d/r3_volume_layout.xcf (from rev 57779, grass/trunk/lib/raster3d/volume_layout.xcf)
===================================================================
(Binary files differ)

Added: grass/trunk/lib/raster3d/r3_volume_layout_large.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/lib/raster3d/r3_volume_layout_large.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: grass/trunk/lib/raster3d/raster3dlib.dox
===================================================================
--- grass/trunk/lib/raster3d/raster3dlib.dox	2013-09-21 11:22:54 UTC (rev 57779)
+++ grass/trunk/lib/raster3d/raster3dlib.dox	2013-09-21 22:45:09 UTC (rev 57780)
@@ -13,7 +13,7 @@
 system of a volume is column and row compatible to the raster library
 and counts from the bottom to the top of the cube.
 
-\image html "volume_layout.png" "The volume coordinate system and tile layout of the 3D Raster Library"
+\image html "r3_volume_layout.png" "The volume coordinate system and tile layout of the 3D Raster Library"
 
 \section Directory_Structure Directory Structure
 

Deleted: grass/trunk/lib/raster3d/volume_layout.png
===================================================================
(Binary files differ)

Deleted: grass/trunk/lib/raster3d/volume_layout.xcf
===================================================================
(Binary files differ)

Deleted: grass/trunk/raster3d/r3.in.ascii/g3d_volume_layout.png
===================================================================
(Binary files differ)

Modified: grass/trunk/raster3d/r3.in.ascii/r3.in.ascii.html
===================================================================
--- grass/trunk/raster3d/r3.in.ascii/r3.in.ascii.html	2013-09-21 11:22:54 UTC (rev 57779)
+++ grass/trunk/raster3d/r3.in.ascii/r3.in.ascii.html	2013-09-21 22:45:09 UTC (rev 57780)
@@ -17,7 +17,7 @@
 that is visualized in the following picture, independently from the specified
 ordering in the ASCII input file:
 <center>
-<img src="g3d_volume_layout.png" border=0><br>
+<img src="r3_volume_layout.png" border=0><br>
 <table border=0 width=700>
 <tr><td><center>
 <i>The volume coordinate system and tile layout of the imported voxel map</i>

Copied: grass/trunk/raster3d/r3.in.ascii/r3_volume_layout.png (from rev 57779, grass/trunk/raster3d/r3.in.ascii/g3d_volume_layout.png)
===================================================================
(Binary files differ)

Deleted: grass/trunk/raster3d/r3.out.ascii/g3d_volume_layout.png
===================================================================
(Binary files differ)

Modified: grass/trunk/raster3d/r3.out.ascii/r3.out.ascii.html
===================================================================
--- grass/trunk/raster3d/r3.out.ascii/r3.out.ascii.html	2013-09-21 11:22:54 UTC (rev 57779)
+++ grass/trunk/raster3d/r3.out.ascii/r3.out.ascii.html	2013-09-21 22:45:09 UTC (rev 57780)
@@ -71,7 +71,7 @@
 <p>
 The internal storage scheme of 3D raster maps is visualized in the following picture:
 <center>
-<img src="g3d_volume_layout.png" border=0><br>
+<img src="r3_volume_layout.png" border=0><br>
 <table border=0 width=700>
 <tr><td><center>
 <i>The coordinate system and tile layout of a voxel map in GRASS</i>

Copied: grass/trunk/raster3d/r3.out.ascii/r3_volume_layout.png (from rev 57779, grass/trunk/raster3d/r3.out.ascii/g3d_volume_layout.png)
===================================================================
(Binary files differ)

Modified: grass/trunk/raster3d/raster3dintro.html
===================================================================
--- grass/trunk/raster3d/raster3dintro.html	2013-09-21 11:22:54 UTC (rev 57779)
+++ grass/trunk/raster3d/raster3dintro.html	2013-09-21 22:45:09 UTC (rev 57780)
@@ -16,7 +16,7 @@
 <a href="r3.retile.html">r3.retile</a> after import or creation.
 
 <div align="center" style="margin: 10px">
-<img src="g3d_volume_layout.png" border=0><br>
+<img src="r3_volume_layout.png" border=0><br>
 <i>The volume coordinate system and tile layout of the RASTER3D library</i>
 </div>
 



More information about the grass-commit mailing list