[GRASS-SVN] r67410 - grass-addons/grass7/vector/v.in.redlist

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 29 01:19:56 PST 2015


Author: hellik
Date: 2015-12-29 01:19:56 -0800 (Tue, 29 Dec 2015)
New Revision: 67410

Modified:
   grass-addons/grass7/vector/v.in.redlist/v.in.redlist.html
Log:
v.in.redlist: manual cosmetics

Modified: grass-addons/grass7/vector/v.in.redlist/v.in.redlist.html
===================================================================
--- grass-addons/grass7/vector/v.in.redlist/v.in.redlist.html	2015-12-29 09:19:01 UTC (rev 67409)
+++ grass-addons/grass7/vector/v.in.redlist/v.in.redlist.html	2015-12-29 09:19:56 UTC (rev 67410)
@@ -20,13 +20,13 @@
 <div class="code">
  <pre>
   # list species in column 'binomial' of the attribute table by -l flag
-  v.in.redlist -l input=C:\dl\iucn\GYMNOPHIONA\GYMNOPHIONA.shp
+  v.in.redlist -l input=GYMNOPHIONA.shp
   
   # export species in column 'binomial' of the attribute table into a text file by -s flag  
-  v.in.redlist -s input=C:\dl\iucn\GYMNOPHIONA\GYMNOPHIONA.shp dir=C:\dl\iucn\GYMNOPHIONA
+  v.in.redlist -s input=GYMNOPHIONA.shp dir=C:\data\iucn\GYMNOPHIONA
   
   # import spatial data for a user defined species 
-  v.in.redlist input=C:\dl\iucn\GYMNOPHIONA\GYMNOPHIONA.shp /
+  v.in.redlist input=GYMNOPHIONA.shp /
   output=Scolecomorphus_vittatus species_name=Scolecomorphus vittatus 
  </pre>
 </div>



More information about the grass-commit mailing list