[GRASS-user] r.patch does not find list of raster maps

Markus Neteler neteler at osgeo.org
Tue Oct 1 21:30:41 PDT 2019


Rich Shepard <rshepard at appl-ecosys.com> schrieb am Mi., 2. Okt. 2019, 00:55:

> Following the example on the r.patch manual page for aggregating multiple
> raster maps into one large one I wrote this script:
>
> #!/usr/bin/bash
>
> # get the list of DEM raster files
> MAPS = `g.list type=raster sep=newline pat="45123*"`
>

The must be no white space after the =
in the variable assignment.

Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20191002/f2ef0689/attachment.html>


More information about the grass-user mailing list