[GRASS-SVN] r60849 - grass-addons/grass7/raster/r.in.wcs

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 16 14:17:26 PDT 2014


Author: martinz
Date: 2014-06-16 14:17:26 -0700 (Mon, 16 Jun 2014)
New Revision: 60849

Added:
   grass-addons/grass7/raster/r.in.wcs/r.in.wcs.html
Removed:
   grass-addons/grass7/raster/r.in.wcs/description.html
Log:
renamed description.html to <modulename>.html (r.in.wcs, r.soillossbare)

Deleted: grass-addons/grass7/raster/r.in.wcs/description.html
===================================================================
--- grass-addons/grass7/raster/r.in.wcs/description.html	2014-06-16 21:17:14 UTC (rev 60848)
+++ grass-addons/grass7/raster/r.in.wcs/description.html	2014-06-16 21:17:26 UTC (rev 60849)
@@ -1,63 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>GRASS GIS manual: r.in.wcs.py</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.in.wcs.py</b></em>  - Downloads and imports coverage from WCS server.
-<h2>SCHLÜSSELWÖRTER</h2>
-OGC web services
-<h2>SYNOPSIS</h2>
-<b>r.in.wcs.py</b><br>
-<b>r.in.wcs.py help</b><br>
-<b>r.in.wcs.py</b> [-<b>c</b>] <b>url</b>=<em>string</em>  [<b>coverage</b>=<em>string</em>]   [<b>urlparams</b>=<em>string</em>]   [<b>username</b>=<em>string</em>]   [<b>password</b>=<em>string</em>]   [<b>output</b>=<em>string</em>]   [<b>location</b>=<em>string</em>]   [<b>region</b>=<em>string</em>]   [--<b>overwrite</b>]  [--<b>verbose</b>]  [--<b>quiet</b>] 
-
-<h3>Flags:</h3>
-<DL>
-<DT><b>-c</b></DT>
-<DD>Get the server capabilities then exit</DD>
-
-<DT><b>--overwrite</b></DT>
-<DD>Ausgabedateien dürfen bereits existierende Dateien überschreiben.</DD>
-<DT><b>--verbose</b></DT>
-<DD>Ausführlicher Ausgabemodus</DD>
-<DT><b>--quiet</b></DT>
-<DD>Schweigsamer Ausgabemodus</DD>
-</DL>
-
-<h3>Parameter:</h3>
-<DL>
-<DT><b>url</b>=<em>string</em></DT>
-<DD>Service URL (typically http://.../mapserv? )</DD>
-<DD>Standardwert: <em>http://...?</em></DD>
-
-<DT><b>coverage</b>=<em>string</em></DT>
-<DD>Coverage name to request</DD>
-
-<DT><b>urlparams</b>=<em>string</em></DT>
-<DD>Additional query parameters to pass to the server</DD>
-
-<DT><b>username</b>=<em>string</em></DT>
-<DD>Username for server connection</DD>
-
-<DT><b>password</b>=<em>string</em></DT>
-<DD>Password for server connection</DD>
-
-<DT><b>output</b>=<em>string</em></DT>
-<DD>Name for output raster map (default: coveragename)</DD>
-
-<DT><b>location</b>=<em>string</em></DT>
-<DD>Name der neu zu erstellenden Location.</DD>
-
-<DT><b>region</b>=<em>string</em></DT>
-<DD>Name for region instead of current region</DD>
-
-</DL>
-</body>
-</html>

Copied: grass-addons/grass7/raster/r.in.wcs/r.in.wcs.html (from rev 60846, grass-addons/grass7/raster/r.in.wcs/description.html)
===================================================================
--- grass-addons/grass7/raster/r.in.wcs/r.in.wcs.html	                        (rev 0)
+++ grass-addons/grass7/raster/r.in.wcs/r.in.wcs.html	2014-06-16 21:17:26 UTC (rev 60849)
@@ -0,0 +1,63 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>GRASS GIS manual: r.in.wcs.py</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.in.wcs.py</b></em>  - Downloads and imports coverage from WCS server.
+<h2>SCHLÜSSELWÖRTER</h2>
+OGC web services
+<h2>SYNOPSIS</h2>
+<b>r.in.wcs.py</b><br>
+<b>r.in.wcs.py help</b><br>
+<b>r.in.wcs.py</b> [-<b>c</b>] <b>url</b>=<em>string</em>  [<b>coverage</b>=<em>string</em>]   [<b>urlparams</b>=<em>string</em>]   [<b>username</b>=<em>string</em>]   [<b>password</b>=<em>string</em>]   [<b>output</b>=<em>string</em>]   [<b>location</b>=<em>string</em>]   [<b>region</b>=<em>string</em>]   [--<b>overwrite</b>]  [--<b>verbose</b>]  [--<b>quiet</b>] 
+
+<h3>Flags:</h3>
+<DL>
+<DT><b>-c</b></DT>
+<DD>Get the server capabilities then exit</DD>
+
+<DT><b>--overwrite</b></DT>
+<DD>Ausgabedateien dürfen bereits existierende Dateien überschreiben.</DD>
+<DT><b>--verbose</b></DT>
+<DD>Ausführlicher Ausgabemodus</DD>
+<DT><b>--quiet</b></DT>
+<DD>Schweigsamer Ausgabemodus</DD>
+</DL>
+
+<h3>Parameter:</h3>
+<DL>
+<DT><b>url</b>=<em>string</em></DT>
+<DD>Service URL (typically http://.../mapserv? )</DD>
+<DD>Standardwert: <em>http://...?</em></DD>
+
+<DT><b>coverage</b>=<em>string</em></DT>
+<DD>Coverage name to request</DD>
+
+<DT><b>urlparams</b>=<em>string</em></DT>
+<DD>Additional query parameters to pass to the server</DD>
+
+<DT><b>username</b>=<em>string</em></DT>
+<DD>Username for server connection</DD>
+
+<DT><b>password</b>=<em>string</em></DT>
+<DD>Password for server connection</DD>
+
+<DT><b>output</b>=<em>string</em></DT>
+<DD>Name for output raster map (default: coveragename)</DD>
+
+<DT><b>location</b>=<em>string</em></DT>
+<DD>Name der neu zu erstellenden Location.</DD>
+
+<DT><b>region</b>=<em>string</em></DT>
+<DD>Name for region instead of current region</DD>
+
+</DL>
+</body>
+</html>



More information about the grass-commit mailing list