[GRASS-dev] [GRASS-SVN] r70321 - grass/trunk/raster/r.in.xyz
Markus Neteler
neteler at osgeo.org
Mon Jan 9 05:29:30 PST 2017
On Mon, Jan 9, 2017 at 1:04 PM, <svn_grass at osgeo.org> wrote:
> Author: martinl
> Date: 2017-01-09 04:04:27 -0800 (Mon, 09 Jan 2017)
> New Revision: 70321
>
> Modified:
> grass/trunk/raster/r.in.xyz/r.in.xyz.html
> Log:
> r.in.xyz: output is not required when -s/g flags given (fix manual r70318)
Hi Martin,
did you actually try?
I get this:
GRASS 7.2.1svn (utm32N):open_nrw_lidar > cat dgm1_32360_5620_2_nw.xyz
| tr -s ' ' ' ' | r.in.xyz input=- separator=space -s -g
...
r.in.xyz [-sgi] input=name output=name [method=string] [type=string]
...
ERROR: Required parameter <output> not set:
(Name for output raster map)
With output:
cat dgm1_32360_5620_2_nw.xyz | tr -s ' ' ' ' | r.in.xyz input=-
separator=space -s -g output=bla
n=5621999 s=5620000 e=32361999 w=32360000 b=69.89 t=159.52
I was also suprised to discover that output is needed.
Markus
More information about the grass-dev
mailing list