[GRASS-SVN] r67406 - grass-addons/grass7/vector/v.in.gbif

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 29 01:14:44 PST 2015


Author: hellik
Date: 2015-12-29 01:14:44 -0800 (Tue, 29 Dec 2015)
New Revision: 67406

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

Modified: grass-addons/grass7/vector/v.in.gbif/v.in.gbif.html
===================================================================
--- grass-addons/grass7/vector/v.in.gbif/v.in.gbif.html	2015-12-29 09:09:04 UTC (rev 67405)
+++ grass-addons/grass7/vector/v.in.gbif/v.in.gbif.html	2015-12-29 09:14:44 UTC (rev 67406)
@@ -31,11 +31,12 @@
 
 <div class="code">
  <pre>
-  v.in.gbif input=C:\data\0004248-150811131857512\0004248-150811131857512.csv output=chondrilla_12
+  # import GBIF data
+  v.in.gbif input=0004248-150811131857512.csv output=chondrilla
   
   # create GDAL VRT files based upon GBIF data in user defined directory by -c flag
-  v.in.gbif -c input=input=C:\data\0004248-150811131857512\0004248-150811131857512.csv /
-  output=chondrilla_13 dir=C:\data\0004248-150811131857512\
+  v.in.gbif -c input=0004248-150811131857512.csv /
+  output=chondrilla dir=C:\data\
  </pre>
 </div>
 



More information about the grass-commit mailing list