[GRASS-SVN] r66515 - grass/branches/releasebranch_7_0/scripts/r.import
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Oct 16 03:36:02 PDT 2015
Author: martinl
Date: 2015-10-16 03:36:02 -0700 (Fri, 16 Oct 2015)
New Revision: 66515
Modified:
grass/branches/releasebranch_7_0/scripts/r.import/r.import.py
Log:
r.import: input is binary file
(merge r66514 from trunk)
Modified: grass/branches/releasebranch_7_0/scripts/r.import/r.import.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.import/r.import.py 2015-10-16 10:32:56 UTC (rev 66514)
+++ grass/branches/releasebranch_7_0/scripts/r.import/r.import.py 2015-10-16 10:36:02 UTC (rev 66515)
@@ -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