[GRASS-SVN] r56632 - grass-addons/grass7/vector/v.ply.rectify
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 7 05:58:05 PDT 2013
Author: mmetz
Date: 2013-06-07 05:58:04 -0700 (Fri, 07 Jun 2013)
New Revision: 56632
Modified:
grass-addons/grass7/vector/v.ply.rectify/v.ply.rectify.py
Log:
v.ply.rectify: fs -> separator
Modified: grass-addons/grass7/vector/v.ply.rectify/v.ply.rectify.py
===================================================================
--- grass-addons/grass7/vector/v.ply.rectify/v.ply.rectify.py 2013-06-07 11:48:36 UTC (rev 56631)
+++ grass-addons/grass7/vector/v.ply.rectify/v.ply.rectify.py 2013-06-07 12:58:04 UTC (rev 56632)
@@ -112,7 +112,8 @@
# print RMS
rmsfile = os.path.join(srcdir, ply + "_rms.csv")
grass.run_command('v.rectify', input = ply, output = ply + '_georef',
- points = gcpfile, flags = '3bor', fs = ';', rmsfile = rmsfile)
+ points = gcpfile, flags = '3bor', separator = ';',
+ rmsfile = rmsfile)
# georectify
ply_georef = ply + '_georef'
More information about the grass-commit
mailing list