[GRASS-dev] Retiling functionality for 2D raster?
Markus Neteler
neteler at osgeo.org
Wed Mar 27 14:40:01 PDT 2013
On Mon, Mar 25, 2013 at 3:55 AM, Glynn Clements
<glynn at gclements.plus.com> wrote:
>
> Markus Neteler wrote:
>
>> I am lacking a "r.retile" module to easily split a big 2D raster
>> map into tiles, e.g. for parallelized analysis on a cluster.
>> To go the v.mkgrid way might be a bit tedious.
>
> r.tile added in r55511.
I found a small issue:
g.region rast=elevation -p
r.tile input=elevation output=elev_tile width=135 height=150
WARNING: category information for [elev_tile] in [user1] missing or invalid
WARNING: category information for [elev_tile] in [user1] missing or invalid
...
Could that be fixed/suppressed?
thanks
Markus
More information about the grass-dev
mailing list