[GRASS-SVN] r33798 - grass-addons/vector/v.what.rast.buffer
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 9 21:30:00 EDT 2008
Author: hamish
Date: 2008-10-09 21:30:00 -0400 (Thu, 09 Oct 2008)
New Revision: 33798
Modified:
grass-addons/vector/v.what.rast.buffer/v.what.rast.buffer
Log:
multiple rast mean that map cell size is not constant
Modified: grass-addons/vector/v.what.rast.buffer/v.what.rast.buffer
===================================================================
--- grass-addons/vector/v.what.rast.buffer/v.what.rast.buffer 2008-10-10 01:28:37 UTC (rev 33797)
+++ grass-addons/vector/v.what.rast.buffer/v.what.rast.buffer 2008-10-10 01:30:00 UTC (rev 33798)
@@ -20,9 +20,9 @@
# extract value at each dive site and do stats for cells within a 100m radius
#%Module
-#% label: Calculates univariate statistics of raster map(s) from buffers around vector points.
-#% description: Results are written to a file. Resolution is taken from individual raster maps.
-#% keywords: vector, raster, statistics
+#% label: Calculates univariate statistics of raster map(s) from buffers around vector points.
+#% description: Results are written to a file. Resolution is taken from individual raster maps.
+#% keywords: vector, raster, statistics
#%End
#%option
#% key: input
@@ -127,7 +127,7 @@
#echo "Extractions of [$MAP] at [$SITES_FILE] `date`" > "$TMP"
echo "map_name${FS}cat_id${FS}easting${FS}northing${FS}value${FS}mean_${BUFFER}m_radius${FS}"\
"stdev_${BUFFER}m_radius${FS}max_${BUFFER}m_radius${FS}min_${BUFFER}m_radius${FS}"\
-"number of valid "$RES"m^2 cells within ${BUFFER}m_radius" > "$TMP"
+"number of valid cells within ${BUFFER}m_radius" > "$TMP"
#### per raster map
More information about the grass-commit
mailing list