[GRASS-SVN] r66515 - grass/branches/releasebranch_7_0/scripts/r.import

Markus Neteler neteler at osgeo.org
Fri Oct 16 04:05:43 PDT 2015


Hi Martin,

On Fri, Oct 16, 2015 at 12:36 PM,  <svn_grass at osgeo.org> wrote:
> 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

I was wondering about that - but didn't understand what G_OPT_F_BIN_INPUT means.
I used the r.in.gdal approach.

Which one is right?

Markus


More information about the grass-commit mailing list