[GRASS-SVN] r51381 - grass-addons/grass6/raster/r.in.ign

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 11 13:32:51 EDT 2012


Author: vincent
Date: 2012-04-11 10:32:51 -0700 (Wed, 11 Apr 2012)
New Revision: 51381

Modified:
   grass-addons/grass6/raster/r.in.ign/r.in.ign.html
Log:
cosmetic modifications to html file

Modified: grass-addons/grass6/raster/r.in.ign/r.in.ign.html
===================================================================
--- grass-addons/grass6/raster/r.in.ign/r.in.ign.html	2012-04-11 16:58:45 UTC (rev 51380)
+++ grass-addons/grass6/raster/r.in.ign/r.in.ign.html	2012-04-11 17:32:51 UTC (rev 51381)
@@ -1,7 +1,46 @@
-<h2>DESCRIPTION</h2>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title>GRASS GIS manual: r.in.ign</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">
 
-<em>r.in.ign</em> imports raster data from <a href="http://api.ign.fr">IGN WMS-C stream service</A>. Available layers comply with the <a href="http://inspire.jrc.ec.europa.eu">INSPIRE directive</A>.<br>For more information see <a href="http://inspire.ign.fr">http://inspire.ign.fr</A>.
+<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
 
+<h2>NAME</h2>
+<em><b>r.in.ign</b></em>  - this module imports raster data from <a href="http://api.ign.fr">IGN WMS-C stream service</A>. Available layers comply with the <a href="http://inspire.jrc.ec.europa.eu">INSPIRE directive</A>. For more information see <a href="http://inspire.ign.fr">http://inspire.ign.fr</A>
+
+<h2>KEYWORDS</h2>
+raster, import, wms, ign
+<h2>SYNOPSIS</h2>
+<b>r.in.ign</b><br>
+<b>r.in.ign help</b><br>
+<b>r.in.ign</b> [-<b>c</b>] <b>apikey</b>=<em>string</em> <b>output</b>=<em>string</em>  [--<b>overwrite</b>]  [--<b>verbose</b>]  [--<b>quiet</b>] 
+
+<h3>FLAGS</h3>
+<DL>
+<DT><b>-c</b></DT>
+<DD>output a RGB raster rather than 3 separate-band rasters</DD>
+
+<DT><b>--overwrite</b></DT>
+<DD>Autoriser les fichiers de sortie à écraser les fichiers existants</DD>
+<DT><b>--verbose</b></DT>
+<DD>Module de sortie en mode bavard</DD>
+<DT><b>--quiet</b></DT>
+<DD>Moduel de sortie en mode silence</DD>
+</DL>
+
+<h3>PARAMETERS</h3>
+<DL>
+<DT><b>apikey</b>=<em>string</em></DT>
+<DD>personal apiKey</DD>
+
+<DT><b>output</b>=<em>string</em></DT>
+<DD>raster map to import</DD>
+
+</DL>
 <h2>NOTES</h2>
 <p><em>r.in.ign</em> lets you query a dataset via a contract. Beware the conditions that come with it and terms of use that apply to data.</p><p>It is yet a very rough module: right now it only works on the orthoimagery layer, at the finest scale (1/2000 i.e. resolution=0.5 m), and for data over french metropole only (i.e. data in GEOPORTALFXX coordinate system) -- all this being easily adaptable to one's personnal needs.</p><p>
 Connecting to the WMS-C streams of Géoportail is not straight, in cause a restricted access protected by a GeoDRM process. The module handles token request according to a personal apiKey that comes with your contract. See practical details concerning registration on the <a href="http://api.ign.fr/geoportail/api/doc/index.html">official website</A>.
@@ -23,4 +62,7 @@
 
 Vincent Bain, Toraval, France
 
-<p><i>Last changed: $Date: 2012-04-11$</i>
\ No newline at end of file
+<p><i>Last changed: $Date: 2012-04-11$</i>
+
+</body>
+</html>



More information about the grass-commit mailing list