[GRASS-SVN] r73361 -	grass/branches/releasebranch_7_4/scripts/r.import
    svn_grass at osgeo.org 
    svn_grass at osgeo.org
       
    Mon Sep 17 06:30:57 PDT 2018
    
    
  
Author: neteler
Date: 2018-09-17 06:30:57 -0700 (Mon, 17 Sep 2018)
New Revision: 73361
Modified:
   grass/branches/releasebranch_7_4/scripts/r.import/r.import.py
Log:
r.import: remove hardcoded memory limit (r.in.gdal will take care)
Modified: grass/branches/releasebranch_7_4/scripts/r.import/r.import.py
===================================================================
--- grass/branches/releasebranch_7_4/scripts/r.import/r.import.py	2018-09-17 13:30:25 UTC (rev 73360)
+++ grass/branches/releasebranch_7_4/scripts/r.import/r.import.py	2018-09-17 13:30:57 UTC (rev 73361)
@@ -39,7 +39,6 @@
 #% type: integer
 #% required: no
 #% multiple: no
-#% options: 0-2047
 #% label: Maximum memory to be used (in MB)
 #% description: Cache size for raster rows
 #% answer: 300
    
    
More information about the grass-commit
mailing list