[GRASS-SVN] r54289 - in grass-addons/grass7: imagery raster raster/r.flip

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 15 00:57:06 PST 2012


Author: ychemin
Date: 2012-12-15 00:57:05 -0800 (Sat, 15 Dec 2012)
New Revision: 54289

Added:
   grass-addons/grass7/raster/r.flip/
   grass-addons/grass7/raster/r.flip/r.flip.html
Removed:
   grass-addons/grass7/imagery/i.flip/
   grass-addons/grass7/raster/r.flip/i.flip.html
Modified:
   grass-addons/grass7/imagery/Makefile
   grass-addons/grass7/raster/Makefile
   grass-addons/grass7/raster/r.flip/Makefile
   grass-addons/grass7/raster/r.flip/main.c
Log:
moved i.flip to r.flip

Modified: grass-addons/grass7/imagery/Makefile
===================================================================
--- grass-addons/grass7/imagery/Makefile	2012-12-14 22:13:43 UTC (rev 54288)
+++ grass-addons/grass7/imagery/Makefile	2012-12-15 08:57:05 UTC (rev 54289)
@@ -8,7 +8,6 @@
 	i.evapo.potrad \
 	i.evapo.senay \
 	i.evapo.zk \
-	i.flip \
 	i.histo.match \
 	i.lmf \
 	i.points.auto \

Modified: grass-addons/grass7/raster/Makefile
===================================================================
--- grass-addons/grass7/raster/Makefile	2012-12-14 22:13:43 UTC (rev 54288)
+++ grass-addons/grass7/raster/Makefile	2012-12-15 08:57:05 UTC (rev 54289)
@@ -4,6 +4,7 @@
 	r.area \
 	r.clump2 \
 	r.convergence \
+	r.flip \
 	r.fuzzy \
 	r.hydrodem \
 	r.in.srtm.region \

Modified: grass-addons/grass7/raster/r.flip/Makefile
===================================================================
--- grass-addons/grass7/imagery/i.flip/Makefile	2012-12-14 22:13:43 UTC (rev 54288)
+++ grass-addons/grass7/raster/r.flip/Makefile	2012-12-15 08:57:05 UTC (rev 54289)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = i.flip
+PGM = r.flip
 
 LIBES = $(RASTERLIB) $(GISLIB) $(MATHLIB)
 DEPENDENCIES = $(RASTERDEP) $(GISDEP)

Deleted: grass-addons/grass7/raster/r.flip/i.flip.html
===================================================================
--- grass-addons/grass7/imagery/i.flip/i.flip.html	2012-12-14 22:13:43 UTC (rev 54288)
+++ grass-addons/grass7/raster/r.flip/i.flip.html	2012-12-15 08:57:05 UTC (rev 54289)
@@ -1,20 +0,0 @@
-<h2>DESCRIPTION</h2>
-
-<em>i.flip</em>Flips an image North-South. Initial need was for TRMM images. 
-
-
-<h2>NOTES</h2>
-
-Added flags for East-West flip (w) and both N-S and E-W (b).
-
-<h2>SEE ALSO</h2>
-
-<em>
-<a href="i.atcorr.html">i.atcorr</a>
-</em>
-
-
-<h2>AUTHORS</h2>
-Yann Chemin, International Water Management Institute, Sri Lanka
-
-<p><i>Last changed: $Date$</i>

Modified: grass-addons/grass7/raster/r.flip/main.c
===================================================================
--- grass-addons/grass7/imagery/i.flip/main.c	2012-12-14 22:13:43 UTC (rev 54288)
+++ grass-addons/grass7/raster/r.flip/main.c	2012-12-15 08:57:05 UTC (rev 54289)
@@ -1,7 +1,7 @@
 
 /****************************************************************************
  *
- * MODULE:       i.vi
+ * MODULE:       r.flip
  * AUTHOR(S):    Yann Chemin - yann.chemin at gmail.com
  * PURPOSE:      Flips an image North-South, East-West (-w) or both (-b).
  *
@@ -15,6 +15,7 @@
  *		 Initial need for TRMM import
  *
  * Changelog:	 
+ *		 Moved from i.flip to r.flip
  *
  *****************************************************************************/
 

Copied: grass-addons/grass7/raster/r.flip/r.flip.html (from rev 54288, grass-addons/grass7/imagery/i.flip/i.flip.html)
===================================================================
--- grass-addons/grass7/raster/r.flip/r.flip.html	                        (rev 0)
+++ grass-addons/grass7/raster/r.flip/r.flip.html	2012-12-15 08:57:05 UTC (rev 54289)
@@ -0,0 +1,20 @@
+<h2>DESCRIPTION</h2>
+
+<em>r.flip</em>Flips an image North-South. Initial need was for TRMM images. 
+
+
+<h2>NOTES</h2>
+
+Added flags for East-West flip (w) and both N-S and E-W (b).
+
+<h2>SEE ALSO</h2>
+
+<em>
+<a href="i.atcorr.html">i.atcorr</a>
+</em>
+
+
+<h2>AUTHORS</h2>
+Yann Chemin, International Water Management Institute, Sri Lanka
+
+<p><i>Last changed: $Date$</i>



More information about the grass-commit mailing list