[GRASS-SVN] r61651 - grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 15 11:59:59 PDT 2014


Author: martinl
Date: 2014-08-15 11:59:59 -0700 (Fri, 15 Aug 2014)
New Revision: 61651

Modified:
   grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/r.info.iso.html
Log:
r.info.iso: major syntax clean-up of manual page

Modified: grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/r.info.iso.html
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/r.info.iso.html	2014-08-15 16:06:56 UTC (rev 61650)
+++ grass-addons/grass7/gui/wxpython/wx.metadata/r.info.iso/r.info.iso.html	2014-08-15 18:59:59 UTC (rev 61651)
@@ -1,79 +1,79 @@
 <h2>DESCRIPTION</h2>
 
-Metadata creator according to EN ISO 19115. 
-<p>
-Module support conversion from native GRASS metadata to ISO based. 
+<em>r.info.iso</em> creates map's metadata according
+to <a href="http://www.iso.org/iso/catalogue_detail.htm?csnumber=26020">ISO
+19115</a>.
 
 <p>
-<em><b>Dependencies</b></em> 
-<p>
-Current development of metadata management has dependence on external libraries:
-<p>
+The module also allows conversion of metadata from native GRASS format
+to ISO-based format.
 
-<ul>
-<li>OWSLib development version 
+<h2>NOTES</h2>
 
-<p>
-<em>git clone git://github.com/geopython/OWSLib.git</em>
-<br>
-<em>cd OWSLib && sudo python setup.py install</em>
-<br>
+For dependencies and installation instructions see <a href="http://grasswiki.osgeo.org/wiki/ISO/INSPIRE_Metadata_Support">wiki page</a>.
 
+<h3>Naming of metadata files and storage</h3> 
 
-<li>Jinja templates
-<p>
-<em>git clone git://github.com/mitsuhiko/jinja2.git
-<br>
-<em>cd jinja2 && sudo python setup.py install</em>
-</ul>
+<!--
 
-<p>
-<em><b>Naming of metadata files and storage</b></em> 
-<p>
+what it means?
+The metadata product fully supports XML
+-->
 
-The metadata product fully supports XML Default location of exported metadata uses folder “metadata”
- in GRASS Location. In case the metadata file name is not changed, the name is build from prefix 
-according to characteristic of maps. For raster maps prefix is derived from current nomenclature - 
-'cell' and for vector map – 'vector' by the same way. File name is derived from the the name of the 
-map. Postfix-extension is '.xml'.
+Default location for exported metadata files is
+<i>metadata</i> directory in the map's mapset. If the name for output
+metadata file is not specified by <b>output</b> option than the name
+is built from map's type and its name. For raster maps, the prefix
+derived from the current nomenclature is <em>cell</em>, for vector
+maps <em>vector</em>. File ends with <em>.xml</em> extension.
+
 <p>
-example: vector map - roads vector_roads.xml
+For example default metadata file name for vector map
+"roads" is <em>vector_roads.xml</em>.
 
+<h3>Metadata profile</h3>
 
-<p>
-<em><b>Metadata profile</b></em> 
-<p>
-<ul>
-The Basic profile is substituted from intersection between GRASS native metadata and INSPIRE profile.
- The intersect (subset) includes all available GRASS metadata. Metadata which cannot be assigned to ISO
- based attributes are stored in metadata attribute - abstract. The Inspire profile fulfills the criteria
- of INSPIRE profile. Values which are not able to get from native GRASS metadata are filled by text string
- '$NULL'. This rule applies for both profiles.
-</ul>
+The <i>basic</i> profile is substituted from intersection between
+items stored in GRASS native metadata format and INSPIRE profile. The
+intersect (subset) includes all available GRASS metadata. Metadata
+which cannot be assigned to ISO based attributes are stored in
+metadata attribute <em>abstract</em>. The <i>inspire</i> profile
+fulfills the criteria of INSPIRE profile. Values which are not able to
+get from native GRASS metadata are filled by text
+string <tt>'$NULL'</tt>. This rule applies for both profiles.
 
+<h2>EXAMPLES</h2>
 
-<h2>Example</h2>
-<p>
-<ul>
-By default is metadata file named and exported according to mentioned rules. 
-<p>
+Export metadata using <i>basic</i> profile (default).
+
+<div class="code"><pre>
 r.info.iso map=basin 
-<p>
-Exporting inspire profile
-<p>
+</pre></div>
+
+Export metadata using <i>inspire</i> profile.
+
+<div class="code"><pre>
 r.info.iso map=basin profile=inspire
-</ul>
+</pre></div>
 
 <h2>SEE ALSO</h2>
 
-<em><a href="http://grasswiki.osgeo.org/wiki/ISO/INSPIRE_Metadata_Support">metadata wiki page</a></em>,
-<em><a href="v.info.iso.html">v.info.iso</a></em>,
-<em><a href="g.gui.metadata.html">g.gui.metadata</a></em>
+<em>
+  <a href="r.info.html">r.info</a>,
+  <a href="v.info.iso.html">v.info.iso</a>
+  <a href="g.gui.metadata.html">g.gui.metadata</a>
+</em>
 
+<p>
+See also related <a href="http://grasswiki.osgeo.org/wiki/ISO/INSPIRE_Metadata_Support">wiki page</a>.
 
+
 <h2>AUTHOR</h2>
 
-Matej Krejci, <a href="http://trac.osgeo.org/grass/wiki/GSoC/2014/MetadataForGRASS">Google
+Matej
+Krejci, <a href="http://geo.fsv.cvut.cz/gwiki/osgeorel">OSGeoREL</a>
+at the Czech Technical University in Prague, developed
+during <a href="http://trac.osgeo.org/grass/wiki/GSoC/2014/MetadataForGRASS">Google
 Summer of Code 2014</a> (mentors: Margherita Di Leo, Martin Landa)
 
 <p>



More information about the grass-commit mailing list