[GRASS-user] hexagon rasters

Markus Neteler neteler at osgeo.org
Thu Feb 10 00:06:32 PST 2022


Hi Ken,

On Thu, Feb 10, 2022 at 1:16 AM Ken Mankoff <mankoff at gmail.com> wrote:
>
> Hi Markus,
>
> Yes - that works but requires downstream hacks because of the different resolutions.

Of course those could be scripted as well using eval():

eval `g.region -g`
# or:
#  eval $(g.region -g)
echo $n $w $e $s

> Still, it is a workable solution I didn't think of. Thank you!

HTH,
Markus


More information about the grass-user mailing list