[GRASS-SVN] r66514 - grass/trunk/scripts/r.import

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 16 03:32:56 PDT 2015


Author: martinl
Date: 2015-10-16 03:32:56 -0700 (Fri, 16 Oct 2015)
New Revision: 66514

Modified:
   grass/trunk/scripts/r.import/r.import.py
Log:
r.import: input is binary file

Modified: grass/trunk/scripts/r.import/r.import.py
===================================================================
--- grass/trunk/scripts/r.import/r.import.py	2015-10-16 08:20:28 UTC (rev 66513)
+++ grass/trunk/scripts/r.import/r.import.py	2015-10-16 10:32:56 UTC (rev 66514)
@@ -22,7 +22,7 @@
 #% keyword: import
 #% keyword: projection
 #%end
-#%option G_OPT_F_INPUT
+#%option G_OPT_F_BIN_INPUT
 #% description: Name of GDAL dataset to be imported
 #% guisection: Input
 #%end



More information about the grass-commit mailing list