[GRASS-SVN] r31247 - grass-addons/gipe

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 5 00:50:10 EDT 2008


Author: ychemin
Date: 2008-05-05 00:50:10 -0400 (Mon, 05 May 2008)
New Revision: 31247

Modified:
   grass-addons/gipe/Makefile
   grass-addons/gipe/imagery_Makefile
   grass-addons/gipe/install_yanns_grass.sh
Log:
Updated installation of Gipe with imagery modules from Grass Add-ons (all of them) and with r.inund.fluv, did not update GUIs menus for them

Modified: grass-addons/gipe/Makefile
===================================================================
--- grass-addons/gipe/Makefile	2008-05-04 21:04:58 UTC (rev 31246)
+++ grass-addons/gipe/Makefile	2008-05-05 04:50:10 UTC (rev 31247)
@@ -37,6 +37,7 @@
 	r.info \
 	r.in.gridatb \
 	r.in.mat \
+	r.inund.fluv \
 	r.in.poly \
 	r.in.xyz \
 	r.kappa \

Modified: grass-addons/gipe/imagery_Makefile
===================================================================
--- grass-addons/gipe/imagery_Makefile	2008-05-04 21:04:58 UTC (rev 31246)
+++ grass-addons/gipe/imagery_Makefile	2008-05-05 04:50:10 UTC (rev 31247)
@@ -1,8 +1,16 @@
 MODULE_TOPDIR = ..
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make
-
 SUBDIRS1 = \
+	i.homography \
+	i.landsat.dehaze \
+	i.points.auto \
+	i.pr \
+	i.warp \
+	i.landsat.acca \
+	i.landsat.toar \
+	i.points.reproj \
+	i.topo.corr \
 	i.albedo \
 	i.ask \
 	i.biomass \

Modified: grass-addons/gipe/install_yanns_grass.sh
===================================================================
--- grass-addons/gipe/install_yanns_grass.sh	2008-05-04 21:04:58 UTC (rev 31246)
+++ grass-addons/gipe/install_yanns_grass.sh	2008-05-05 04:50:10 UTC (rev 31247)
@@ -11,6 +11,7 @@
 # This Assumes you start in GIPE directory
 GIPEDIR=$ADDONSVNDIR/gipe
 HFDIR=$ADDONSVNDIR/HydroFOSS
+RSTDIR=$ADDONSVNDIR/raster
 
 #INSTALL MODULES
 #START RASTER STUFF
@@ -27,6 +28,12 @@
 done
 cp -rf $GIPEDIR/PM_Makefile $GRASSCVSDIR/raster/r.evapo.PM/Makefile
 
+cd $RSTDIR/
+for directory in r.inund.fluv*
+do
+	cp -rf $RSTDIR/$directory $GRASSCVSDIR/raster/
+done
+
 cp -f $GIPEDIR/Makefile $GRASSCVSDIR/raster/ 
 cd $GRASSCVSDIR/raster/
 make
@@ -45,13 +52,13 @@
 	cp -rf $ADDONSVNDIR/$directory $GRASSCVSDIR/imagery/ 
 done
 
-cd $ADDONSVNDIR/i.pr/
+cd $ADDONSVNDIR/imagery/
 for directory in i.*
 do
-	cp -rf $ADDONSVNDIR/i.pr/$directory $GRASSCVSDIR/imagery/ 
+	cp -rf $ADDONSVNDIR/imagery/$directory $GRASSCVSDIR/imagery/ 
 done
 
-cp -f $GIPEDIR/imagery_Makefile $GRASSCVSDIR/imagery/Makefile 
+cp -f $GIPEDIR/imagery_Makefile $GRASSCVSDIR/imagery/Makefile
 cd $GRASSCVSDIR/imagery/
 make
 #END IMAGERY STUFF



More information about the grass-commit mailing list