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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 11 15:17:32 EDT 2012


Author: martinl
Date: 2012-04-11 12:17:31 -0700 (Wed, 11 Apr 2012)
New Revision: 51382

Added:
   grass-addons/grass6/raster/r.in.ign/description.html
Removed:
   grass-addons/grass6/raster/r.in.ign/r.in.ign.html
Modified:
   grass-addons/grass6/raster/r.in.ign/Makefile
   grass-addons/grass6/raster/r.in.ign/r.in.ign
Log:
r.in.ign: fix r51381
          1) valid name for manual page in g6 is 'description.html'
          2) manual page should not contain any header, or synopsis part (it's gerenarated by building system)
          update snv props



Property changes on: grass-addons/grass6/raster/r.in.ign/Makefile
___________________________________________________________________
Added: svn:mime-type
   + text/x-makefile
Added: svn:eol-style
   + native

Copied: grass-addons/grass6/raster/r.in.ign/description.html (from rev 51381, grass-addons/grass6/raster/r.in.ign/r.in.ign.html)
===================================================================
--- grass-addons/grass6/raster/r.in.ign/description.html	                        (rev 0)
+++ grass-addons/grass6/raster/r.in.ign/description.html	2012-04-11 19:17:31 UTC (rev 51382)
@@ -0,0 +1,39 @@
+<h2>NOTES</h2>
+
+<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>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>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>.
+
+<h2>EXAMPLE</h2>
+
+This command imports orthoimagery from IGN wms-c server, with apiKey
+XXX, to the raster map <em>orthoign</em>:
+
+<div class="code"><pre>
+r.in.ign -c apikey=XXX output=orthoign
+</pre></div>
+
+<h2>SEE ALSO</h2>
+
+<em>
+  <a href="r.in.wms.html">r.in.wms</a>
+</em>
+
+<h2>AUTHOR</h2>
+
+Vincent Bain, Toraval, France
+
+<p>
+<i>Last changed: $Date$</i>


Property changes on: grass-addons/grass6/raster/r.in.ign/description.html
___________________________________________________________________
Added: svn:mime-type
   + text/html
Added: svn:keywords
   + Author Date Id
Added: svn:eol-style
   + native


Property changes on: grass-addons/grass6/raster/r.in.ign/r.in.ign
___________________________________________________________________
Added: svn:mime-type
   + text/x-sh
Added: svn:eol-style
   + native

Deleted: 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 17:32:51 UTC (rev 51381)
+++ grass-addons/grass6/raster/r.in.ign/r.in.ign.html	2012-04-11 19:17:31 UTC (rev 51382)
@@ -1,68 +0,0 @@
-<!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">
-
-<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>.
-</p>
-
-
-<h2>EXAMPLE</h2>
-
-This command imports orthoimagery from IGN wms-c server, with apiKey XXX, to the raster map <em>orthoign</em>:
-<p><tt> 
-r.in.ign -c apikey=XXX output=orthoign
-</tt></p>
-
-<h2>SEE ALSO</h2>
-
-<em><a href="http://grass.osgeo.org/grass64/manuals/html64_user/r.in.wms.html">r.in.wms</a></em>
-
-<h2>AUTHOR</h2>
-
-Vincent Bain, Toraval, France
-
-<p><i>Last changed: $Date: 2012-04-11$</i>
-
-</body>
-</html>



More information about the grass-commit mailing list