Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 413e0bdb3c48563b2d8d9038d07d5533 > files > 2107

grass-6.3.0-15.fc13.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS: r.support</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">

<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>

<h2>NAME</h2>
<em><b>r.support</b></em>  - Allows creation and/or modification of raster map layer support files.
<h2>KEYWORDS</h2>
raster
<h2>SYNOPSIS</h2>
<b>r.support</b><br>
<b>r.support help</b><br>
<b>r.support</b> <b>map</b>=<em>name</em>  [<b>title</b>=<em>"phrase"</em>]   [<b>history</b>=<em>"phrase"</em>]   [<b>units</b>=<em>string</em>]   [<b>vdatum</b>=<em>string</em>]   [<b>source1</b>=<em>"phrase"</em>]   [<b>source2</b>=<em>"phrase"</em>]   [<b>description</b>=<em>"phrase"</em>]   [<b>raster</b>=<em>string</em>]   [--<b>verbose</b>]  [--<b>quiet</b>] 


<h3>Parameters:</h3>
<DL>
<DT><b>map</b>=<em>name</em></DT>
<DD>Name of input raster map</DD>

<DT><b>title</b>=<em>"phrase"</em></DT>
<DD>Text to use for map title</DD>

<DT><b>history</b>=<em>"phrase"</em></DT>
<DD>Text to append to the next line of the map's metadata file</DD>

<DT><b>units</b>=<em>string</em></DT>
<DD>Text to use for map data units</DD>

<DT><b>vdatum</b>=<em>string</em></DT>
<DD>Text to use for map vertical datum</DD>

<DT><b>source1</b>=<em>"phrase"</em></DT>
<DD>Text to use for data source, line 1</DD>

<DT><b>source2</b>=<em>"phrase"</em></DT>
<DD>Text to use for data source, line 2</DD>

<DT><b>description</b>=<em>"phrase"</em></DT>
<DD>Text to use for data description or keyword(s)</DD>

<DT><b>raster</b>=<em>string</em></DT>
<DD>Raster map from which to copy category table</DD>

</DL>
<h2>DESCRIPTION</h2>

<b>r.support</b> allows the user to create and/or edit raster map support 
information. Editing of raster map color tables, category labels, header, 
history, and title is supported. Category labels can also be copied from
another raster map.

<h2>NOTES</h2>

If metadata options such as <b>title</b> or <b>history</b> are given the
module will run  non-interactively. If only the map name is given
<em>r.support</em> will run interactively within a terminal shell and the
user with be prompted for input.
<P>
Freeform metadata information is stored in a "<tt>hist</tt>" file which may be
appended to by using the <b>history</b> option. Currently this is limited to
50 lines of text with a maximum line length of 78 characters. Any input
larger than this will be wrapped to the next line.
All other metadata strings available as standard options are limited to
79 characters.

<h2>SEE ALSO</h2>
<em>
<a href="r.category.html">r.category</a>,
<a href="r.describe.html">r.describe</a>,
<a href="r.info.html">r.info</a>,
<a href="r.null.html">r.null</a>,
<a href="r.region.html">r.region</a>,
<a href="r.report.html">r.report</a>,
<a href="r.timestamp.html">r.timestamp</a>
</em>

<h2>AUTHORS</h2>

Micharl Shapiro, CERL: Original author<BR>
<a href="MAILTO:rez@touchofmadness.com">Brad Douglas</a>: GRASS 6 Port<BR>
M. Hamish Bowman: command line enhancements<br>
Markus Neteler: category copy from other map

<p>
<i>Last changed: $Date: 2007-10-10 10:01:00 +0200 (Wed, 10 Oct 2007) $</i>
</p>
<HR>
<P><a href="index.html">Main index</a> - <a href="raster.html">raster index</a> - <a href="full_index.html">Full index</a></P>
<P>&copy; 2003-2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>