[GRASS-SVN] r33797 - grass-addons/vector/v.what.rast.buffer

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 9 21:28:37 EDT 2008


Author: hamish
Date: 2008-10-09 21:28:37 -0400 (Thu, 09 Oct 2008)
New Revision: 33797

Added:
   grass-addons/vector/v.what.rast.buffer/Makefile
   grass-addons/vector/v.what.rast.buffer/description.html
Log:
add support files

Added: grass-addons/vector/v.what.rast.buffer/Makefile
===================================================================
--- grass-addons/vector/v.what.rast.buffer/Makefile	                        (rev 0)
+++ grass-addons/vector/v.what.rast.buffer/Makefile	2008-10-10 01:28:37 UTC (rev 33797)
@@ -0,0 +1,7 @@
+MODULE_TOPDIR = ../..
+
+PGM = v.what.rast.buffer
+
+include $(MODULE_TOPDIR)/include/Make/Script.make
+
+default: script

Added: grass-addons/vector/v.what.rast.buffer/description.html
===================================================================
--- grass-addons/vector/v.what.rast.buffer/description.html	                        (rev 0)
+++ grass-addons/vector/v.what.rast.buffer/description.html	2008-10-10 01:28:37 UTC (rev 33797)
@@ -0,0 +1,50 @@
+<H2>DESCRIPTION</H2>
+
+This purpose of this module is to provide local environmental context to a
+series of vector points.
+<P>
+v.what.rast or r.what + coordinate alone may return a spike in the raster data
+without you knowing. What this script does is create a buffer around each
+vector point and gather some stats about the raster cells nearby and
+report them in a .csv table. Multiple raster maps can be sampled.
+It assumes the location is not lat/lon, and (in column names) that units
+will be meters. (r.buffer would be lat/lon safe; but I used r.circle
+because it allows starting from an exact coord not from the nearest cell)
+<P>
+v.rast.stats + v.buffer is problematic when input points' buffers overlap.
+<P>
+To speed up processing the working region is temporarily zoomed to a small
+area around each point. This will align the temporary region to the raster
+map's resolution and thus assumes that the raster map's region and resolution
+line up with each other.
+
+
+<h2>EXAMPLE</h2>
+
+<div class="code"><pre>
+# Spearfish dataset
+v.what.rast.buffer in=archsites rast=elevation.dem,slope out="-"
+</pre></div>
+
+
+<H2>SEE ALSO</H2>
+
+<EM>
+<A HREF="r.what.html">r.what</A><BR>
+<A HREF="v.what.rast.html">v.what.rast</A><BR>
+<A HREF="v.rast.stats.html">v.rast.stats</A><BR>
+<A HREF="r.univar.html">r.univar</A><BR>
+<A HREF="v.univar.html">v.univar</A><BR>
+<A HREF="r.buffer.html">r.buffer</A><BR>
+<A HREF="r.circle.html">r.circle</A><BR>
+<A HREF="g.region.html">g.region</A>
+</EM>
+
+
+<H2>AUTHOR</H2>
+
+Hamish Bowman<BR>
+<i>Dunedin, New Zealand</i>
+
+<p>
+<i>Last changed: $Date$</i>


Property changes on: grass-addons/vector/v.what.rast.buffer/description.html
___________________________________________________________________
Name: svn:keywords
   + Date



More information about the grass-commit mailing list