[GRASS-SVN] r67492 - in grass-addons/grass7/vector: . v.feature.algebra
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jan 5 18:53:36 PST 2016
Author: wenzeslaus
Date: 2016-01-05 18:53:36 -0800 (Tue, 05 Jan 2016)
New Revision: 67492
Added:
grass-addons/grass7/vector/v.feature.algebra/
Removed:
grass-addons/grass7/vector/v.mapcalc/
Modified:
grass-addons/grass7/vector/Makefile
grass-addons/grass7/vector/v.feature.algebra/Makefile
grass-addons/grass7/vector/v.feature.algebra/README
Log:
C. Simon's v.mapcalc renamed to v.feature.algebra
Module renamed to free the name for another v.mapcalc attempt.
Renaming just esential things as it cannot be used now anyway.
Disable in the parent Makefile.
Modified: grass-addons/grass7/vector/Makefile
===================================================================
--- grass-addons/grass7/vector/Makefile 2016-01-06 01:44:26 UTC (rev 67491)
+++ grass-addons/grass7/vector/Makefile 2016-01-06 02:53:36 UTC (rev 67492)
@@ -1,7 +1,5 @@
MODULE_TOPDIR = ..
-# v.mapcalc
-
SUBDIRS = \
v.area.stats \
v.area.weigh \
@@ -34,7 +32,6 @@
v.lfp \
v.lidar.mcc \
v.link.precip \
- v.mapcalc \
v.maxent.swd \
v.median \
v.mrmr \
Modified: grass-addons/grass7/vector/v.feature.algebra/Makefile
===================================================================
--- grass-addons/grass7/vector/v.mapcalc/Makefile 2016-01-06 01:44:26 UTC (rev 67491)
+++ grass-addons/grass7/vector/v.feature.algebra/Makefile 2016-01-06 02:53:36 UTC (rev 67492)
@@ -2,7 +2,7 @@
include $(MODULE_TOPDIR)/include/Make/Vars.make
-PGM = v.mapcalc
+PGM = v.feature.algebra
LIBES = $(VECTORLIB) $(GISLIB) $(DLLIB) $(MATHLIB)
DEPENDENCIES = $(VECTORDEP) $(GISDEP)
Modified: grass-addons/grass7/vector/v.feature.algebra/README
===================================================================
--- grass-addons/grass7/vector/v.mapcalc/README 2016-01-06 01:44:26 UTC (rev 67491)
+++ grass-addons/grass7/vector/v.feature.algebra/README 2016-01-06 02:53:36 UTC (rev 67492)
@@ -1,5 +1,12 @@
The code was written by Christoph Simon <ciccio at kiosknet.com.br>.
+Jan 2016: Renamed from v.mapcalc to v.feature.algebra. Another simpler
+module, more aligned with basic r.mapcalc functionality, will use the
+name v.mapcalc. Old name left everywhere here in the source code
+because the code is not usable anyway with GRASS GIS 7 in the current
+state.
+
+
DESCRIPTION
From ciccio at kiosknet.com.br Wed Aug 7 16:03:56 2002
More information about the grass-commit
mailing list