[GRASS-SVN] r70177 - sandbox/martinl

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 30 12:56:29 PST 2016


Author: martinl
Date: 2016-12-30 12:56:29 -0800 (Fri, 30 Dec 2016)
New Revision: 70177

Modified:
   sandbox/martinl/tiles-rast-stats.py
Log:
tiles-rast-stats: remove print statement

Modified: sandbox/martinl/tiles-rast-stats.py
===================================================================
--- sandbox/martinl/tiles-rast-stats.py	2016-12-30 15:34:07 UTC (rev 70176)
+++ sandbox/martinl/tiles-rast-stats.py	2016-12-30 20:56:29 UTC (rev 70177)
@@ -118,7 +118,7 @@
             wkt = wkt_module.outputs.stdout.splitlines()[0] # TODO: only first feature is used
         except CalledModuleError:
             sys.exit(1)
-    print wkt
+
     layer.SetSpatialFilter(ogr.CreateGeometryFromWkt(wkt))
 
     basename = 'tiles_rast_stats_{}'.format(os.getpid())



More information about the grass-commit mailing list