[GRASS-SVN] r71509 - grass-addons/grass7/raster/r.cell.area
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 26 18:45:10 PDT 2017
Author: awickert
Date: 2017-09-26 18:45:10 -0700 (Tue, 26 Sep 2017)
New Revision: 71509
Modified:
grass-addons/grass7/raster/r.cell.area/r.cell.area.py
Log:
, instead of +
Modified: grass-addons/grass7/raster/r.cell.area/r.cell.area.py
===================================================================
--- grass-addons/grass7/raster/r.cell.area/r.cell.area.py 2017-09-25 20:23:28 UTC (rev 71508)
+++ grass-addons/grass7/raster/r.cell.area/r.cell.area.py 2017-09-27 01:45:10 UTC (rev 71509)
@@ -84,7 +84,7 @@
grass.mapcalc(output+' = ( 111.195 * nsres() ) * \
( ewres() * '+str(np.pi/180.)+' * 6371. * cos(y()) )')
else:
- print 'Units: ', + projinfo['units'] + ' not currently supported'
+ print 'Units: ', projinfo['units'], ' not currently supported'
if __name__ == "__main__":
main()
More information about the grass-commit
mailing list